/whats-new
Display recent AgileFlow updates, version history, and available upgrades. Stay informed about the latest features and improvements.
Quick Start
/agileflow:whats-newShows the latest AgileFlow updates with no arguments required.
Parameters
This command takes no parameters - it automatically displays the version changelog and recent updates.
What It Displays
The whats-new command provides:
1. Current Installed Version
Shows your current AgileFlow version at the top of the output.
2. Recent Version History
Displays the last 3-5 releases with:
- Version numbers (e.g., v2.57.0)
- Release dates
- Changes organized by category:
- Added: New features
- Changed: Modifications to existing features
- Fixed: Bug fixes
- Removed: Deprecated features
3. Update Availability Check
Automatically checks if a newer version is available and shows upgrade instructions.
4. Quick Links
Provides helpful links:
- Full changelog on GitHub
- Update command
- Auto-update configuration
Example Output
╭─────────────────────────────────────────────────────╮
│ AgileFlow Changelog │
│ Current: v2.63.0 │
╰─────────────────────────────────────────────────────╯
## v2.63.0 (2025-12-27)
### Added
• Dynamic skill generation system
• Skill management commands (create, list, remove)
• Per-IDE options for update and uninstall commands
### Changed
• Enhanced skill system architecture
• Improved IDE detection and handling
---
## v2.62.0 (2025-12-26)
### Added
• Per-IDE update command options
• IDE-specific uninstall features
---
## v2.61.0 (2025-12-25)
### Added
• Auto-update system with configurable check frequency
• Update notifications in welcome message
• Changelog display after updates
### Changed
• Improved update notification visibility
---
📖 Full changelog: https://github.com/projectquestorg/AgileFlow/blob/main/packages/cli/CHANGELOG.md
🔄 Check for updates: npx agileflow update
⚙️ Configure auto-update: /agileflow:configure --auto-updateIf an update is available:
⚡ Update available: v2.63.0 → v2.64.0
Run: npx agileflow updateUsage Patterns
Use the whats-new command when:
- Keep Updated: Check what's new in recent releases
- Before Upgrading: Understand what features are available before updating
- Share with Team: Show teammates what improvements are coming
- Troubleshooting: Verify you have the latest bug fixes
- New Features: Discover newly available capabilities
Common Scenarios
Checking Latest Features
When you want to know what's new without manually checking GitHub:
/agileflow:whats-newBefore Updating AgileFlow
View what's included in the latest version before running the update:
/agileflow:whats-new
# Read the changes
npx agileflow updateStaying Informed
Run periodically to stay current with AgileFlow improvements:
# Check monthly for updates
/agileflow:whats-newRelated Commands
/agileflow:configure- Configure auto-update settingsnpx agileflow update- Upgrade to the latest version/agileflow:help- System overview/agileflow:diagnose- System diagnostics
Changelog Format
The changelog follows semantic versioning and includes:
- Major (X.0.0): Breaking changes or significant features
- Minor (0.X.0): New features and improvements
- Patch (0.0.X): Bug fixes and small adjustments
Each entry includes what changed and why it matters to you.
Auto-Update Configuration
For automatic update notifications:
/agileflow:configure --auto-updateThis enables:
- Periodic checks for new versions
- Notifications when updates are available
- Automatic download in the background
- Easy one-command upgrade when ready
On This Page
/whats-newQuick StartParametersWhat It Displays1. Current Installed Version2. Recent Version History3. Update Availability Check4. Quick LinksExample OutputUsage PatternsCommon ScenariosChecking Latest FeaturesBefore Updating AgileFlowStaying InformedRelated CommandsChangelog FormatAuto-Update Configuration