Skip to content

Collagility v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:50

Collagility v0.1.6

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

  • Pane Persistence & Panel Closure Fix:
    • Enabled remain-on-exit in TmuxSession and 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 uncaughtException and unhandledRejection traps to prevent unexpected background errors from terminating the Node process.
    • Fixed Ctrl+C behavior in React Ink TUI so Ctrl+C closes active overlays/prompts or clears input instead of killing the session.