v1.8.12
Released v1.8.12.
Fixes
-
sync now respects your agent selection (#107). The installer persists which agents you chose in
~/.gentle-ai/state.json. Runninggentle-ai synconly 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 reinstallreplacesbrew installfor idempotent behavior on macOS. Detection extended to cover Homebrew prefix paths (/opt/homebrew/bin,/usr/local/bin) and Windows (~/bin). Linux was already idempotent viarm -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 syncafter 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