Changelog
AgileBuilder version history and update records
Changelog
All significant updates to AgileBuilder are documented here.
v1.0.0
Official Release
- Template Library: Create, manage, and reuse project templates
- Variable System: Support for strings, booleans, and conditional variables
- Generation Engine: Generate project skeletons from templates
- Hooks System: Automate post-generation tasks
- MCP Integration: AI tools can generate projects via MCP protocol
- CLI Tool: Full-featured command-line interface
- Local UI: Web-based management interface
- Documentation System: Team documentation and MCP resource mapping
v0.9.0
New Features
- Basic template management
- Variable compilation support
- Git-based template sources
- npm package available
Bug Fixes
- Fixed variable resolution in nested directories
- Improved error messages for invalid templates
v0.8.0
New Features
- First official release
- Core template generation functionality
- Basic CLI commands
Versioning Policy
AgileBuilder follows Semantic Versioning:
| Version Type | Description |
|---|---|
| Major | Incompatible breaking changes |
| Minor | Backward-compatible new features |
| Patch | Backward-compatible bug fixes |
Coming Soon
Stay tuned for upcoming features:
- VS Code Copilot MCP Integration
- Two-Factor Authentication
- SSO Login
- More Built-in Hooks
Getting Updates
Update CLI
npm update -g agilebuilder
Check Current Version
agilebuilder --version