From 47b19d4f1701a2a5be83ccb6e9742eb278880e6a Mon Sep 17 00:00:00 2001 From: Ame Date: Mon, 6 Apr 2026 23:11:29 +0800 Subject: [PATCH 01/15] docs: update README badges and project structure Update website link to openalice.ai, add docs badge, and rewrite Project Structure section to match current monorepo layout (packages/, ui/, server/, removed plugins/ and skills/). Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 162 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 85 insertions(+), 77 deletions(-) diff --git a/README.md b/README.md index 3f93fb8a..bb66fd77 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
- · · · + · · · ·
{filePath}
Codex Override
+ {CODEX_LOGIN_METHODS.find((m) => m.value === loginMethod)?.hint} +
Vercel AI SDK Model Config
- Anthropic-compatible APIs: URL must end with /v1 — e.g. https://example.com/anthropic/v1 -
/v1
https://example.com/anthropic/v1
Claude Override
Loading tools...
{group}
{error}
{title}
{description}
{info?.label} · {profile.model}
- Which API protocol does your endpoint speak? -
- {isCustomMode ? 'Your relay or proxy endpoint.' : 'Custom endpoint for proxy or relay.'} -
- {isCustomMode - ? 'Enter the API key for your relay. It will be sent under the matching provider header.' - : 'Enter API keys below. Leave empty to keep existing value.'} -
- {CODEX_LOGIN_METHODS.find((m) => m.value === loginMethod)?.hint} -
- {LOGIN_METHODS.find((m) => m.value === loginMethod)?.hint} -