Skip to main content

Cross-AI CLI communication tool for kitty terminal

Project description

ai-comm

Cross-AI CLI communication tool for Kitty terminal. Enables AI assistants running in separate Kitty windows to communicate with each other.

Why ai-comm?

When working with multiple AI coding assistants, you may want them to collaborate—code review across models, second opinions on architecture, or delegating specialized tasks.

Why terminal text instead of MCP or black magic?

  • Stability: AI CLI tools evolve rapidly, with many still at 0.x and frequently introducing breaking changes. Terminal UI, being user-facing, remains far more stable.
  • Lightweight: MCP tools consume significant context (often tens of thousands of tokens at startup) and can cause attention dilution. ai-comm uses simple shell commands with minimal overhead.
  • No infrastructure: Each AI CLI maintains its own context. No need for external services like Redis to synchronize state across tools.
  • Composability: Shell pipelines and REPL patterns combine naturally, leveraging what CLIs already do well.

Setup

1. Install ai-comm

# From PyPI
uv tool install ai-comm

# Or from GitHub
uv tool install git+https://github.com/a322655/ai-comm.git

2. Configure Kitty

Enable remote control in ~/.config/kitty/kitty.conf:

allow_remote_control socket-only
listen_on unix:/tmp/kitty-${USER}

3. Configure Your AI

Add instructions to your AI’s project file (CLAUDE.md, AGENTS.md, GEMINI.md, etc.) or skills system. An example Claude Code skill is provided in skills/ai-comm/.

Usage

  1. Open multiple AI CLIs in separate Kitty windows:

    claude    # Window 1
    codex     # Window 2
    gemini    # Window 3
    
  2. Ask your AI to collaborate:

    “Use ai-comm to ask Codex to review src/main.py”

    The AI discovers available windows and sends the request:

    ai-comm list-ai-windows
    #   ID  CLI         CWD
    #   11  codex       /home/user/project
    #   21  gemini      /home/user/project
    
    ai-comm send "Review src/main.py for bugs" -w 11
    # Returns Codex's response
    
  3. For long responses, instruct the target AI to write to a file:

    ai-comm send "Write analysis to report_$(date +%Y%m%d_%H%M%S).md" -w 11
    

Supported CLIs

CLI Notes
Claude Code
Codex CLI
Gemini CLI
Aider Auto-prefixes /ask
Cursor Agent
OpenCode Uses export for responses

Troubleshooting

“Window not found”: Ensure the AI CLI is running in Kitty and remote control is enabled. Run ai-comm list-ai-windows to verify.

Empty responses: For long outputs, ask the AI to write to a file instead of returning directly.

“Kitty I/O timeout”: Check if Kitty is responsive; try restarting it.

Development

git clone https://github.com/a322655/ai-comm.git
cd ai-comm
uv sync

uv run ai-comm --help
uv run ruff check src/
uv run mypy src/

Adding a New CLI

  1. Add entry in src/ai_comm/registry.py
  2. Create adapter in src/ai_comm/adapters/<name>.py (class {Name}Adapter)
  3. Add detection in src/ai_comm/kitten/ai_comm_kitten.py

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_comm-0.2.2.tar.gz (33.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_comm-0.2.2-py3-none-any.whl (27.9 kB view details)

Uploaded Python 3

File details

Details for the file ai_comm-0.2.2.tar.gz.

File metadata

  • Download URL: ai_comm-0.2.2.tar.gz
  • Upload date:
  • Size: 33.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for ai_comm-0.2.2.tar.gz
Algorithm Hash digest
SHA256 db216726ad5a12de9cda4a034c5a0312b031dd7ba71a9992ec1c8b42c2a0b986
MD5 f6c6f15abe2a96b65e5592f13a0b5740
BLAKE2b-256 f32d950d4d90c0b46b5e9265765277db2ff8ec87137d40f310fc93f34ebf3190

See more details on using hashes here.

File details

Details for the file ai_comm-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: ai_comm-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 27.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for ai_comm-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c123f4be6803278b3d87c189483295abdff14c684ee1e95f9997af86cef043c4
MD5 284c0e35b8b22cbfd19afffab7cac5df
BLAKE2b-256 53d7e85c8ff61694c21ba2cd2660233fa9b119a8cc94d2118e2e19be728821b1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page