singularity-forge/packages/pi-coding-agent/src/core/defaults.ts
ace-pm f92ee8d64c
Rename @sf-run/* → @singularity-forge/* package scope
- 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
2026-04-15 22:56:33 +02:00

3 lines
135 B
TypeScript

import type { ThinkingLevel } from "@singularity-forge/pi-agent-core";
export const DEFAULT_THINKING_LEVEL: ThinkingLevel = "medium";