core/config: default system prompt for coding agent tools

This commit is contained in:
2026-07-20 18:21:27 +08:00
parent 767578723e
commit 6d74d31cea
7 changed files with 69 additions and 7 deletions
+4 -1
View File
@@ -136,7 +136,10 @@ access_key_or_token = "sk-..."
"gpt-4o-mini" = { text = true }
[agent]
system_prompt = "You are a careful coding assistant."
# system_prompt defaults to a built-in coding-agent guide (omit to use it).
# system_prompt = "" # disable
# Or multi-line override (prefer '''...'''):
# system_prompt = '''Your custom prompt...'''
confirm_destructive = true
max_context_tokens = 200000
```