Skip to content
Zed

ai r for Zed

io.github.pro-target/ai-r

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

client:Zed transport:stdio runtime:pypi

Install ai r in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ai-r": {
      "command": "uvx",
      "args": [
        "agent-session-reader"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ai r in other clients