🤖 AI Summary
Claude Container 1.3.0 adds built-in Datasette integration so developers running the Dockerized Claude Code + API proxy can now visualize, query, and export logged API requests and responses through an interactive web UI. This makes inspection of prompts, responses and metadata far easier for debugging, prompt engineering, compliance audits, and dataset curation—turning raw proxy logs into searchable, analyzable artifacts without extra tooling.
Technically, the release provides JSON visualization for request/response bodies, read-only access to the proxy’s database, custom SQL query support for analytics, and export options (CSV, JSON, Excel). Quick-start commands are included: run both proxy and Datasette with claude-container --proxy --datasette, start only Datasette with claude-container --datasette-only (useful if the DB already exists), and stop it with ./bin/claude-container --datasette-stop. For teams working with Claude Code, the update improves operational visibility and accelerates tasks like error triage, usage analytics, and extracting examples for training or evaluation.
Loading comments...
login to comment
loading comments...
no comments yet