agent-orchestrator/backend/internal/terminal
Adil Shaikh 5e8c8defbd
fix: keep terminal mux persistent across navigation (#325)
* fix: keep terminal mux persistent across navigation

* chore: format with prettier [skip ci]

* fix: require configured agent defaults

* chore: format with prettier [skip ci]

* fix: recreate stale orchestrator worktrees

* fix: stop terminal reattach on socket close

* fix: stop terminal attach loop on close

* fix: keep agent default selects controlled

* revert: undo persistent mux branch changes

* fix: harden terminal mux attachment flow

* chore: format with prettier [skip ci]

* chore: remove terminal flow diagnostics

* chore: format with prettier [skip ci]

* fix: satisfy zellij command lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-21 06:07:32 +05:30
..
attachment.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
attachment_integration_test.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
attachment_test.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
doc.go refactor(terminal): per-client zellij attach replaces shared PTY + replay ring (#194) 2026-06-12 15:19:38 +05:30
fakes_test.go feat(windows): ConPTY terminal, zellij discovery, agent launcher trampoline, codex shim resolution (#310) 2026-06-18 21:51:05 +05:30
logger_test.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
manager.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
manager_test.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
protocol.go refactor: simplify session lifecycle and zellij runtime (#62) 2026-06-01 08:42:49 +05:30
protocol_test.go feat(backend): wire terminal manager into the daemon at /mux 2026-05-31 19:23:35 +05:30
pty_unix.go fix: keep terminal mux persistent across navigation (#325) 2026-06-21 06:07:32 +05:30
pty_unix_test.go feat(windows): ConPTY terminal, zellij discovery, agent launcher trampoline, codex shim resolution (#310) 2026-06-18 21:51:05 +05:30
pty_windows.go feat(windows): ConPTY terminal, zellij discovery, agent launcher trampoline, codex shim resolution (#310) 2026-06-18 21:51:05 +05:30
pty_windows_test.go feat(windows): ConPTY terminal, zellij discovery, agent launcher trampoline, codex shim resolution (#310) 2026-06-18 21:51:05 +05:30