plano/crates/common
Musa 2954ae258f
fix(config): accept vercel and openrouter as provider_interface values (#915)
The Python CLI (#902) and the JSON schema both allow `vercel` and
`openrouter` as `provider_interface`, and `hermesllm::ProviderId` knows
how to dispatch them — but `crates/common::LlmProviderType` was never
extended to deserialize them. As a result, `planoai up` with no user
config (which synthesizes both providers via `cli/planoai/defaults.py`)
caused brightstaff to crash on startup with:

    unknown variant `vercel`, expected one of `anthropic`, ..., `digitalocean`

Add the missing enum variants and Display arms, plus a regression test
that asserts both round-trip through serde and resolve through
`to_provider_id()` (the exact path that previously panicked at parse).
2026-04-24 16:32:00 -07:00
..
src fix(config): accept vercel and openrouter as provider_interface values (#915) 2026-04-24 16:32:00 -07:00
Cargo.lock split wasm filter (#186) 2024-10-16 14:20:26 -07:00
Cargo.toml [ISSUE 706]: Standardize returned errors from Plano (#772) 2026-02-24 14:34:33 -08:00