How do I update agents when framework changes?
KubeRocketAI provides update management through CLI and framework refresh:
Update Process:
1. CLI Updates: Update via Homebrew or GitHub releases
2. Framework Refresh: Reinstall framework components
3. Version Checking: Check for available updates
4. Manual Backup: Save customizations before updates
Update Commands:
# Update CLI tool (macOS)
brew upgrade krci-ai
# Check for available updates
krci-ai check-updates
# Reinstall framework (preserves custom agents)
krci-ai install --force
# Validate after update
krci-ai validate
Managing Custom Agents:
.krci-ai/agents/
before major updates.krci-ai/agents/
are preservedkrci-ai validate
after updates