github neiii/bridle v0.2.8
0.2.8 - 2026-01-20

latest release: v0.2.9
2 months ago

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 | sh

Install 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/bridle

Install prebuilt binaries into your npm project

npm install bridle-ai@0.2.8

Download 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

Don't miss a new bridle release

NewReleases is sending notifications on new releases.