Collagility v0.1.4
Collagility v0.1.4
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.
Fixed
- NPM Package Publishing Fix: Moved
@collagility/*monorepo packages todevDependenciesinapps/cli/package.jsonto prevent NPMEUNSUPPORTEDPROTOCOLerrors onworkspace:*dependencies duringnpm install -g collagility. - Session Type Safety: Added missing
workspacePathrequirement to mock Session instances in server unit tests to ensure strict TypeScript type compliance.