Skip to content

Releases: Dimillian/CodexMonitor

v0.7.33

02 Feb 16:18

Choose a tag to compare

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

31 Jan 06:47
1296100

Choose a tag to compare

New Features

  • add workspace home collaboration and reasoning selectors (#299)
  • add Git diff preload toggle in Settings and respect it in diff loading (#298)

Fixes

  • prevent background helper threads from resurfacing
  • allow symlinked CODEX_HOME agents without weakening config safety

v0.7.31

30 Jan 19:26

Choose a tag to compare

New Features

  • keep thread list synced when new threads start

Fixes

  • testimonials copy typos on landing page (#290)
  • preserve latest reasoning status without empty rows
  • prevent stale closures and reduce unnecessary re-renders

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