Skip to content

feat(loop): inline localized create confirmation; toast-free list dialog (0.6.0) - #13

Merged
jkrandom-sudo merged 1 commit into
mainfrom
feat/loop-create-confirm
Jul 24, 2026
Merged

feat(loop): inline localized create confirmation; toast-free list dialog (0.6.0)#13
jkrandom-sudo merged 1 commit into
mainfrom
feat/loop-create-confirm

Conversation

@jkrandom-sudo

Copy link
Copy Markdown
Owner

Summary

  • 创建任务后:通过 modelPrompt 让模型用用户的语言内联确认(仿 Claude Code:任务/间隔/Job ID/取消方式);失败同样内联说明 + 保留 error toast
  • /loop list|status:结果改走文件反馈通道(server 写 tui-feedback.json,TUI 插件 fs.watch 开 dialog),不再发送服务端 toast —— 关闭 dialog 后不会再残留 toast
  • /loop 命令描述自 0.4.0 起已是英文,无需改动(截图来自旧版安装)
  • Release 0.6.0

Test plan

  • npm test — 195/195 通过(新增 feedback-channel 测试、stale/跨目录忽略、内联确认断言)
  • OpenCode 端到端:/loop 1m 输出当前系统时间 → 中文内联确认;/loop list → dialog 关闭后无 toast;/loop cancel bad-id → error toast + 内联失败说明

🤖 Generated with Claude Code

…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>
@jkrandom-sudo
jkrandom-sudo merged commit 6f0b39f into main Jul 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant