We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdc236 commit 343976aCopy full SHA for 343976a
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.1.1-beta.5
4
+
5
+- gate `plan_exit` instructions on the OpenCode experimental plan-mode runtime flags
6
+- fall back to manual chat review when `submit_plan` is unavailable
7
+- add runtime debug and sandbox helpers for faster planner testing
8
9
## 0.1.1-beta.4
10
11
- publish README updates describing the planning workflow and plannotator integration
package.json
@@ -1,6 +1,6 @@
{
"name": "opencode-planner",
- "version": "0.1.1-beta.4",
+ "version": "0.1.1-beta.5",
"description": "Experimental OpenCode plugin that adds a dedicated planning agent with read-only planning constraints.",
"type": "module",
"author": "Tim Richardson",
0 commit comments