fix(agent-v2): tower mode fixes - #3596
Merged
sailist merged 14 commits intoSep 7, 2026
Merged
Conversation
added 4 commits
September 7, 2026 11:59
…condary-model-name
…econdary-model-name
🦋 Changeset detectedLatest commit: df8d215 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
added 9 commits
September 7, 2026 12:48
TowerSpawnTool registered its detached subagent task with the hardcoded DEFAULT_SUBAGENT_TIMEOUT_MS, bypassing the [subagent] timeout_ms setting and KIMI_SUBAGENT_TIMEOUT_MS. Resolve the timeout through resolveSubagentTimeoutMs(config) like AgentTool does, keeping the 2h default when nothing is configured.
…dd-secondary-model-name
…d-secondary-model-name
…r briefings TowerPlan missions accept an optional context field holding the user's own key sentences verbatim, rendered into the mission file and every briefing that embeds it. Reviewer briefings now include the full mission text and the author's review-request, with an intent-first checklist; worker briefings escalate substantive ambiguity to the tower before acting and reconcile completion reports task by task.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Resolve #(issue_number)
Problem
main 本身的 bug 2 个:
用户反馈 tower 的问题:
/tower写死了DEFAULT_SUBAGENT_TIMEOUT_MS2h 超时时间,应该 follow 正常 agent 配置/tasks没显示 tower agent 用的 model nameWhat changed
TUI 效果
tower 给 worker 的指令增加 context 字段
Checklist
/approve).gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.