Skip to content

Latest commit

 

History

History
120 lines (70 loc) · 4.38 KB

File metadata and controls

120 lines (70 loc) · 4.38 KB

Changelog

0.6.0 - 2026-08-26

  • document opencode2 plugin add as the recommended V2-only installation method
  • document pinned V2 upgrades with opencode2 plugin remove followed by opencode2 plugin add

0.5.3 - 2026-08-25

  • omit absent V2 command prompt attachments instead of forwarding explicit undefined values that the plugin API rejects
  • add an isolated OpenCode V2 integration test covering plan creation and external editing

0.5.2 - 2026-08-25

  • update V2 command registration for the current CommandDraft.add() API so plugin reload no longer interrupts model catalog initialization
  • verify compatibility with OpenCode V1 1.18.22 and OpenCode V2 v0.0.0-beta-18155

0.5.1

  • restore OpenCode V1 loading by adding its required server() adapter to the dual-host ./server export while preserving native V2 setup()

0.5.0

  • move installation and upgrade guidance near the top of the README and recommend explicit release versions because @latest does not update an existing installation

0.4.1

  • correct the shared V1/V2 installation recipe to use only the V1-compatible plugin field

0.4.0

  • support OpenCode V1 and V2 from the same npm package by preserving the V1 root entrypoint and adding a native V2 ./server entrypoint
  • port the plan agent, commands, custom tools, planner reminder, subagent restrictions, and reviewed-plan handoff guard to the V2 plugin API
  • remove planner-only tools and reminders from V2 model context after transitioning to a non-plan agent

0.3.3

  • resolve edit_plan and planner_config plan paths against the active OpenCode worktree instead of the plugin process working directory

0.3.2

  • export the plugin through a named plugin entrypoint as well as the default export so npm-based OpenCode loading can register it correctly

0.3.1

  • add a planner_config diagnostic tool and /planner-config command for inspecting planner runtime and editor configuration

0.3.0

  • add an /edit-plan command that routes to the plan agent and reuses the existing edit_plan tool flow
  • document /edit-plan and surface it in the runtime debug output

0.2.0

  • promote opencode-planner to its stable release line
  • publish stable releases to npm latest

0.1.1-beta.11

  • add planner-specific PLAN_VISUAL support for external plan review editor selection
  • treat external edit_plan changes as plan review feedback and require resubmission before plan_exit

0.1.1-beta.10

  • deny submit_plan and plan_exit to the built-in general and explore subagents used by the planner
  • clarify npm plugin update wording in the README and remove redundant prompt-customization intro text

0.1.1-beta.9

  • fix README documentation for agent.plan.prompt replacement behavior
  • restore plan_prompt tool documentation and note the build-agent fallback when plan_exit is unavailable

0.1.1-beta.8

  • document agent.plan.model customization with OpenAI reasoningEffort examples
  • fix README customization docs to match the current prompt-appending behavior

0.1.1-beta.7

  • replace softprops/action-gh-release@v2 with gh release create in the release workflow
  • avoid the GitHub Actions Node 20 deprecation warning from the release step

0.1.1-beta.6

  • let users replace the plugin's base agent.plan.prompt instead of appending to it
  • add a plan_prompt tool so the plan agent can reveal the plugin prompt basis for customization

0.1.1-beta.5

  • gate plan_exit instructions on the OpenCode experimental plan-mode runtime flags
  • fall back to manual chat review when submit_plan is unavailable
  • add runtime debug and sandbox helpers for faster planner testing

0.1.1-beta.4

  • publish README updates describing the planning workflow and plannotator integration

0.1.1-beta.3

  • restore GitHub release permissions in the release workflow
  • stop tracking IDE project files in git

0.1.1-beta.2

  • test GitHub Actions release publishing via npm Trusted Publishing

0.1.1-beta.1

  • mark npm publishes as public so first-time prerelease publication works with provenance enabled

0.1.1-beta.0

  • mark the package as an explicit prerelease line
  • publish prereleases to the npm beta dist-tag instead of latest
  • document OpenCode installation via opencode-planner@beta

0.1.0

  • initial standalone npm package for the plan agent plugin
  • includes OpenCode install instructions, CI, and npm publish workflow templates