Merge branch 'feat/acp-1-max-tokens-turn-end' into feat/acp-2-bridge

# Conflicts:
#	AGENTS.md
#	docs/cookbook/extension-cookbook.md
#	yarn.lock
This commit is contained in:
Tianyi Cui
2026-06-16 23:40:23 +08:00
83 changed files with 5907 additions and 5465 deletions

View File

@@ -32,6 +32,9 @@
agents:
- id: main
model: deepseek-v4-flash
# Set RESUME_SESSION_ID to continue a prior persisted session (the ids
# live under ./.sessions); unset starts a fresh session each run.
resumeSessionId: !!js process.env.RESUME_SESSION_ID
systemPrompt: |
You are coding-agent, a CLI coding assistant.