Changelog
All notable changes to the Genbox CLI.
[1.0.135] - 2024-12-24
Added
gb run-promptcommand for running Claude Code prompts remotely- Shell completion support for bash, zsh, and fish
- Template management with
gb templatecommand
Improved
- Database sync performance with parallel collection copying
- Status output with better progress indicators
- Port forwarding stability
Fixed
- SSH key regeneration on login
- Config validation for nested profiles
[1.0.130] - 2024-12-15
Added
gb doctorcommand for diagnosticsgb updatecommand for self-updates- Backup management with
gb backupandgb backups
Improved
- Error messages with actionable suggestions
- Profile inheritance with
extendskeyword - Auto-destroy timer accuracy
Fixed
- Environment variable expansion in hooks
- Snapshot restore for large databases
[1.0.120] - 2024-12-01
Added
- Schema v4 with explicit
providessection $detectmarkers for opt-in auto-detectiongb config show --explainfor debugging
Changed
- Breaking: Removed legacy v2/v3 schema support
- Default database mode changed from
copytonone
Improved
- Init wizard with better framework detection
- Validation messages with fix suggestions
[1.0.100] - 2024-11-15
Added
- Profile-specific connection overrides
- Multi-repo support with
repossection - Hook conditions and dependencies
Improved
- Startup time reduced by 40%
- Database copy with selective collections
Fixed
- Port detection for Vite projects
- SSH config cleanup on destroy
[1.0.0] - 2024-11-01
Initial Release
- Core commands: create, list, destroy, connect, status
- Lifecycle commands: start, stop, restart, extend, rebuild
- Development commands: urls, forward, push
- Database commands: db sync, restore-db
- Configuration: init, config, profiles, validate
- Account: login, balance
Upgrading
From 1.0.x to latest
gb updateFrom pre-1.0
Pre-1.0 versions used different configuration formats. See the migration guide for upgrading.
Version Policy
- Patch versions (1.0.x): Bug fixes, no breaking changes
- Minor versions (1.x.0): New features, backwards compatible
- Major versions (x.0.0): May include breaking changes
Deprecation Notices
Deprecated in 1.0.130
gb scanis deprecated, usegb init --from-scan
Removed in 1.0.120
- Schema versions 2 and 3
- Implicit auto-detection (use
$detectmarkers)
Last updated on