Collagility v0.1.1
Collagility v0.1.1
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.
Added
- 1:1 Unbuffered AI Screenshare Streaming: Real-time byte-by-byte terminal streaming from host right pane into joined visitors using
tail -fscreenshare logs with 0 token cost to visitors. - Real Host IP Join Guidance:
collagility startnow automatically detects real LAN IPv4 address and displayscollagility join session@192.168.1.50instructions. - Chronological Timeline Sorting: Fixed activity logs and system notifications to sort chronologically by timestamp.
- Short Collaborator IDs: Truncated 36-char UUIDs to 8-char short IDs (
2138c10c) to prevent text wrapping on narrow panes. - Graceful Ctrl+C Exit: Restored
Ctrl+Chandling in Ink TUI to gracefully disconnect WebSocket sessions, terminate tmux split sessions, and exit cleanly.
Release Assets
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 (AMD64) | collagility-linux-x64.tar.gz |
| Linux | arm64 (AArch64) | collagility-linux-arm64.tar.gz |
| macOS | Intel x64 | collagility-macos-x64.tar.gz |
| macOS | Apple Silicon (M1/M2/M3) | collagility-macos-arm64.tar.gz |
| Windows | x64 | collagility-windows-x64.zip |