Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Jun 19:47
· 1 commit to main since this release

pi-goal v0.1.6

Refreshes goal mode to better match modern Codex-style goal workflows and makes the package much better covered by tests.

Highlights

  • Added the create_goal model tool, guarded so goals are only created when explicitly requested and only when no goal already exists.
  • Strengthened create_goal guidance with a self-contained strong-goal template: outcome, verification surface, constraints, boundaries, iteration policy, and blocked stop condition.
  • Fixed final-turn accounting so a turn that completes a goal is still counted before the session moves on.
  • Fixed a queued-continuation edge case so completing, pausing, clearing, or budget-limiting a goal cancels pending continuation.
  • Extracted pure goal state helpers into goal-state.ts and added focused tests for parsing, formatting, lifecycle labels, accounting, and tool/README contracts.

Verification

  • npm test — 24 passing
  • npm run check — extension loads
  • npm run pack:dry — package contents verified

Full Changelog: v0.1.5...v0.1.6