Skip to content

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:53
· 80 commits to main since this release
0142966

What's New in v0.34.0

Features

  • Safe peer-plugin Threads API — other Obsidian plugins can now read sanitized, paginated thread execution traces and request one-turn Claude evaluations without inheriting Agent Threads' host tools, settings, skills, plugins, files, or environment. Durable operation IDs support safe retries, cancellation, and recovery after reload. (#530)
  • Trustworthy execution evidence — trace records distinguish successful skill loading from the enclosing run's outcome, include bounded usage and lifecycle metadata, and keep background evaluation work out of normal Agent Boards.

Notes

  • This is a backward-compatible public API addition; existing plugin IDs and installation paths are unchanged.
  • WikiSkill is a separate plugin and is not included in this release.
  • Sandbox VM support from #508 is not included.
  • The authenticated constrained-run isolation canary passed before publication.

Validation

  • 2,505 unit tests passed.
  • 187 Playwright checks passed; 2 existing checks remain skipped.
  • TypeScript, production build, version consistency, GitHub CI, and the live isolation canary passed.