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 |