Skip to content

Release v0.71.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 07:42
· 279 commits to main since this release
v0.71.0
378aaf4

New Features

  • Claude Opus 5 is now the default Claude model and is selectable across all Claude providers, with the previous Opus 4.8 still selectable as a pinned choice.
  • Trackers now offer an editable grid, field-filter pills, shareable saved views, triage inboxes, release and review workflows, and expanded CLI commands.
  • Sharing a markdown document to your team now offers to share the documents it embeds, and teammates see those embeds live inline.
  • Voice agents can inspect the current Nimbalyst view, selected file, and active session, and capture the app window with explicit permission.
  • AI agents can read, reply to, and create inline comments on shared documents, attributed to the agent's own session.
  • Agent mode gains a workstream review panel and per-session chat panels.
  • The Agent popover previews live sessions before you switch to them.
  • Project windows now carry title bar controls for Git, session, and panel actions.

Improvements

  • Tracker filters are unified across views with multi-select values, relative dates, user filters, and a Clear button.

Fixed

  • Remote MCP server OAuth now recognizes successful authorization instead of reporting it as rejected, and gives slower sign-ins more time to complete.
  • Resolved SQLite migration errors on startup and no longer offers the dry-run and migrate controls once you are already on SQLite.
  • Comment highlights in collaborative documents are now legible in dark mode.
  • Collaborative tracker items can now be filtered by who created them.
  • Agent-mode document embeds now recover when their target file is created after the document opens.
  • Claude Code and Codex now honor relocated config directories, so usage, session history, settings, plugins, commands, and skills all resolve correctly.
  • Automations no longer rerun the same scheduled occurrence after restarting while a run is waiting or fails.
  • Voice Mode now explains blocked or missing microphones on Windows and links directly to microphone privacy settings.
  • Frontmatter plans now share to your team after a cold discovery pass instead of silently staying local.
  • Shared tracker saved views survive the view migration again.
  • Git actions are hidden in projects that are not git repositories.
  • iOS pairing links now open the in-app scanner instead of being ignored.

Commits

  • Release v0.71.0
  • feat: add Claude Opus 5 and upgrade claude-agent-sdk
  • fix: resolve SQLite migration startup errors and panel gating
  • fix: recognize successful remote MCP OAuth instead of rejecting it
  • refactor(ios): clear Swift concurrency and Codable warnings
  • fix(ios): open in-app scanner from external pairing links
  • fix(ios): improve pairing link handling
  • test: keep renderer mocks compatible with runtime exports
  • feat: preview live sessions from the Agent popover
  • fix: add multi-select tracker filter values
  • feat: let agents read and reply to document comments
  • feat: tidy editable tracker toolbar and add clear-filters
  • fix: unify tracker filters with relative dates and users
  • fix: share frontmatter plans after cold discovery
  • fix: filter tracker items by creator
  • fix: restore shared tracker view migration
  • fix: follow CLAUDE_CONFIG_DIR for Claude Code user data
  • fix: hide Git actions outside repositories
  • feat: add Agent workstream review and session chat panels
  • feat: add project window title bar controls

Downloads

  • macOS: Download the .dmg file
  • Windows: Download the .exe file
  • Linux: Download the .AppImage file