@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 +1 -1
- package/package.json +1 -1
- package/plannotator.html +339 -330
- package/review-editor.html +4 -4
- package/server.ts +214 -2
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