open-code-review/internal
Victor M. SMITH 802af6b461
Some checks are pending
CI / test (push) Waiting to run
feat(llm): add built-in Eden AI provider preset (#346)
Eden AI (https://www.edenai.co) is an OpenAI-compatible aggregator that exposes 100+ models from multiple providers through a single EU-hosted endpoint and API key.

Registers it as a built-in provider preset (protocol openai, base URL https://api.edenai.run/v3, key via EDENAI_API_KEY), mirroring the existing OpenAI-compatible presets. Models use Eden AI's provider/model naming. Updates the provider registry tests accordingly.

Signed-off-by: Victor M. SMITH <72023257+MVS-source@users.noreply.github.com>
2026-07-10 16:57:49 +08:00
..
agent feat(review): add resumable sessions and session inspection (#306) 2026-07-09 11:43:11 +08:00
config feat: add Python code review rules (#343) 2026-07-09 20:04:18 +08:00
diff Feat/telemetry http exporter (#314) 2026-07-08 13:12:21 +08:00
gitcmd test: expand unit test coverage for agent, llm, llmloop, and tool packages 2026-06-26 23:09:11 +08:00
llm feat(llm): add built-in Eden AI provider preset (#346) 2026-07-10 16:57:49 +08:00
llmloop feat(review): add resumable sessions and session inspection (#306) 2026-07-09 11:43:11 +08:00
mcp test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
model test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
pathutil test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
release fix(build): improve Windows support based on PR #13 review feedback 2026-06-02 22:37:27 +08:00
scan feat(review): add resumable sessions and session inspection (#306) 2026-07-09 11:43:11 +08:00
session feat(review): add resumable sessions and session inspection (#306) 2026-07-09 11:43:11 +08:00
stdout test: add unit tests for output_helpers, config, model, stdout, and telemetry packages 2026-06-26 23:26:49 +08:00
suggestdiff test: add unit tests for pure logic functions across 6 packages 2026-06-26 22:41:35 +08:00
telemetry test: fix golangci-lint errcheck/staticcheck issues in test code (#323) 2026-07-08 22:46:18 +08:00
tool fix(tool): reject traversal pathspecs in code_search (#303) 2026-07-09 13:45:24 +08:00
viewer fix(viewer): fix monospace font rendering in pre/code blocks on Windows (#328) 2026-07-09 16:09:36 +08:00