gentle-pi v0.11.2
·
1194 commits
to main
since this release
What's Changed
- Fixed
/gentle:modelsso model and effort routing is applied through the runtime-supported Pi Subagents config (model_profilesinsubagents.json) instead of the old.pi/settings.jsonoverride shape. - Added a conservative migration for existing legacy
.pi/settings.json -> subagents.agentOverridesusers:- migrates into
.pi/subagents.jsonor global~/.pi/agent/subagents.jsonbased on agent scope; - maps
thinkingtoeffort; - preserves existing
model_profilesand unrelated settings; - skips unsafe migrations when target config JSON is invalid.
- migrates into
- Deduplicated visible command registrations to the canonical
/gentle:*namespace, removing noisy/gentle-ai:*and/gentleman:*autocomplete aliases. - Expanded
/gentle:modelsdiscovery to include.pi/subagents/and global~/.pi/agent/subagents/, with coverage forsubagents/overridingagents/in the same scope. - Updated README, SDD workflow docs, skill docs, and stale OpenSpec references to use the canonical
/gentle:*commands.
Verification
pnpm testpnpm publish --dry-run --no-git-checks- Fresh reliability reviews passed for model routing, migration safety, and command namespace cleanup.