feat(loop): inline localized create confirmation; toast-free list dialog (0.6.0) - #13
Merged
Merged
Conversation
…log (0.6.0) Creating a task now returns a model-facing prompt so the assistant confirms success in the language of the user, Claude Code style; failures get the same treatment alongside the error toast. The list/status result no longer sends a server toast at all — it is written to a feedback file that the TUI plugin watches to open the dialog, so no toast lingers after the dialog closes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
/loop list|status:结果改走文件反馈通道(server 写tui-feedback.json,TUI 插件 fs.watch 开 dialog),不再发送服务端 toast —— 关闭 dialog 后不会再残留 toast/loop命令描述自 0.4.0 起已是英文,无需改动(截图来自旧版安装)Test plan
npm test— 195/195 通过(新增 feedback-channel 测试、stale/跨目录忽略、内联确认断言)/loop 1m 输出当前系统时间→ 中文内联确认;/loop list→ dialog 关闭后无 toast;/loop cancel bad-id→ error toast + 内联失败说明🤖 Generated with Claude Code