Skip to content

0.5.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:28
Immutable release. Only release title and notes can be modified.
d9a1b9c

v0.5.0 - 2026-06-14

Previous release: v0.4.1 - 2026-06-10

✨ Added

  • [Desktop] Added an embedded Browser workspace tab with per-feature tabs, an address bar, normal/private browsing modes, comments, keyboard shortcuts, permission-gated local-file and external-URL opens, and the cadencr-browser MCP tools agents need to test web work in-place: outline snapshots with element refs, scoped HTML snapshots, partial page screenshots, console and network inspection, waits, clicks, fills, hovers, keypresses, JavaScript evaluation, and user-selected element context.
  • [Desktop] Added a Git graph view with commit rows, changed-file diffs, and online commit links to make branch history easier to inspect from the Git tab.
  • [Desktop] Added Frost Dark and Frost Light glass themes with matching editor, diff, terminal, modal, and popover styling.
  • [Desktop] Added sidebar activity indicators for busy feature surfaces so active work is easier to spot.

🔧 Changed

  • [Desktop] Replaced the file-tree worktree header with a file-search trigger so opening files from the editor area takes fewer clicks.
  • [Desktop] Switched the Cadencr wordmark to Figtree 800 across the splash screen, sidebar, and onboarding for more consistent branding.
  • [Desktop] Tuned Frost vibrancy, split-tab glass, modal scrims, overlays, popovers, and ambient halo animation, including throttling the halo while idle to reduce GPU use.

🐛 Fixed

  • [provider:claude] Fixed queued Claude Code prompts and interrupted turns so prompts are acknowledged on the next response and interrupted turns wait for completion instead of leaving stale state behind.
  • [Desktop] Fixed pending steering prompts so they no longer keep turns active after the pending state has cleared.
  • [Desktop] Fixed sent prompt drafts so submitted text does not reappear in the input.
  • [Desktop] Fixed AskUserQuestion free-text handling so number keys no longer select options while typing in the “Other” field and focus resets correctly between questions.
  • [Desktop] Fixed dropdown submenus that were clipped by parent overflow by rendering them through a portal.
  • [Desktop] Fixed Git diff navigation so selecting a changed file reliably scrolls to that file.
  • [Desktop] Fixed Frost theme readability and blur behavior in packaged builds, including modal readability when backdrop-filter is unavailable and blurred Git graph hover cards.