agent-orchestrator/packages
i-trytoohard d0dff3b93f
fix(web): drop = prefix from set-option in mux-websocket (closes #1714) (#1715)
* fix(web): drop = prefix from set-option in mux-websocket (closes #1714)

In tmux 3.4 the `=` exact-match prefix only works with `has-session` and
`attach-session`. For `set-option`, the prefix is silently ignored, so
`mouse on` and `status off` never get applied — breaking scroll wheel in
the dashboard terminal and leaving the tmux status bar visible.

Use the bare session id for the two `set-option` calls; keep `=` on
`attach-session` where it is correct.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* refactor(web): move exactTmuxTarget next to attach-session

Address review feedback: the `=`-prefixed target is only used by
attach-session, so declare it adjacent to that call. Comment now
sits above the set-option calls it actually explains.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Prateek <karnalprateek@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 19:08:21 +05:30
..
ao chore: release 0.5.0 (#1676) 2026-05-06 16:44:45 +05:30
cli fix(cli): reload dashboard config after adding project from already-running menu (#1706) 2026-05-07 18:43:19 +05:30
core fix(runtime-tmux): disable tmux status bar + dead code cleanup (#1711) 2026-05-07 14:35:26 +05:30
integration-tests refactor(core): storage redesign — projectId-based paths, JSON metadata (#1466) 2026-04-28 17:55:53 +05:30
plugins fix(runtime-tmux): disable tmux status bar + dead code cleanup (#1711) 2026-05-07 14:35:26 +05:30
web fix(web): drop = prefix from set-option in mux-websocket (closes #1714) (#1715) 2026-05-07 19:08:21 +05:30