Skip to content

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:03
· 215 commits to main since this release
2e78586

Claude Threads v0.26.0

Claude Threads 0.26.0 makes harness-native Claude and Codex child agents durable, navigable participants in the workspace instead of transient activity that disappears into a parent thread.

Highlights

Native Agent Workspace

  • See spawned Claude and Codex agents in a nested Agent Team tree inside the parent conversation.
  • Select any agent to inspect the exact lifecycle, current activity, result, error, and parent/child relationships reported by its native harness.
  • Navigate the same child agents from the Agent Dashboard, including expandable descendants and search across agent roles, tasks, and activity.
  • See compact native-agent counts on Kanban cards, making multi-agent work visible without opening each thread.
  • Keep agent history across reloads through persisted, harness-neutral agent records and stable native-ID mapping.
  • Recover safely from interrupted sessions: active agents that cannot reconnect after reload are marked unavailable instead of being incorrectly shown as completed.
  • Handle late and replayed events reliably, including children observed before their parent and duplicate lifecycle events.

Honest capability handling

Direct child-agent messaging and single-agent interruption remain disabled where the Claude or Codex harness does not expose a verified host-callable control path. Claude Threads explains that limitation in the UI and never silently redirects an action to the parent conversation.

Documentation and quality

  • Added the Agent Workspace capability and recovery guide.
  • Added desktop, iPhone 14, and compact iPhone screenshot coverage for the new workspace.
  • Added unit and integration coverage for persistence, hierarchy resolution, replay safety, rendering, accessibility, and harness event normalization.

Included changes

  • #391 — Native Agent Workspace (24eaad39bc53b976517b0eb5c6f66b1d4935e88e)

This is the only plugin change since v0.25.11. The Codex permission-request UI fix was already shipped in v0.25.11 and is not repeated in this release.

Requirements

  • Obsidian 1.0.0 or later, or a compatible Geode desktop host
  • An installed and authenticated Claude Code CLI or OpenAI Codex CLI