-
Notifications
You must be signed in to change notification settings - Fork 3k
feat(cli): adopt Goal v3 in interactive TUI #8005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ef510c5
feat(cli): adopt Goal v3 in interactive TUI
qwen-code-dev-bot 87b2a74
fix(cli): restore Goal CI contracts
qwen-code-dev-bot 4eb6bc6
Merge branch 'main' into agent/goal-v3-tui
wenshao ba45e26
Merge branch 'main' into agent/goal-v3-tui
wenshao 3c8197b
fix(cli): stop a queued message from stalling the Goal loop (#8005)
qwen-code-dev-bot 2c86f83
Merge remote-tracking branch 'origin/main' into agent/goal-v3-tui
336f7f8
fix(cli): address review feedback on Goal queue and retry hint (#8005)
f100345
fix(cli): restore Goal trust gate and address review feedback (#8005)
de3086d
fix(cli): address Goal review feedback on cancel release, icons, clai…
ca18c93
Merge remote-tracking branch 'origin/main' into agent/goal-v3-tui
a255b04
fix(cli): address Goal review feedback on non-interactive guard, icon…
c3e4c86
Merge branch 'main' into agent/goal-v3-tui
qwen-code-dev-bot 8dfd14c
chore(cli): merge main into Goal v3 TUI branch
qwen-code-dev-bot b3c6ed2
Merge branch 'main' into agent/goal-v3-tui
qwen-code-dev-bot 73dcbf7
Merge branch 'main' into agent/goal-v3-tui
qwen-code-dev-bot 68df45e
fix(cli): address review feedback on Goal v3 TUI (#8005)
qwen-code-ci-bot e611dd4
fix(test): align client-goal turn count with continuation budget (#8005)
qwen-code-ci-bot 92dba3b
fix(cli): address Goal set-clear and delivery-error review feedback (…
qwen-code-ci-bot ad1bd8c
fix(cli): rename misleading missingActiveGoalContext variable (#8005)
qwen-code-ci-bot 6683498
fix(cli): stop Goal queue from stranding input and orphaning prompts …
qwen-code-ci-bot bc43270
fix(core): address Goal resume-budget and mid-turn clear review feedb…
qwen-code-ci-bot db773c3
test(cli): cover Goal tool-batch fail-close guards (#8005)
qwen-code-ci-bot b292a2a
chore(cli): merge origin/main into agent/goal-v3-tui (#8005)
qwen-code-ci-bot e1d6c77
fix(core,cli): guard budget-exhaustion identity and pass goalContext …
qwen-code-ci-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Suggestion] The old
/goaldescription key'Set a goal — keep working until the condition is met'is now orphaned. This PR moves the description to'Set or control a session goal'(consumed atgoalCommand.ts:251), leaving the old key with zero non-locale consumers. — Concrete cost: the dead entry remains inen.js,zh.js,zh-TW.js, andca.js;ca.jseven translates the dead key but not the live replacement, so a Catalan user gets the English fallback for the new description while the translated old entry rots unused.中文说明
[Suggestion] 旧的
/goal描述键'Set a goal — keep working until the condition is met'现已成为孤儿。本 PR 将描述移至'Set or control a session goal'(在goalCommand.ts:251处使用),使旧键没有任何非 locale 的使用方。— 具体代价:死条目仍留在en.js、zh.js、zh-TW.js、ca.js中;ca.js甚至翻译了死键却没有翻译新的替代键,因此加泰罗尼亚语用户的新描述会回退到英文,而已翻译的旧条目却闲置腐烂。建议从四个 locale 文件中删除该孤儿键。— qwen3.8-max-preview via Qwen Code /review