github neiii/bridle v0.2.0
0.2.0 - 2026-01-02

latest releases: v0.2.9, v0.2.8, v0.2.7...
3 months ago

Release Notes

Added

  • Installation System: Complete install command 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
  • uninstall command for skills, agents, and commands
  • GroupMultiSelect UI 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 | sh

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

Download 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

Don't miss a new bridle release

NewReleases is sending notifications on new releases.