Collagility v0.1.6
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
- Pane Persistence & Panel Closure Fix:
- Enabled
remain-on-exitinTmuxSessionand wrapped left pane execution in a persistent shell fallback (bash -c "... || exec bash"), guaranteeing the left pane panel never closes automatically under any circumstance. - Added global
uncaughtExceptionandunhandledRejectiontraps to prevent unexpected background errors from terminating the Node process. - Fixed
Ctrl+Cbehavior in React Ink TUI soCtrl+Ccloses active overlays/prompts or clears input instead of killing the session.
- Enabled