Skip to content

Releases: Dimillian/CodexMonitor

v0.7.38

04 Feb 16:46

Choose a tag to compare

New Features

  • add optional worktree display name with branch auto-sync (#336)
  • add show in Finder to git file menu (#335)
  • add show in Finder action for worktrees (#334)
  • include old/new text lines in diff payloads

Fixes

  • respect preloadGitDiffs when loading local git diffs

v0.7.37

04 Feb 08:04

Choose a tag to compare

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

03 Feb 19:53

Choose a tag to compare

New Features

  • matching Mac app display name to public branding (#326)
  • show file type icons in autocomplete suggestions

Fixes

  • anchor autocomplete popup to trigger and wrap text
  • fetch and prune remote refs before upstream push

v0.7.35

03 Feb 18:12

Choose a tag to compare

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

03 Feb 06:49

Choose a tag to compare

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

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