plano/crates
Spherrrical fc0ccfb416 fix(claude-cli): keep upstream path as /v1/messages for ClaudeCli
target_endpoint_for_provider was rewriting the upstream path to
/v1/chat/completions for any provider that wasn't Anthropic/Vercel,
which made Plano POST /v1/chat/completions to the brightstaff bridge.
The bridge only accepts POST /v1/messages, so it returned a plain
"not found" 404 to the client.

Treat ClaudeCli the same as Anthropic for path selection (and force
/v1/messages even when the client framed the request as OpenAI Chat
Completions or Responses, since the bridge always speaks Anthropic
Messages on the wire).
2026-05-04 13:09:17 -07:00
..
.vscode use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00
brightstaff feat(claude-cli): add local Claude Code CLI provider bridge 2026-05-04 12:57:53 -07:00
common feat(claude-cli): add local Claude Code CLI provider bridge 2026-05-04 12:57:53 -07:00
hermesllm fix(claude-cli): keep upstream path as /v1/messages for ClaudeCli 2026-05-04 13:09:17 -07:00
llm_gateway Add first-class ChatGPT subscription provider support (#881) 2026-04-23 15:34:44 -07:00
prompt_gateway Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
build.sh Use mcp tools for filter chain (#621) 2025-12-17 17:30:14 -08:00
Cargo.lock fix(brightstaff): enable TLS for redis session cache (#934) 2026-04-30 11:41:34 -07:00
Cargo.toml use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00