Skip to content

Collagility v0.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:34
· 2 commits to main since this release

Collagility v0.1.4

The Multiplayer Terminal for AI Coding Agents

Install / Update

curl -fsSL https://raw.githubusercontent.com/JhaSourav07/Collagility/main/install.sh | bash

The 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 to devDependencies in apps/cli/package.json to prevent NPM EUNSUPPORTEDPROTOCOL errors on workspace:* dependencies during npm install -g collagility.
  • Session Type Safety: Added missing workspacePath requirement to mock Session instances in server unit tests to ensure strict TypeScript type compliance.