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 |