
📦 Update Guide
Keep your hive-tools installation current, secure, and optimized
← Back to Documentation🔍 Check Your Version
# Check current version
hive-ai --version
# Check for available updates
npm outdated -g @hivetechs/hive-ai
⚡ Update Commands
Standard Update (Recommended)
# Update to latest stable version
npm update -g @hivetechs/hive-ai
Fresh Install (If Update Fails)
# Clean install of latest version
npm install -g @hivetechs/hive-ai@latest
Beta Features (Optional)
# Get early access to new features
npm install -g @hivetechs/hive-ai@beta
✅ Verify Update
# 1. Check new version
hive-ai --version
# 2. Test basic functionality
hive-ai --help
✅
Data Safety Guaranteed
Your license keys, provider configurations, and conversation history are automatically preserved during updates.