Skip to Content
New to Genbox? Check out our Getting Started guide
Changelog

Changelog

All notable changes to the Genbox CLI.

[1.0.135] - 2024-12-24

Added

  • gb run-prompt command for running Claude Code prompts remotely
  • Shell completion support for bash, zsh, and fish
  • Template management with gb template command

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 doctor command for diagnostics
  • gb update command for self-updates
  • Backup management with gb backup and gb backups

Improved

  • Error messages with actionable suggestions
  • Profile inheritance with extends keyword
  • 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 provides section
  • $detect markers for opt-in auto-detection
  • gb config show --explain for debugging

Changed

  • Breaking: Removed legacy v2/v3 schema support
  • Default database mode changed from copy to none

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 repos section
  • 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 update

From 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 scan is deprecated, use gb init --from-scan

Removed in 1.0.120

  • Schema versions 2 and 3
  • Implicit auto-detection (use $detect markers)
Last updated on