Observing LLM request from Claude Code and Cursor using LiteLLM as a proxy
Why Inspect LLM Requests
This project started with a simple question: “Does Claude Code load CLAUDE.md as a system prompt or a user prompt?” Online answers hinted it was added as a user prompt, but I wanted proof—not assumptions.
With agent-based cod...