Improve file tab reuse and workspace rebind handling#206
Merged
andyrewlee merged 2 commits intomainfrom Apr 13, 2026
Merged
Conversation
andyrewlee
commented
Apr 1, 2026
5f72984 to
c696046
Compare
Megatherium
added a commit
to Megatherium/amux
that referenced
this pull request
Apr 16, 2026
Merge upstream/main bringing in: - Remove openclaw CLI subsystem (andyrewlee#204) - Fix hover wheel pane routing (andyrewlee#205) - Extract VTerm.SelectedText() dedup - Extract resetPTYStateLocked dedup - Improve tmux snapshot restore & scrollback handling (andyrewlee#207) - Improve file tab reuse & workspace rebind handling (andyrewlee#206) Conflicts resolved: - go.mod: kept our yaml.v3 + go-sqlmock deps alongside upstream changes - internal/cli/cmd_doctor.go: accepted upstream deletion (openclaw removal) Refactoring: - Extract prefix command table/matching/execution to app_ui_prefix.go to keep app_ui.go under 500-line file length limit Affected ticket(s): bmx-bh4 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Describe the change and intended behavior.
Quality Checklist
make devchecklocally.make lint-strict-newlocally for changed code.make harness-presets.go test ./internal/tmux ./internal/e2e.