feat(tui): silent non-view commands; interactive task list dialog (0.5.0) - #10
Merged
Conversation
/loop start/cancel/pause/resume no longer pop a dialog or toast — only failures surface as error toasts. /loop list|status keep the native dialog, reworked into a selectable task list: color-coded status icons, aligned columns, Enter copies the task ID, plus a shortcut hint bar. Also documents the branch → PR → npm publish workflow in CLAUDE.md / AGENTS.md. Release 0.5.0. 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 1m <prompt>等启动/取消/暂停/恢复命令不再弹窗、不再 toast,完全静默;失败仍以 error toast 提示/loop list、/loop status保留弹窗,重做为可交互任务列表:任务行可直接选中(Enter 复制 ID),状态图标着色(▶/⏸),列对齐,底部快捷键提示栏,支持空态与降级渲染Test plan
npm test— 193/193 通过(含新增 parseLoopTaskList、isLoopTaskListToast、task list 布局、启动静默集成测试)/loop 1m ...无弹窗;/loop list弹美化列表;Enter 复制 ID;q/esc 关闭🤖 Generated with Claude Code