Skip to content

v1.20.0

Choose a tag to compare

@Alan-TheGentleman Alan-TheGentleman released this 13 Apr 15:12
4d03aca

What's New

Kiro IDE Support (#283)

Full first-class support for Kiro IDE as the 10th supported agent:

  • Native SDD subagents (10 phase agents via steering files)
  • Dedicated Kiro model configuration flow in the TUI
  • Per-phase model assignment with KiroModelAssignments persisted in state.json
  • Split-root layout support (~/.kiro/skills/ + project .kiro/)
  • Platform-agnostic paths (macOS, Linux, Windows)
  • New documentation: docs/kiro.md

Granular Uninstall Flow (#241)

New managed uninstall via TUI and CLI:

  • Partial uninstall — remove specific components from specific agents
  • Full uninstall — remove all managed configuration
  • Clean Install — uninstall + sync (reset to fresh state)
  • Binary removal — optionally delete the gentle-ai binary itself
  • Homebrew-managed binaries detected and handled gracefully
  • Backup snapshot created before any destructive operation
  • Symlink rejection on all file operations for security

TUI: gentle-ai → Uninstall
CLI: gentle-ai uninstall --agent claude-code --component sdd

See Usage — CLI Flags (uninstall) for all flags.

Install / Upgrade

brew upgrade gentle-ai
gentle-ai sync

Links