Skip to content

v1.8.12

Choose a tag to compare

@Alan-TheGentleman Alan-TheGentleman released this 26 Mar 08:42
· 791 commits to main since this release

Released v1.8.12.

Fixes

  • sync now respects your agent selection (#107). The installer persists which agents you chose in ~/.gentle-ai/state.json. Running gentle-ai sync only updates those agents, not every IDE detected on disk. Users who installed before this version get backward-compatible filesystem discovery as fallback.

  • GGA reinstall no longer fails (#106). brew reinstall replaces brew install for idempotent behavior on macOS. Detection extended to cover Homebrew prefix paths (/opt/homebrew/bin, /usr/local/bin) and Windows (~/bin). Linux was already idempotent via rm -rf + git clone.

  • Model picker skipped on fresh OpenCode install (#106). When OpenCode has never been run, the model cache doesn't exist yet. Instead of showing an empty picker with a confusing error, the installer skips it entirely. Run gentle-ai sync after your first OpenCode session to assign models.

  • Orchestrator skill resolution aligned. Removed the absolute 'sub-agents do NOT search for the registry' statement. New contract: orchestrator passes skill paths when possible, sub-agents fall back to self-discovery if none provided.

Install: brew update && brew upgrade gentle-ai