Skip to content

v1.7.16

Choose a tag to compare

@github-actions github-actions released this 22 Mar 18:12
· 781 commits to main since this release

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 upgraded

The 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 only

This 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:

  • dnf package manager integration
  • NodeSource LTS for Node.js installation
  • Fedora E2E Docker image and test coverage

Changelog

  • 7617d04 feat(system): add Fedora/RHEL Linux distro support (#61)
  • 07d9c53 feat(update): add upgrade and sync workflows