v1.30.6 is a patch release focused on cleaning up the rough edges found after the OpenCode SDD preflight work: localized prompts now stay in the user's language, Engram update checks target the correct release channel, and the Pi-only installer path has symmetric back navigation.
Highlights
- OpenCode SDD preflight localization — Spanish sessions now get a fully Spanish preflight prompt instead of a Spanish intro followed by English option labels like
Pace,Artifacts, andReview. - Engram update channel filtering — gentle-ai now checks Engram's binary release channel instead of being confused by Pi/package-channel tags.
- Pi-only installer back navigation — selecting only
Piand going back from the dependency plan now returns to agent selection, not unrelated Gentle AI configuration screens.
Contribution highlights
- Added regression coverage for OpenCode preflight prompt localization and preserved-prompt migration.
- Added update-check tests for Engram release filtering, pagination, and GitHub Link header parsing.
- Added broad TUI install navigation round-trip coverage across Pi-only, OpenCode, SDD single/multi, model picker, plugin picker, custom preset, skills, and review paths.
Pi companion notes
- This release improves the Pi-only install flow from the gentle-ai side: Pi users no longer get routed into persona, SDD/TDD, or multi-agent configuration screens when navigating back from the generated dependency plan.
- No Pi package changes are required for this fix; upgrading gentle-ai is enough.
Fixes included
fix(opencode): localize SDD preflight prompts and harden preserved OpenCode orchestrator prompt migration. (#593)fix(update): filter Engram updates to the binary release channel so Pi/package tags do not appear as binary upgrades. (#594)fix(tui): restore Pi-only back navigation and add install-flow round-trip regression coverage. (#595)