- All 373 source files updated - Package.json scopes in all workspace packages - Loader workspace symlink dir updated - RpcClient import unified from pi-coding-agent (fixes type mismatch) - Scripts, configs, flake.nix updated - Workspace symlinks rebuilt
3 lines
135 B
TypeScript
3 lines
135 B
TypeScript
import type { ThinkingLevel } from "@singularity-forge/pi-agent-core";
|
|
|
|
export const DEFAULT_THINKING_LEVEL: ThinkingLevel = "medium";
|