AgileFlow

/whats-new

PreviousNext

Show what's new in AgileFlow

/whats-new

Display recent AgileFlow updates, version history, and available upgrades. Stay informed about the latest features and improvements.

Quick Start

/agileflow:whats-new

Shows 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.

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-update

If an update is available:

⚡ Update available: v2.63.0 → v2.64.0
   Run: npx agileflow update

Usage 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-new

Before Updating AgileFlow

View what's included in the latest version before running the update:

/agileflow:whats-new
# Read the changes
npx agileflow update

Staying Informed

Run periodically to stay current with AgileFlow improvements:

# Check monthly for updates
/agileflow:whats-new

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-update

This enables:

  • Periodic checks for new versions
  • Notifications when updates are available
  • Automatic download in the background
  • Easy one-command upgrade when ready