Skip to content

v5.9.0

Choose a tag to compare

@vekexasia vekexasia released this 28 Aug 12:17
· 18 commits to main since this release

[5.9.0] - 2026-08-28

New capabilities

  • Trajectory can export one persisted workflow run as a self-contained static HTML report (exportTrajectoryRunHtml): the live UI with inlined assets and injected state instead of a WebSocket, viewable from file://, sandboxed iframes, and the docs/run.html gist viewer.
  • The Trajectory run dossier gains a Share button (and the CLI a piewf share <run-id> command) that uploads the static report as a secret GitHub gist through the user's gh CLI and returns the viewer URL. Share is served by the Trajectory extension itself; secret gists are unlisted, not private.

Packaging

  • Moved the eval harness from src/ to the unpublished evals/src/ directory and stopped publishing evals/ cases and test/fixtures in the npm package. npm run evals and npm run evals:ambient are unchanged for repository checkouts.

Fixes

  • Closing the workflow dashboard after a confirmed stop now leaves the parent Pi session ready for its next prompt, and intentional cancellation skips provider recovery (#241).
  • Live Herdr handoffs show queued/opening status and bypass provider recovery only when a handoff was actually attempted, preserving genuine provider errors containing abort (#204, #240).

Full changelog: v5.8.0...v5.9.0