What's New
gentle-ai upgrade
You can now upgrade gentle-ai and its ecosystem tools directly from the CLI:
gentle-ai upgrade # upgrade all tools with available updates
gentle-ai upgrade --dry-run # preview what would be upgradedThe upgrade flow:
- Detects how each tool was installed (Homebrew,
go install, release binary) - Routes the upgrade through the correct method
- Creates a pre-upgrade backup of your agent configs automatically
- Reports results per tool (success, skipped, manual action needed)
- Source builds (
dev) are surfaced as skipped with clear messaging
gentle-ai sync
Sync re-injects ecosystem-managed assets and config overlays without reinstalling binaries or re-running one-time init hooks like engram setup:
gentle-ai sync # sync all detected agents
gentle-ai sync --agents claude-code,opencode # sync specific agents onlyThis is the correct command when a new Engram or Agent Teams Lite release ships updated integration that gentle-ai needs to re-apply on your machine.
Fedora / RHEL Linux Support
Full support for Fedora, RHEL, and Nobara-based distributions:
dnfpackage manager integration- NodeSource LTS for Node.js installation
- Fedora E2E Docker image and test coverage