Skip to content

Release Notes

iDorgham edited this page Nov 23, 2025 · 1 revision

Release Notes

Version history and changelog for DoPlan CLI.


Version History

Version Release Date Status Notes
1.0.0 2025-01-XX Current Initial release

Changelog Format

Changelog entries follow this format:

## [Version] - YYYY-MM-DD

### Added
- New features

### Changed
- Changes to existing features

### Fixed
- Bug fixes

### Deprecated
- Features that will be removed

### Removed
- Removed features

### Security
- Security updates

Version 1.0.0

Release Date: 2025-01-XX
Status: 🎉 Initial Release

Added

  • Zero-install CLI via npx
  • Interactive TUI wizard built with Bubbletea
  • 18 hierarchical AI agents
  • 11 core commands (/tell, /improve, /write, /build, etc.)
  • 8 specialized commands (/ship, /safe, /cheap, etc.)
  • 1000+ rules library (15 categories)
  • Support for 6 AI-powered IDEs
  • Complete project structure generation
  • GitHub workflows (CI/CD, releases, changelog)
  • Cross-platform support (macOS, Linux, Windows)
  • Offline-first operation
  • Automatic binary distribution

Features

  • Zero-Install: Run with npx @doplan-dev/cli
  • Single Binary: < 15MB, works offline
  • Complete Automation: Project structure, agents, commands, rules, CI/CD
  • Transparent: All AI logic in markdown files
  • IDE-Agnostic: Supports 6 AI-powered IDEs

Upgrade Guides

Upgrading to 1.0.0

From: N/A (initial release)

Steps:

  1. Install DoPlan CLI (see Installation)
  2. Generate your first project
  3. Follow Quick Start guide

Deprecation Notices

None - Initial release, no deprecations.


Migration Notes

Version 1.0.0

No migration required - Initial release.

For future versions, see Migration Guide.


GitHub Releases

All releases are available on GitHub Releases.

Latest Release


Release Schedule

DoPlan CLI follows semantic versioning:

  • MAJOR: Breaking changes
  • MINOR: New features (backward compatible)
  • PATCH: Bug fixes

Releases are made as needed, with regular updates for bug fixes and new features.


Related Pages


Last Updated: 2025
Maintained By: Documentation Team

Clone this wiki locally