From 4bb54d38ad21ecc2aec0468c5f2fc14819f123de Mon Sep 17 00:00:00 2001 From: southseact-3d Date: Wed, 18 Feb 2026 15:28:04 +0000 Subject: [PATCH] Consolidate OpenCode Chain into OpenCode Models section - Removed separate OpenCode Chain card - Integrated chain functionality as subsection within OpenCode Models - Chain form and list now appear below the models list - Added styling to distinguish the chain subsection --- chat/public/admin.html | 110 ++++++++++++++++++++++------------------- 1 file changed, 60 insertions(+), 50 deletions(-) diff --git a/chat/public/admin.html b/chat/public/admin.html index 826a314..b521dcf 100644 --- a/chat/public/admin.html +++ b/chat/public/admin.html @@ -16,6 +16,18 @@ } /* Slightly tighten cards on the build page */ body[data-page="build"] .admin-card { padding: 12px; } + + /* Chain section styling */ + .chain-section { + margin-top: 24px; + padding-top: 16px; + border-top: 2px solid var(--border); + } + .chain-section h4 { + margin: 0 0 8px 0; + font-size: 14px; + color: var(--muted); + } @@ -67,15 +79,15 @@ - +

OpenCode Models

Backend
-

Add models from OpenCode. These models process requests and use the OpenCode Chain below for fallback when rate limits are reached.

+

Add models from OpenCode. These models process requests and can fall back to the provider chain when rate limits are reached.

- +
- -
-
-

OpenCode Chain

-
Fallback
-
-

When rate limits are reached or errors occur, the system falls back through this chain of providers.

- - -
-
- - -
-
- -
-
-
- - -
-

Chain Order

-
0
-
-

The system tries providers in this order. Use arrows to reorder.

-
-
- - +

Public Models