Releases: neiii/bridle
Releases · neiii/bridle
v0.2.9
Install bridle 0.2.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.9/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.9/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleInstall prebuilt binaries into your npm project
npm install bridle-ai@0.2.9Download bridle 0.2.9
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.8 - 2026-01-20
Release Notes
Added
- Crush CLI harness support - Full support for Crush CLI as a new harness
- Profile management (create, switch, show, delete)
- MCP server installation to
~/.config/crush/crush.json - Skills installation to
~/.config/crush/skills/ - MCP extraction support for reading existing Crush configurations
- TUI integration
- Thanks to @rari404 for the contribution!
- Copilot CLI harness support - Full support for GitHub Copilot CLI
- Profile management (create, switch, show, delete)
- MCP server installation to
~/.copilot/mcp-config.json - Skills and agents installation
- TUI integration
- Thanks to @kaiiiiiiiii for the contribution!
- TUI profile creation improvements - Added copy-from-current toggle in profile creation (#23)
- Interactive checkbox to copy current harness configuration when creating new profiles
- Improved input handling and layout in TUI profile creation popup
- Enhanced error handling and user feedback
Documentation
- Removed old version warning from README
- Added npm installation guidance with try/install sections
- Updated header image
- Restructured installation section with "try" vs "install" options for better clarity
Install bridle 0.2.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.8/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.8/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleInstall prebuilt binaries into your npm project
npm install bridle-ai@0.2.8Download bridle 0.2.8
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.7 - 2026-01-16
Release Notes
Added
- Copilot CLI harness support - Full support for GitHub Copilot CLI as a new harness (#15)
- Profile management (create, switch, show, delete)
- MCP server installation to
~/.copilot/mcp-config.json - Skills and agents installation
- TUI integration
- npm publishing - Bridle is now available via npm for easier installation (#30)
Changed
- Switch from git dependencies to versioned crates (
harness-locate 0.4.1,skills-locate 0.2.2)- Enables
cargo install bridleand crates.io publishing - Improves build reproducibility
- Enables
Install bridle 0.2.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.7/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.7/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleInstall prebuilt binaries into your npm project
npm install bridle-ai@0.2.7Download bridle 0.2.7
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.6 - 2026-01-09
Release Notes
Fixed
- Resolve TUI and profile switching performance issues (#25)
- Implement complete profile resource isolation (#24)
Install bridle 0.2.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.6/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.6/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.6
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.5 - 2026-01-06
Release Notes
Added
Fixed
- Windows: editor spawning now uses
cmd /cfor.cmd/.batwrappers like VS Code (#17) - TUI edit no longer destroys unsaved changes in active profile
- Skills/agents/commands extraction uses harness-specific directory names (#20)
Install bridle 0.2.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/0.2.5/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/0.2.5/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.5
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.4 - 2026-01-04
Release Notes
Added
- MCP Installation System - Full implementation of MCP server installation
- MCP config read/write helpers for all harnesses
- Core MCP installation function
- CLI integration for MCP installation
- YAML comment preservation for Goose config
- Update harness-locate to 0.3 and skills-locate to 0.2
- Integration tests for MCP installation
- Issue templates and contributing guide
Fixed
- Editor commands with arguments now work correctly (e.g.,
code --wait) - Terminal clears properly after GUI editor returns
- Remove local path patches for CI compatibility
- Bidirectional sync for configs
Changed
- Claude Code MCP installation temporarily disabled (in development)
Improved
- Show clean message while GUI editor is open
Install bridle 0.2.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.4/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.4/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.4
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.3 - 2026-01-03
Release Notes
Changed
- BREAKING: Profile switching now provides full isolation
- Profiles are completely independent - switching profiles replaces ALL files in live config
- Current state is automatically saved to the old profile before switching (no data loss)
Fixed
- Profile creation now sets the profile as active (enables proper save-before-switch)
- All files and directories (including hidden/dotfiles) are captured in profiles
Migration
Users upgrading from 0.2.2 should be aware that runtime state (todos, transcripts, etc.)
will now be profile-specific rather than shared across profiles.
Install bridle 0.2.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.3/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.3/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.3
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.2 - 2026-01-03
Release Notes
Fixed
- CRITICAL: Profile switch no longer deletes unmanaged files (data loss bug affecting all harnesses)
- Profile creation/save now captures arbitrary directories, not just files
- Deep merge for managed directories preserves unknown nested files
Security
- Fixed data loss vulnerability in profile switching (reported by @melvynxdev)
Install bridle 0.2.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.2/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.2/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.2
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.1 - 2026-01-03
Release Notes
Fixed
- OpenCode skill installation now properly sanitizes skill names (e.g., "Hook Development" → "hook-development")
Install bridle 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.1/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.1/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.1
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
0.2.0 - 2026-01-02
Release Notes
Added
- Installation System: Complete
installcommand with interactive skill selection from GitHub repos - Skill discovery module wrapping
skills-locate - Skill installation executor with path safety validation
- Agent and command discovery and installation
- MCP server discovery from GitHub repos
- Manifest tracking for installed components
uninstallcommand for skills, agents, and commandsGroupMultiSelectUI for profile selection- Improved install UI and discovery for claude-code format
- Show disabled/warning states for incompatible agents
- Discord release notification workflow
Fixed
- Use canonical dirs for profile storage, add harness writes for agents/commands
- Use canonical resource directory names in profile extraction
- Use harness-aware paths for profile resource sync
- Copy all subdirectories when creating profile from current
- TUI profile creation now copies all resources
- Check harness capability before installing agents/commands
- Transform skill names for OpenCode compatibility
- TUI: show skills/agents/commands for inactive profiles
- Replace path deps with published crates
- Update dialoguer imports to
dialoguer_multiselect
Documentation
- Add harness-locate agent validation spec
Install bridle 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/neiii/bridle/releases/download/v0.2.0/bridle-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/neiii/bridle/releases/download/v0.2.0/bridle-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install neiii/bridle/bridleDownload bridle 0.2.0
| File | Platform | Checksum |
|---|---|---|
| bridle-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| bridle-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| bridle-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| bridle-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| bridle-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |