Skip to content

fix(tui): skip terminal probes in detached tmux#30

Merged
cbusillo merged 1 commit intolocal/cbusillo-overlayfrom
every-code/cbusillo-code-29-every-code-cbusillo-code-29-84907b45ec9fe26b
May 6, 2026
Merged

fix(tui): skip terminal probes in detached tmux#30
cbusillo merged 1 commit intolocal/cbusillo-overlayfrom
every-code/cbusillo-code-29-every-code-cbusillo-code-29-84907b45ec9fe26b

Conversation

@cbusillo
Copy link
Copy Markdown
Owner

@cbusillo cbusillo commented May 6, 2026

Summary

  • skip startup terminal capability queries when running inside a detached tmux session
  • keep attached terminals on the existing picker/font-size query path
  • add parser coverage for tmux attachment output

Fixes #29.

Validation

  • cargo test -p code-tui parse_tmux_session_attached_values
  • cargo build -p code-cli
  • detached tmux smoke: launched patched code in a detached session and confirmed it rendered/responded and created session files before attach
  • ./build-fast.sh

@cbusillo cbusillo merged commit cdd2fa7 into local/cbusillo-overlay May 6, 2026
1 check passed
@cbusillo cbusillo deleted the every-code/cbusillo-code-29-every-code-cbusillo-code-29-84907b45ec9fe26b branch May 6, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Detached tmux Every Code sessions do not register with DUI until attach

1 participant