Skip to content

Releases: Dimillian/CodexMonitor

v0.7.30

29 Jan 19:01

Choose a tag to compare

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

28 Jan 11:20

Choose a tag to compare

New Features

  • let users manage global config.toml centrally
  • let users manage global AGENTS.md safely

v0.7.28

28 Jan 05:33

Choose a tag to compare

Fixes

  • preserve option answers when "Other" allows freeform notes close #269

v0.7.27

27 Jan 18:08
080c89c

Choose a tag to compare

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

26 Jan 20:05

Choose a tag to compare

Fixes

  • preserve entitlements during re-signing to avoid runtime failures
  • terminal UTF-8 handling and UX (#245)

v0.7.25

26 Jan 16:20

Choose a tag to compare

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

26 Jan 10:47

Choose a tag to compare

Fixes

  • tolerate model/config fetch failures to keep models usable

v0.7.23

26 Jan 10:28
044b905

Choose a tag to compare

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

25 Jan 20:41
b025ffd

Choose a tag to compare

Fixes

  • align collaboration mode overrides (#221)

v0.7.21

25 Jan 19:27

Choose a tag to compare

New Features

  • proxy workspace ops and normalize WSL paths (#155)

Fixes

  • update macOS paths in tauri.conf.json
  • replace env var with __NV_PRIME_RENDER_OFFLOAD=1 (#233)