Skip to content

Releases: shahboura/agents-opencode

v2.1.1

07 May 17:33
c91ba01

Choose a tag to compare

2.1.1 (2026-05-07)

Bug Fixes

  • exclude dev files from GitHub release archives via export-ignore (#47) (855507b)
  • exclude dev files from GitHub release archives via export-ignore (#49) (2296fbc)

v2.1.0

07 May 12:19
b2f05e0

Choose a tag to compare

2.1.0 (2026-05-07)

Features

  • add career-content skill with cross-review fixes and Skill-First refactor (#45) (6519d87)

v2.0.1

07 May 11:28
02b81fc

Choose a tag to compare

2.0.1 (2026-05-07)

Bug Fixes

  • add scripts/lib to npm package files and npx integrity test (#43) (dddad7f)

v2.0.0

07 May 10:59
d2f9334

Choose a tag to compare

2.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • removed legacy .opencode/agent/ directory support. Only .opencode/agents/ (plural) is supported. Users must run 'mv .opencode/agent .opencode/agents' before upgrading.
  • removed legacy .opencode/agent/ directory support. Only .opencode/agents/ (plural) is supported. Users must run 'mv .opencode/agent .opencode/agents' before upgrading.

Features

  • add legal-advisor standalone mode and code quality fixes (#41) (4c4c259)
  • add OpenCode /plugin install support and legal-advisor standalone mode (#39) (b16848b)
  • agents: add plugin compatibility, legal-advisor, and memory optimization (#37) (aec36b7)

v1.5.0

25 Apr 05:38
4713db7

Choose a tag to compare

1.5.0 (2026-04-25)

Features

  • governance: add risk-aware validation, eval artifacts, and project state/handoff workflows (#31) (8155365)

v1.4.2

24 Apr 22:43
e0cf657

Choose a tag to compare

1.4.2 (2026-04-24)

Bug Fixes

  • ci: ensure gitleaks PR scan works in validation workflow (21f65b1)

v1.4.1

15 Mar 06:55
5f3839b

Choose a tag to compare

1.4.1 (2026-03-15)

Bug Fixes

  • release: trigger patch release (af5ecf3)

v1.4.0

15 Mar 05:55
0313428

Choose a tag to compare

1.4.0 (2026-03-15)

Features

  • harden installer lifecycle and adopt skill-first instruction model (#11) (dddcf8c)

v1.3.1

13 Mar 18:38
5e106db

Choose a tag to compare

1.3.1 (2026-03-13)

Bug Fixes

  • remove redundant package entrypoint files (7438b49)

v1.3.0

12 Mar 04:37
3834bbc

Choose a tag to compare

1.3.0 (2026-03-12)

Features

  • add back markdown linting with stable version (0fae9c2)
  • Add Ctrl+K search shortcut and search hint (a710e4b)
  • Add custom dark mode toggle with JavaScript fallback (5e4f6ad)
  • Add dark/light mode support with system preference and toggle (5e79a36)
  • add reusable skills (af814bf)
  • Completely redesign README for better UX (80eb130)
  • enhance brutal-critic with research capabilities and sync docs (66a29fe)
  • Enhanced uninstall with global/local modes and complete self-cleanup (a956fe7)
  • improve command routing metadata and package-based install flow (a97fbbd)
  • Improve installation script performance and features (254654b)
  • Migrate to Beautiful Jekyll theme (2861c98)
  • simplify installation for Windows/Linux only (efc70b6)
  • Uninstall removes .opencode entirely without backup (2ab9687)
  • update installation scripts to download from git (4a4e932)
  • Update uninstall to work on current directory with self-cleanup (909e5b4)
  • upgrade markdownlint-cli to latest version (0.47.0) (de19bb8)

Bug Fixes

  • Change em-advisor mode from subagent to primary (ada298c)
  • Comment out avatar field for Beautiful Jekyll compatibility (6b13aa1)
  • Comment out collections for Beautiful Jekyll compatibility (25fdcff)
  • configure markdownlint to ignore AGENTS.md and fix line length issues (4005775)
  • correct task permissions, compact em-advisor, add skills and commands (e4303f7)
  • Enhanced repository self-cleanup with AGENTS.md backup and thorough cleanup (551d176)
  • harden publish CI, fix agent permissions and consistency (df926df)
  • harden skill activation policy and permission guardrails across agents (24c89ae)
  • Improve search placeholder and dark mode toggle visibility (f3d6354)
  • Move uninstall handling before repository cloning (c5efbb6)
  • Remove jekyll-sitemap plugin for GitHub Pages compatibility (34b0184)
  • remove lint-markdown job from GitHub Actions workflow (bbcede6)
  • remove references to lint:md script from documentation (50910c6)
  • remove remaining linting dependencies and fix README formatting (f3b31d1)
  • remove remaining linting scripts from package.json (7bd5759)
  • Resolve linting and validation issues (ad822bc)
  • Resolve UI issues with just-the-docs configuration (845474d)
  • Switch back to just-the-docs with proper dark mode (3387f2a)
  • trigger post-concurrency release publish cycle (874038e)
  • trigger release pipeline for next patch (40b26e2)