open-design/apps/web/tests
Herédi Áron 66f84972cf
feat(byok): Added Ollama CLoud as BYOK provider (#923)
* feat: add Ollama Cloud to KNOWN_PROVIDERS as OpenAI-compatible BYOK provider

* feat: add ollama.com to isOpenAICompatible base URL detection

* feat: add Ollama Cloud models to SUGGESTED_MODELS_BY_PROTOCOL fallback list

* fix: use full Ollama Cloud model list from /api/tags, drop -cloud suffix

* feat: add Ollama Cloud as native protocol with NDJSON streaming and connection test support

* fix: remove ollama.com from OpenAI compatibility check

* feat: add token overrides for Ollama Cloud models to prevent truncation

* fix: extend inferApiProtocol and legacy migration to recognize ollama.com base URLs

* fix: normalize Ollama Cloud base URL by stripping /api suffix during migration and in daemon

---------

Co-authored-by: herediaron <aronheredi346@gmail.com>
2026-05-09 11:21:16 +08:00
..
artifacts chore: enforce test directory conventions (#496) 2026-05-05 15:34:22 +08:00
components fix(web): surface empty-annotation state for Inspect/Picker (#890) (#1005) 2026-05-09 11:20:13 +08:00
edit-mode Implement manual edit mode (#620) 2026-05-06 16:13:52 +08:00
i18n feat: add Orbit activity summaries (#681) 2026-05-08 14:27:46 +08:00
providers feat: add opt-in Langfuse telemetry (#800) 2026-05-09 10:06:01 +08:00
runtime fix(web): surface empty-annotation state for Inspect/Picker (#890) (#1005) 2026-05-09 11:20:13 +08:00
state feat(byok): Added Ollama CLoud as BYOK provider (#923) 2026-05-09 11:21:16 +08:00
utils fix(web): unbreak Create button on plain HTTP / LAN-IP deployments (#849) (#900) 2026-05-08 16:50:59 +08:00
App.test.ts feat: add Orbit activity summaries (#681) 2026-05-08 14:27:46 +08:00
comments.test.ts Add Tweaks mode for HTML previews with picker, pod selection, and batched chat attachments (#513) 2026-05-05 21:09:20 +08:00
quickSwitcherRecents.test.ts feat(web): add Cmd/Ctrl+P quick file switcher (#556) 2026-05-06 10:31:50 +08:00
sidecar-proxy.test.ts Migrate beta release publishing to R2 (#805) 2026-05-07 19:13:52 +08:00