Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 01:56

[2.0.0] — 2026-06-29

Changed — MAJOR

  • Renamed package to opencode-goalpower to reflect the project's identity as the goal plugin for OpenCode. Old goalpower references continue to work as aliases.
  • README retitled to "OpenCode Goalpower V2" with SEO keywords for users searching for opencode goal, opencode goal mode, opencode goal plugin, and related queries.
  • Bumped to major version 2.0.0 to signal the public, stable, community-ready release. No breaking API changes from 1.2.0 — the version bump is for naming/branding clarity.

Added

  • New SEO-friendly repo URL: github.com/emco1234/opencode-goalpower (old URL emco1234/goalpower redirects automatically).
  • Keyword block in README explicitly listing all common search queries this project answers.
  • Expanded package.json keyword set: opencode-goal, opencode-goal-mode, opencode-goalpower, goal-plugin, ai-coding-agent, llm.

Migration from 1.x

Users who installed 1.2.0 don't need to change anything in their opencode.jsonc. The slash command /goalpower is unchanged. Plugin path can be either:

git clone https://github.com/emco1234/opencode-goalpower.git \
  ~/.config/opencode/plugins/goalpower

(or opencode-goalpower as the directory name — both work)