Skip to content

Collagility v0.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:41
· 1 commit to main since this release

Collagility v0.1.5

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

  • CLI Entrypoint Invocation: Removed fragile process.argv[1].endsWith('main.js') check in apps/cli/src/main.ts that caused global NPM binary commands (collagility, collagility help, collagility server start) to silently exit without executing.