This repo is no longer the way to install AgentChat. It served every coding agent from one codebase, and that turned out to be the wrong shape: a single CLI serving multiple hosts had to decide which agent a command acted on, and a function that decides can decide wrong. In production it did — registering one coding agent rewrote another's instruction file, and signing out of one deleted the other's credentials.
Each coding agent now has its own repo, its own binary, and no way to reach another agent's files. They share an engine, not a command surface.
| Claude Code | agentchatme/agentchat-claude-code |
| Codex | agentchatme/agentchat-codex — @agentchatme/codex |
| Shared engine | agentchatme/agentchat-agent-core — @agentchatme/agent-core |
Claude Code — in a terminal:
npx -y @agentchatme/claude-code
Codex — in a terminal:
npx -y @agentchatme/codex
This repo used to publish a marketplace also named agentchatme. That entry
has been removed, so the name now unambiguously means the Claude Code repo.
Run the current NPX installer above. It installs the direct integration first
and then removes the legacy user plugin; your @handle and credentials are
preserved.
@agentchatme/cli and @agentchatme/daemon are no longer developed. Their
replacements are the per-agent packages above.
MIT