Skip to content

v0.61.0 — Git Log, Smart Bash Pills & Image Prompts

Choose a tag to compare

@github-actions github-actions released this 26 Feb 23:48
· 245 commits to main since this release

Highlights

  • Git Log tray — Browse commit history, view per-commit diffs, and inspect file changes in a new dedicated tray.
  • Smart bash pills — Bash commands render as semantic pills with human-readable labels (search, read, edit, git) instead of raw shell invocations.
  • Image prompt support — Attach images to prompts via paste, drag-and-drop, or file picker, with fixes for dropped images across task runs and Codex resume.
  • File tree changes viewer — The changes panel is now a collapsible hierarchical file tree with "Open in Finder" support.
  • Unified commit & push — Commit and push merged into one action that accepts user instructions from the editor.

Other improvements

  • Fixed terminal resize breaking after tray re-open and bottom row clipping.
  • Fixed Windows file:// URL construction causing c:/dashboard/code errors.
  • Replaced electron-context-menu with a native template for deterministic context menus.
  • Fixed Codex usage overcount across resumed sessions.
  • Running tasks now ranked to the top of the sidebar task list.
  • Error-cause tooltips on event headers and surfaced failed completions.
  • Added CI validation job to gate releases on typecheck and tests.
  • Fixed worktree execution context to avoid repo-root operations.
  • Fixed dash-prefixed prompts being parsed as CLI flags in Claude and Codex harnesses.
  • Updated desktop-required page copy to be engine-agnostic for Codex support.
  • Expanded read-only bash allowlist with no-arg variants and missing gh subcommands.