Releases: Dimillian/CodexMonitor
Releases · Dimillian/CodexMonitor
v0.7.33
New Features
- stage new agent drafts to avoid creating empty threads
- persist thread renames across local and remote backends
- add experimental /apps support
- persist Codex personality safely for consistent agent behavior
- let users choose how /review sessions are delivered
- Add folder selection support in conversation context (#309)
- system notification support workspaces (#316)
- add multi launch scripts with icons (#304)
Fixes
- prevent unnecessary message re-renders during draft typing
- prevent stale thread plans from lingering after turn completion
- keep planning steps visible during live app-server streams
- sync server thread renames without overwriting custom titles
- prevent duplicate detached review completion notices
- keep detached reviews linked so parent state stays accurate
- make account switching login cancellable and event-driven
- ensure macOS dev builds still show notifications
- Validate Open in entries before selection (#308)
v0.7.32
v0.7.31
v0.7.30
New Features
- better conversation UI
- add /mcp support
- add /fork support
- add /resume support
- add support for /status
- add support for /new
- new /review flow
- add account switching (#282)
- add dim theme and remaining usage toggle (#283)
- render attached images with lightbox preview (#280)
- add sidebar project search with highlight (#274)
Fixes
- keep processing until turn completed
- keep code typography consistent with user settings
- make multi-line selection reliable with drag and hints
- allow re-suggesting files after earlier mentions
- surface context compaction to keep thread activity accurate
- preserve reasoning summary section breaks during streaming
- prioritize adding workspaces from the sidebar header
- prevent in-progress commands from appearing explored
- preserve thread list state on focus refresh (#276)
v0.7.29
New Features
- let users manage global config.toml centrally
- let users manage global AGENTS.md safely
v0.7.28
v0.7.27
New Features
- add shortcut for archive thread action (#263)
- surface recent threads on home for faster context switching
- let workspaces manage AGENTS.md agent instructions
- prompt history (#260)
- add worktree setup script (#261)
Fixes
- route git comands through method to find functioning git version on machine (#265)
- remove progress bar transition (#266)
- prevent inline tool summaries from overflowing the layout
- improve terminal tab bar spacing for clearer navigation
- treat “Other” prompts as freeform to avoid malformed answers
- align terminal content by removing double padding
- avoid crashes when Tauri invoke bridge is unavailable
- avoid crashes when Tauri window isn’t available in tests
- surface open failures with actionable error toasts
- restore platform default for stop shortcut (#258)
- improve markdown readability and nested list rendering
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