Skip to content

Commit f75894a

Browse files
committed
chore(release): publish 0.1.1-beta.4
1 parent 65886ac commit f75894a

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.1-beta.4
4+
5+
- publish README updates describing the planning workflow and plannotator integration
6+
37
## 0.1.1-beta.3
48

59
- restore GitHub release permissions in the release workflow

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# opencode-planner
22

3-
`opencode-planner` is an experimental OpenCode plugin that adds a dedicated `plan` agent for read-only planning before implementation.
3+
`opencode-planner` is an OpenCode plugin that adds a dedicated `plan` agent for read-only planning before implementation. It's based on the experimental plan agent. That is, it likes to use sub-agents and a structured approach to planning.
4+
It asks clarifying questions, and produces a markdown file. This plugin will call-out to plannotator for elegant viewing and editing.
5+
6+
The plugin requires the user to switch back to the Build agent.
47

58
Repository: <https://github.com/timrichardson/opencode-planner>
69

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-planner",
3-
"version": "0.1.1-beta.3",
3+
"version": "0.1.1-beta.4",
44
"description": "Experimental OpenCode plugin that adds a dedicated planning agent with read-only planning constraints.",
55
"type": "module",
66
"author": "Tim Richardson",

0 commit comments

Comments
 (0)