@plannotator/pi-extension 0.8.5 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -61,7 +61,7 @@ When the agent calls `exit_plan_mode`, the Plannotator UI opens in your browser.
61
61
  - **Deny with annotations** to send structured feedback back to the agent
62
62
  - **Approve with notes** to proceed but include implementation guidance
63
63
 
64
- The agent iterates on the plan until you approve, then executes with full tool access.
64
+ The agent iterates on the plan until you approve, then executes with full tool access. On resubmission, Plan Diff highlights what changed since the previous version.
65
65
 
66
66
  ### Code review
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plannotator/pi-extension",
3
- "version": "0.8.5",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "description": "Plannotator extension for Pi coding agent - interactive plan review with visual annotation",
6
6
  "author": "backnotprop",