Commit graph

4 commits

Author SHA1 Message Date
Roo Code
103d436a42 feat(cli): add LiteLLM as a first-class provider
- Add "litellm" to supportedProviders in types.ts
- Add litellmBaseUrl to FlagOptions type
- Add LITELLM_API_KEY to environment variable mapping
- Add litellm case to getProviderSettings function
- Add --litellm-base-url CLI flag with default http://localhost:4000
- Add litellmBaseUrl to ExtensionHostOptions interface
- Add support for LITELLM_BASE_URL environment variable
- Add tests for LiteLLM provider functionality
- Update README with LiteLLM documentation

Closes #10839
2026-01-19 20:55:09 +00:00
Chris Estreich
ea9717d7ba
Add a TUI (#10480)
Co-authored-by: Roo Code <roomote@roocode.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
2026-01-09 19:19:58 -08:00
Chris Estreich
861139ca24
Add a cli installer (#10474)
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2026-01-06 03:27:44 -08:00
Chris Estreich
b11d53adf4
VSCode shim + basic cli (#10452)
Co-authored-by: Roo Code <roomote@roocode.com>
2026-01-05 10:24:05 -08:00