This page tracks notable changes, new features, and bug fixes in Forge releases.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/antinomyhq/forge/llms.txt
Use this file to discover all available pages before exploring further.
Recent Updates
For the most up-to-date release information, visit the GitHub Releases page.Latest Changes
Here are the most recent updates to Forge:Setup and Configuration
ZSH Integration Improvements- Added
setupanddoctoralias commands for easier ZSH integration setup - Run
forge setuporforge doctorto configure and diagnose your shell integration - Enhanced fzf preview with bottom layout and reverse mode for better command history display
Shell Plugin Features
Copy Command- Added
:copycommand to copy the last assistant message to clipboard - Quickly copy AI-generated code or responses without manual selection
Model and Provider Management
Cross-Provider Model Switching- Major enhancement: Switch between models across different providers seamlessly
- Concurrent model information fetching for faster model catalog loading
- Persistent cache for model availability across sessions
- New CLI flags:
--modeland--providerfor easy model/provider selection
- Provider configuration via environment variables is now deprecated
- Use
forge provider loginfor credential management - Automatic migration from
.envfiles on first run
GitHub Integration
PR Description Command- New
github-pr-descriptioncommand generates comprehensive PR descriptions - Analyzes commit history and code changes
- Creates well-formatted PR summaries automatically
- Renamed skill from
pr-descriptiontogithub-pr-description
Updates and Maintenance
Background Updates- Forge now checks for updates in the background
- Notifications when new versions are available
- Seamless update experience
- Updated doctor script with correct installation commands
- Better diagnostic information for troubleshooting
Model Support
New Models- Added support for
gpt-5.3-codexin provider catalog
- Enhanced error messaging when GitHub Copilot models are disabled
- Clearer guidance for users encountering model restrictions
REPL Mode
Deprecation Warning- Added deprecation notice for REPL mode
- Users encouraged to use standard interactive mode
Bug Fixes
Conversation Management- Fixed legacy variant support for conversation deserialization
- Improved backwards compatibility with older conversation formats
- Removed duplicate column from models output
- Cleaner model listing interface
- Bumped minimatch from 9.0.5 to 9.0.7 (security update)
Version Format
Forge follows Semantic Versioning:- Major (X.0.0): Breaking changes
- Minor (0.X.0): New features, backwards compatible
- Patch (0.0.X): Bug fixes, backwards compatible
Previous Releases
For a complete history of releases, including detailed changelogs, visit: GitHub ReleasesStay Updated
Get Notified
To stay informed about new releases:- Star the repository on GitHub
- Enables GitHub notifications for new releases
- Join Discord at discord.gg/kRZBPpkgwq
- Release announcements in the announcements channel
- Watch the repository on GitHub
- Configure notification preferences for releases
- Automatic update checks
- Forge checks for updates in the background
- Notifications when new versions are available
Update Forge
To update to the latest version:Release Cycle
Forge releases follow a continuous deployment model:- Continuous: Features and fixes merged frequently
- Releases: Tagged when significant features or fixes accumulate
- Hotfixes: Critical bugs addressed immediately
Breaking Changes
Major breaking changes are announced well in advance:- Documented in release notes
- Migration guides provided
- Deprecation warnings added before removal
- Discussed in Discord community
Current Deprecations
Contributing to Releases
You can contribute to future releases:- Report bugs: GitHub Issues
- Request features: Feature Requests
- Submit PRs: See Contributing Guide
- Test pre-releases: Help test beta features and release candidates
Automated Release Process
Forge uses automated tooling for releases:- Release Drafter: Automatically generates release notes from PRs
- Semantic Versioning: Automatically determines version bumps
- Label-based: PR labels determine changelog categories
- CI/CD: Automated testing and building on release
Changelog Categories
Release notes are organized by category:- 🚀 Features: New capabilities and enhancements
- 🐛 Bug Fixes: Resolved issues and corrections
- 📝 Documentation: Documentation improvements
- 🔧 Configuration: Configuration and setup changes
- ⚡ Performance: Performance improvements
- 🔒 Security: Security updates and fixes
- 🎨 UI/UX: Interface and experience improvements
- 🏗️ Refactoring: Code improvements without behavior changes
- 🧪 Tests: Test additions and improvements
- 📦 Dependencies: Dependency updates
Version History
For a complete version history with detailed release notes: View All Releases on GitHubSupport
If you encounter issues after updating:- Check the troubleshooting guide
- Review the release notes for breaking changes
- Search GitHub Issues for similar problems
- Ask on Discord
- Report a bug if needed
Feedback
We value your feedback on releases:- Comment on GitHub Releases
- Share your thoughts on Discord
- Create feature requests
- Submit bug reports