Skip to content

v1.39.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 18:15
· 55 commits to main since this release
682d3fe

✨ Highlights

  • OpenCode now refreshes the skill registry at startup (#824) — installs a managed startup plugin that runs gentle-ai skill-registry refresh so SDD delegation gets fresh project skill paths without manual refresh.
  • Repository cleanup (#822) — stops tracking the compiled gentle-ai binary in git while keeping release binaries handled by GoReleaser.

🐛 Fixes

  • opencode: add a managed skill-registry.ts startup plugin using execFile with fixed argv, avoiding shell interpolation (#824)
  • opencode: install the skill-registry plugin during SDD sync and remove it during SDD uninstall (#824)

🧹 Maintenance

  • repo: stop tracking the compiled cmd/gentle-ai/gentle-ai binary (#822)

🧪 Reliability

  • opencode: add asset, injection, and uninstall coverage for the managed startup plugin (#824)
  • opencode: verified locally by removing .atl/skill-registry.md, starting OpenCode, and confirming the registry was regenerated (#824)

🙌 Contributors

Core maintainer release.

📦 Upgrade

If Homebrew reports the tap as untrusted, trust the Gentle AI tap once before upgrading:

brew trust gentleman-programming/tap
brew upgrade gentle-ai

Or trust only the formula:

brew trust --formula gentleman-programming/tap/gentle-ai
brew upgrade gentle-ai

(or self-update on the next run)

Full changelog: v1.39.0...v1.39.1