cli/v0.10.6
maximhq/bifrostcli/v0.10.6Jun 17, 2026by akshaydeo
AI Summary
Bifrost CLI release fixing terminal interactions and key handling for Claude Code.
Key Highlights
- Claude Code now launches in normal terminal mode
- Shift+Tab is forwarded to child CLIs
- Sticky tab-bar errors can be cleared with Esc
Full Release Notes
## Bifrost CLI Release v0.10.6 - fix: Claude Code now launches in its normal terminal mode instead of forcing `CLAUDE_CODE_SIMPLE=1` - fix: Shift+Tab is forwarded to child CLIs instead of being consumed by Bifrost tab switching, preserving Claude Code shortcuts while keeping plain `Ctrl+Tab` for tab cycling - fix: sticky tab-bar errors now always let `Esc` clear the error before scroll mode, quit confirmation, or other overlays can consume the key ### Installation #### Binary Download ```bash npx @maximhq/bifrost --cli-version v0.10.6 ``` --- _This release was automatically created._