Refactor pi plan mode
This commit is contained in:
19
modules/pi/agent/settings.work.json
Normal file
19
modules/pi/agent/settings.work.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"lastChangelogVersion": "0.81.1",
|
||||
"theme": "light",
|
||||
"defaultProvider": "anthropic",
|
||||
"defaultModel": "claude-opus-4-8-default",
|
||||
"defaultThinkingLevel": "high",
|
||||
"hideThinkingBlock": false,
|
||||
"retry": {
|
||||
"enabled": true,
|
||||
"maxRetries": 4,
|
||||
"baseDelayMs": 10000
|
||||
},
|
||||
"enableInstallTelemetry": false,
|
||||
"doubleEscapeAction": "tree",
|
||||
"treeFilterMode": "all",
|
||||
"extensions": [
|
||||
"~/.pi/agent/extensions-work"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user