Files
sproutclaw/.pi/agent/settings.example.json
root 0a91cc99d0
Some checks failed
CI / build-check-test (push) Has been cancelled
chore: add sproutclaw git workflow and track local extensions
Document main/upstream-sync/feature branch strategy, add sync/push
scripts, track .pi/agent extensions and webui in git, and disable
startup changelog via showChangelogOnStartup.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 20:38:20 +08:00

15 lines
315 B
JSON

{
"lastChangelogVersion": "0.75.4",
"showChangelogOnStartup": false,
"defaultProvider": "your-provider",
"defaultModel": "your-model",
"defaultThinkingLevel": "high",
"transport": "sse",
"theme": "dark",
"packages": [
"npm:pi-subagents",
"npm:pi-mcp-adapter",
"npm:pi-autocontext"
]
}