Releases: Dimillian/CodexMonitor
Releases · Dimillian/CodexMonitor
v0.7.26
v0.7.25
Fixes
- use webview zoom to keep panel resizing accurate
- improve command parsing to classify explore actions correctly
- avoid resuming active threads unless explicitly forced
v0.7.24
Fixes
- tolerate model/config fetch failures to keep models usable
v0.7.23
New Features
- configurable stop shortcut with platform defaults (#244)
- improve assistant message readability with full-width card styling
- reduce thread noise by summarizing exploration commands
- default codex args and workspace CODEX_HOME + args overrides (with tests!) (#239)
- hide main window on Cmd+W and restore on reopen (#241)
- add per-workspace launch script with dedicated terminal tab (#231)
- add configurable “Open in” targets (settings UI, custom commands/args, ordering) (#230)
- add image preview support in diff viewer (#234)
- let users quickly cycle collaboration modes via Shift+Tab
Fixes
- guard macOS reopen handling to keep non-mac builds green
- preserve collaboration mode across workspace reconnects
- honor config.toml model and prevent unsupported reasoning
- improve code block readability with consistent spacing styling
- weird microphone permission request behavior (macOS 26.2) (#242)
- stop collaboration mode from overriding model and effort
v0.7.22
v0.7.21
v0.7.20
v0.7.19
New Features
- make url-only code blocks openable as link lists
v0.7.18
New Features
- enable agent prompts to collect required user input
- workspace/worktree homes, multi-runs, metadata, and run orchestration polish (#203)
Fixes
- handle non-numeric JSON-RPC request ids from server
- settings backdrop blur on macOS 15 (#216)
- macOS dictation mic permission prompt on main thread (#215)
- make CODEX_HOME resolution consistent (#213)
- scope composer styling to prevent global bleed
- prevent conflicting model/effort changes during collab override
v0.7.17
New Features
- enable manual thread resync without clobbering local state
- image preview for binary files (#208)
- surface Codex config and collab modes to sync settings
Fixes
- simplify “now” to reduce visual noise in relative times
- show user input during steer processing to avoid blanks
- keep thread timestamps accurate to source activity
- preserve local thread items when resume payload is disjoint
- standardize collaboration mode labels for clearer selection
- avoid tooltip misalignment by anchoring context ring to edge fix #196
- prevent accidental text selection in chrome panels