| ▲ | baalimago 5 hours ago |
| You use an agentic harness which terminates with bell character[0]. This lights up tmux, clearly indicating that it's done. [0]: https://en.wikipedia.org/wiki/Bell_character |
|
| ▲ | timwis 3 hours ago | parent [-] |
| Does this mean adding instructions to AGENTS.md saying to end everything with the bell character? Or do harnesses have this in their settings somewhere? |
| |
| ▲ | zavec 2 hours ago | parent | next [-] | | I think generally harnesses have this. In claude code it's `"preferredNotifChannel": "terminal_bell"` in the settings.json, pi and opencode looks like you have to either add a hook yourself somewhere or use an extension. | |
| ▲ | baalimago 3 hours ago | parent | prev [-] | | Depends on the harness I imagine. If there's some sort of "post run" hook I'm sure it can be added there. Or, if the harness is open source, a PR to add it would work too. |
|