Skip to content

v0.6.11

Choose a tag to compare

@github-actions github-actions released this 12 Aug 08:11
· 42 commits to main since this release
fd5e977

Added

  • Added conversation branching from assistant responses. A branch opens as a
    separate session with the conversation history through the selected response,
    inherited session settings, a distinct title, and direct navigation between
    the source conversation and its branches. Workspace files remain at their
    current state and are not rolled back.
  • Added in-place editing for earlier user messages. Or now removes the later
    conversation turns, keeps the same session identity, settings, and workspace,
    and generates a replacement response from the edited message.
  • Added branch-point navigation that returns to and briefly marks the complete
    source response turn. If editing the source conversation removes that point,
    the branch keeps its source-session link and reports that the original branch
    point was edited instead of locating unrelated content.
  • Added compact project and session details on sidebar hover, plus a native
    Reveal in Finder action for project directories.

Changed

  • Moved MCP connection ownership to the application so compatible connections
    can be warmed and reused across conversation runtimes. Configuration reloads
    use isolated generations, allowing active sessions to finish with their
    existing connections while new sessions receive updated tools.
  • Consolidated the repository's curated Skills, MCP server recommendations, and
    CLI tool recommendations under catalog/. The collection includes setup and
    security guidance for GitHub MCP and practical usage guidance for ripgrep.

Fixed

  • Kept direct child branches as independent sessions when their source session
    is deleted, while preserving valid relationships between nested branches.

Full Changelog

Compare v0.6.10...v0.6.11