Releases: Dimillian/CodexMonitor
Releases · Dimillian/CodexMonitor
v0.7.38
v0.7.37
New Features
- add /compact slash command and thread compaction RPC
- add branch switcher with cmd+b shortcut (#331)
- add fetch command and branch refresh button
Fixes
- libgit2 branch checkout to avoid half-switched HEAD (#332)
- add top padding to first diff push section
- make push secondary button fill sync action row
v0.7.36
v0.7.35
New Features
- filter file tree by modified files
Fixes
- handle pull strategy and autostash fallbacks
- default pull rebase strategy and add pull/sync UI
- remove "why" instruction from commit prompt
- reduce git sidebar error noise with scoped dismissible alerts
Performance Improvements
- lazy-load workspace files for composer autocomplete
- reduce UI churn to keep navigation responsive
v0.7.34
New Features
- promote stable feature flags to cut config ambiguity
Fixes
- make workspace deletion resilient to active sessions
- preserve sidebar context when cards are collapsed
- prevent cramped settings layout on larger screens
- align compaction handling with item lifecycle events
- prevent empty-state flicker while resuming thread messages
- prevent console window popups on Windows (#321)
- terminal closing bug on exit or ctrl + d (#318)
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