github Gentleman-Programming/gentle-ai v1.8.12

latest releases: v1.43.2, v1.43.1, v1.43.0...
3 months ago

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

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.