Commit Graph

8 Commits

Author SHA1 Message Date
ekko d6b2c8fea7 add claude and gemini oauth providers (#1528) 2026-06-13 09:20:02 +08:00
IvanShang 371b5d3e55 fix(providers): add qwen3.7-plus to Alibaba Coding Plan (#1449) 2026-06-09 20:55:28 +08:00
ekko ca60378486 [codex] add Atlas Cloud provider preset (#1424)
* feat(providers): add Atlas Cloud as a built-in provider preset

Atlas Cloud is a full-modal, OpenAI-compatible inference gateway
(DeepSeek, Qwen, GLM, Kimi, MiniMax, …). Add it to PROVIDER_PRESETS
following the existing preset pattern (value, label, base_url,
api_mode: chat_completions, models array with all 59 hosted LLMs).

- packages/server/src/shared/providers.ts: atlascloud preset
- README.md / README_zh.md: logo + blurb

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix atlas cloud provider registration

---------

Co-authored-by: lucaszhu-hue <lucas.zhu@atlascloud.ai>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 09:33:44 +08:00
ekko b00ada418f fix provider auth profile scoping (#1236) 2026-06-02 12:38:05 +08:00
ekko 3b4e0cec74 Update Nous provider model preset (#896) 2026-05-21 13:20:26 +08:00
ekko aff3546677 fix: route fun codex through responses api (#815) 2026-05-17 16:17:32 +08:00
ekko eae7195ba8 Update CLI chat session bridge (#697)
* feat: add CLI chat sessions with Python agent bridge

Introduce a new CLI chat mode that connects Web UI directly to Hermes
Agent's AIAgent via a Python bridge subprocess and Socket.IO, bypassing
the API Server /v1/responses path. Supports streaming, slash commands
(/new, /undo, /retry, /branch, /compress, /save, /title), interrupt,
and steer.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* feat: update CLI chat session bridge

* fix: extend agent bridge startup timeouts

* docs: update bridge chat session design

* feat: align bridge compression and provider registry

* chore: bump version to 0.5.20

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 09:03:57 +08:00
Zhicheng Han 30e88797ef fix: add gpt-5.5 to OpenAI Codex models (#175) 2026-04-24 10:11:21 +08:00