Introduce workspace-level goal state persistence, goal prompt injection, and after-turn review handling so an active task can continue until the configured completion conditions are met. Add a dedicated goal review agent with readonly and active evidence modes, configurable model settings, review prompt, token/turn boundaries, idle-no-tool protection, and progress/completed/stopped events. Wire goal_mode through task creation, task restoration, compression handoff, runtime user messages, API message sanitization, and tool-call ordering so goal continuations survive long-running tasks and deep compression. Add Vue UI for arming goal mode from the quick menu, showing running/completed banners, displaying progress metrics, restoring running goal state, and exposing personalization settings for review mode and stop limits. Include goal mode research notes and default goal review configuration.
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"name": "goal-review-agent",
|
|
"url": "https://opencode.ai/zen/go/v1",
|
|
"key": "${API_KEY_DEEPSEEK}",
|
|
"model": "deepseek-v4-flash",
|
|
"extra_params": {
|
|
"thinking": {
|
|
"type": "enabled"
|
|
}
|
|
},
|
|
"timeout_seconds": 60,
|
|
"max_command_timeout": 60
|
|
}
|