Conversation
Split tmux configuration into compatibility, preset, and theme applicators. Add a Settings > Tools toggle so Mori-managed sessions can default to mouse-on/status-off while still allowing users to keep their own tmux.conf behavior. Assisted-by: pi
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 55420c9094
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Move Mori's tmux onboarding defaults into a bundled preset file and parse a small tmux config subset at runtime. This keeps TmuxBackend generic while making preset edits easier and preserving cleanup for previously shipped preset options. Assisted-by: pi
|
use preset may help resolve #72 |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: de1300106a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Only cache a tmux theme payload after session theme application succeeds. This keeps remote or temporarily unavailable tmux backends eligible for later non-forced retries instead of falsely treating the theme as already applied. Assisted-by: pi
Assisted-by: pi:gpt-5.4
Summary
Testing