Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:13
2458e0c

0.7.0 (2026-08-10)

Features

  • agent: add PermissionModePlan for interactive read-only planning (#853) (0176ee4)
  • providers: live model lists for OpenRouter and OpenGateway (#860) (fb4f293)
  • tools: give tool results an image channel and add view_image (#843) (cd0eb19)
  • tui: replace /retitle with local /rename (#826) (5886354)

Bug Fixes

  • agent: end the additional_permissions retry loop (#864) (4ca4fa7)
  • agent: tell the user a prefix approval leaves the sandbox (#885) (2ec5c3a)
  • cli: report MCP servers that failed to start (#822) (#827) (021281e)
  • lsp: dispatch notifications off read loop (#759) (936aa4e)
  • mcp: name the non-text blocks a tool result drops (#874) (027a670)
  • sandbox: deny reads of Zero credential stores (#681) (55fa05f)
  • sandbox: stop the Windows write jail honouring Everyone-granted paths (#865) (91b413c)
  • secrets,worktrees: fix secret redaction leakage and prune stale worktrees (#855) (ff62f73)
  • specialist: make overwrites atomic (#757) (30f6d8f)
  • suppress gosec G204 warning for trusted local config commands (#848) (c52db05)
  • tui: a copied NUL byte no longer panics the TUI on Windows (#876) (cae0269), closes #875
  • tui: exclude permission waits from turn time (#820) (15eb16f)
  • tui: fall back to CellMotion where AllMotion is unreliable (#872) (7fbd864)
  • tui: fill alt-screen frame with theme panel background (#850) (020c28e)
  • tui: hide unavailable sidebar shortcut (#821) (845df6c)
  • use OAuth credentials in provider health checks (#828) (d37de92)

Performance Improvements