A student joining the course uses Vertex AI (via their company) to access Anthropic models, not the direct Anthropic API. Their ~/.zshrc has:
export CLAUDE_CODE_USE_VERTEX=1
export CLOUD_ML_REGION=global
export ANTHROPIC_VERTEX_PROJECT_ID=vertex-model-runners
request-logger's wizard, run for Claude Code, printed:
ANTHROPIC_BASE_URL=http://localhost:8787/ ENABLE_TOOL_SEARCH=true claude
Running that produces an empty request-logger/logs/ folder — no requests are captured.
Reported in the course Slack (#ai-coding-crash-course):
I just joined AI coding crash course and have trouble configure the request-logger. my company use Vertex AI to access Anthropic models. after request-logger came up w/ "ANTHROPIC_BASE_URL=http://localhost:8787/ ENABLE_TOOL_SEARCH=true claude" but it doesn't log requests.
The catalogue in request-logger/agents.ts has exactly one provider for Claude Code ("Anthropic", api.anthropic.com, sets ANTHROPIC_BASE_URL). There is no Vertex AI provider entry, so this is an unsupported setup today, not just a misconfiguration.
A student joining the course uses Vertex AI (via their company) to access Anthropic models, not the direct Anthropic API. Their
~/.zshrchas:request-logger's wizard, run for Claude Code, printed:Running that produces an empty
request-logger/logs/folder — no requests are captured.Reported in the course Slack (#ai-coding-crash-course):
The catalogue in
request-logger/agents.tshas exactly one provider for Claude Code ("Anthropic",api.anthropic.com, setsANTHROPIC_BASE_URL). There is no Vertex AI provider entry, so this is an unsupported setup today, not just a misconfiguration.