Skip to content

0.2.0

Choose a tag to compare

@GaosCode GaosCode released this 26 Jun 06:51

PlanWeave 0.2.0

Highlights

  • Added shared run-session history for CLI and Desktop Auto Run flows, including reset/run session records and latest session visibility.
  • Added rerun session orchestration so runs can be resumed, inspected, and queried through runtime and CLI surfaces.
  • Added Desktop Auto Run retrospectives and recovery actions for completed, paused, stopped, and blocked runs.

Desktop

  • Added runtime reset actions and improved Auto Run controls, including session links, next actions, and record navigation.
  • Improved desktop search results with match context for faster scanning.
  • Hardened tunnel-client launch handling and packaged app smoke verification.
  • Stabilized package watching so pending watchers are cancelled correctly.

CLI / Runtime / MCP

  • Added CLI commands for run sessions and scoped Auto Run behavior.
  • Added runtime repositories and APIs for run-session persistence, reset sessions, and session-aware execution.
  • Improved prompt section scanning and path normalization performance and safety.
  • Updated MCP tooling to reflect runtime package behavior in this release.

Reliability

  • Bounded executor stdout/stderr output and terminates over-limit or timed-out executor sessions.
  • Released terminal Auto Run state reliably after executor completion.
  • Stabilized tmux-backed executor session lifecycle for fast-completing commands.
  • Resolved dependency advisories and tightened GitHub workflow permissions.

Verification

  • Ran pnpm -r build.
  • Ran pnpm test; initial local full-suite runs exposed transient timing failures, then targeted reruns and the final full-suite run passed.
  • Ran pnpm --dir packages/desktop verify:packaged:mac.
  • Ran pnpm --dir packages/desktop smoke:packaged:mac.