v1.39.1
✨ Highlights
- OpenCode now refreshes the skill registry at startup (#824) — installs a managed startup plugin that runs
gentle-ai skill-registry refreshso SDD delegation gets fresh project skill paths without manual refresh. - Repository cleanup (#822) — stops tracking the compiled
gentle-aibinary in git while keeping release binaries handled by GoReleaser.
🐛 Fixes
- opencode: add a managed
skill-registry.tsstartup plugin usingexecFilewith 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-aibinary (#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-aiOr 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