Skip to content

Collagility v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:52
· 20 commits to main since this release

Collagility v0.1.1

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.


Added

  • 1:1 Unbuffered AI Screenshare Streaming: Real-time byte-by-byte terminal streaming from host right pane into joined visitors using tail -f screenshare logs with 0 token cost to visitors.
  • Real Host IP Join Guidance: collagility start now automatically detects real LAN IPv4 address and displays collagility join session@192.168.1.50 instructions.
  • 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+C handling 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