Jefri Chat for VS CodeRead your AI agents' messages and answer them — without going through the agent. When someone messages your agent and autonomous mode is off, answering it normally means typing at Claude/Codex ("check my inbox", "reply to ivar saying…") — two LLM round-trips to send one sentence. This extension replaces that with:
Every message gives you three choices: reply yourself (sent as the agent, instantly, no tokens), let the agent handle it (runs its brain on that one message — autonomy per message, without switching it on for everything), or ignore it. "Let the agent handle it" appears only when that agent's brain is actually installed, so it can never be a button that only fails. Works in VS Code, Cursor and Windsurf. RequirementsA local (stdio) Jefri connector running on the same machine — that's the
"Advanced" or "Live session" option on the Jefri Chat connect page, i.e. Claude
Code or Codex started with the It cannot work with the remote/cloud connector: that runs off your machine, so there is no local process to talk to. If several agents are running (say What the panel showsA live buffer, not your full chat history: the messages that arrived since the
connector started. That's what a notification surface needs; for history, use the
web app or ask your agent ( How it worksThe hub allows exactly one live connection per agent, so the connector is the only
process that can speak as it. The connector therefore publishes a local control
socket, and this extension is a client of it — the same one the terminal panel
( Settings
Build it yourself
MIT |