We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60b8bd commit c75fd04Copy full SHA for c75fd04
1 file changed
apps/opencode-plugin/index.ts
@@ -4,7 +4,7 @@
4
* Provides iterative planning with interactive browser-based plan review.
5
*
6
* When the agent is in plan mode:
7
- * - Injects planning prompt directing the agent to write plans in ~/.plannotator/session-plans/opencode/
+ * - Injects planning prompt directing the agent to write plans in $XDG_DATA_HOME/opencode/plans/
8
* - Agent creates a uniquely-named plan file, revises it on feedback
9
* - submit_plan(path) reads the plan from disk and opens browser UI
10
* - plan_exit suppressed in favor of submit_plan (experimental mode compatibility)
0 commit comments