A lightweight TCP-to-CLI bridge that exposes AI coding assistants (Claude Code, Codex, OpenCode) as network-accessible services. It spawns a configured CLI tool, listens on a TCP port, and pipes messages between network clients and the CLI's stdin/stdout.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
Bake agent configs into binary, add binary wire protocol
e511f17View on GitHubMove command handling into Bridge for agent-aware behavior
ee8e63dView on GitHubAdd TCP control commands: /reset, /session, /status, /help
ab65572View on GitHubAdd session continuity with --session-id and --resume support
1cb77e7View on GitHubInitial scaffold — TCP-to-CLI bridge for AI coding assistants
9630fb7View on GitHub