first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:52:23 +03:00
commit 880f412e2c
2662 changed files with 866266 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
title: "v0.10.0"
description: "v0.10.0 changelog"
---
<Update label="Bifrost CLI" description="v0.10.0">
- feat: tabbed multiplexer for running multiple coding-agent sessions in a single terminal
- feat: self-update flow with `bifrost update` command and background version checks
- feat: `bifrost version` subcommand
- feat: native config writing for Claude Code (~/.claude/settings.json) with confirmation prompt
- feat: PTY-based process execution with SIGWINCH propagation for proper TUI rendering
- feat: npx installer rewrite with persistent install to ~/.bifrost/bin/ and automatic shell PATH setup
- feat: Claude Code simple terminal mode (CLAUDE_CODE_SIMPLE=1) for tab compatibility
- fix: opencode harness model reference format and provider config (bifrost/ prefix, dedicated provider)
- feat: opencode adaptive TUI theme injection and JSONC config parsing
- fix: chooser TUI prompt cleanup and tab bar integration (ReservedRows, BackToTabs, Notify)
</Update>