Collagility v0.1.2
Collagility v0.1.2
The Multiplayer Terminal for AI Coding Agents
Install / Update
curl -fsSL https://raw.githubusercontent.com/JhaSourav07/Collagility/main/install.sh | bashThe installer auto-detects your OS & architecture, downloads the matching binary, and installs it to ~/.local/bin/collagility.
Added
- Comprehensive User Guide: Added
docs/GUIDE.mddetailing architecture, configuration, installation, troubleshooting, CLI command & flag reference, security modes, and LAN collaboration setup. - Private Vulnerability Reporting: Updated
SECURITY.mdto point security disclosures to GitHub Private Vulnerability Reporting.
Changed
- System Requirements: Updated required Node.js version to
>=22.0.0and pnpm to>=9.0.0across README, INSTALL guide, and User Guide. - Server Bind Defaults: Documented default
0.0.0.0:8080binding behavior for seamless local network (LAN) accessibility out-of-the-box.