clauderipple 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +76 -0
- package/README.ko.md +48 -4
- package/README.md +58 -4
- package/dist/cli/src/claude-auth.js +3 -2
- package/dist/cli/src/codex.js +20 -1
- package/dist/cli/src/hooks/agent-title.js +1 -1
- package/dist/cli/src/index.js +4 -4
- package/dist/cli/src/schtasks.js +43 -1
- package/dist/cli/src/settings.js +73 -6
- package/dist/router/src/admin.js +489 -56
- package/dist/router/src/agents.js +250 -0
- package/dist/router/src/bootstrap.js +24 -8
- package/dist/router/src/capabilities.js +214 -0
- package/dist/router/src/compat.js +5 -1
- package/dist/router/src/config.js +264 -11
- package/dist/router/src/index.js +14 -1
- package/dist/router/src/ingress/server.js +24 -14
- package/dist/router/src/picker.js +14 -6
- package/dist/router/src/pool.js +233 -0
- package/dist/router/src/presets.js +156 -1
- package/dist/router/src/providers/anthropic-account-pool.js +139 -0
- package/dist/router/src/providers/anthropic-accounts.js +281 -0
- package/dist/router/src/providers/chatgpt/catalog.js +97 -0
- package/dist/router/src/providers/chatgpt/index.js +343 -12
- package/dist/router/src/providers/chatgpt/sse.js +4 -0
- package/dist/router/src/providers/chatgpt/translate.js +156 -14
- package/dist/router/src/providers/claude-oauth.js +61 -19
- package/dist/router/src/providers/openai/index.js +55 -11
- package/dist/router/src/providers/openai/translate.js +82 -14
- package/dist/router/src/providers/retry.js +88 -0
- package/dist/router/src/proxy.js +697 -82
- package/dist/router/src/requestlog.js +5 -2
- package/dist/router/src/routing.js +151 -17
- package/dist/router/src/version.js +1 -1
- package/dist/router/src/websearch.js +307 -0
- package/dist/router/src/x509.js +7 -2
- package/dist/ui/app.js +740 -160
- package/dist/ui/i18n.js +14 -6
- package/dist/ui/index.html +18 -5
- package/dist/ui/presets-fallback.js +2 -0
- package/dist/ui/style.css +133 -9
- package/docs/ARCHITECTURE.md +381 -20
- package/package.json +5 -1
package/dist/ui/i18n.js
CHANGED
|
@@ -8,11 +8,11 @@ const I18N = {
|
|
|
8
8
|
"common.save": "저장", "common.saved": "저장했습니다.", "common.saveFailed": "저장하지 못했습니다.", "common.loadFailed": "불러오지 못했습니다.", "common.actionFailed": "처리하지 못했습니다.", "common.cancel": "취소", "common.edit": "수정", "common.remove": "삭제", "common.show": "보기", "common.hide": "숨기기", "common.advanced": "고급", "common.notAvailable": "—",
|
|
9
9
|
"health.title": "상태", "health.subtitle": "Claude Desktop 연결, 프로바이더, 모델 피커 상태를 5초마다 확인합니다.", "health.desktop": "Claude Desktop 연결", "health.connection": "연결 상태", "health.connected": "연결됨", "health.notConnected": "연결 안 됨", "health.disconnected": "연결 안 됨", "health.connectedHelp": "Claude Desktop의 Code 탭 요청이 ClaudeRipple을 거쳐 나갑니다.", "health.notConnectedHelp": "Claude Desktop이 ClaudeRipple을 거치지 않습니다. 메뉴 막대 앱에서 라우터를 시작하거나 터미널에서 clauderipple install을 실행하세요.", "health.requests": "요청 (라우터 시작 후)", "health.requestCount": "요청 수", "health.requestsFmt": "완료 {completed} · 실패 {failed} · 진행 중 {inFlight}", "health.providers": "프로바이더", "health.noProviders": "연결한 프로바이더가 없습니다. 프로바이더 메뉴에서 추가하세요.", "health.quota": "사용량 {percent}%{reset}", "health.resetsIn": " · {hours}시간 뒤 초기화", "health.details": "자세히", "health.version": "버전", "health.runtime": "라우터 실행 파일 · 시작 시각", "health.routes": "매핑 수", "health.cli": "Claude Code 버전",
|
|
10
10
|
"picker.title": "모델 피커", "picker.statusHelp": "켜면 Claude Desktop의 모델 피커에 프로바이더 모델이 실제 이름으로 나타납니다. 끄면 모델 매핑대로 Claude 이름 뒤에서 답합니다.", "picker.state": "상태", "picker.on": "켜짐", "picker.off": "꺼짐", "picker.turnOn": "피커 켜기", "picker.turnOff": "피커 끄기", "picker.last": "최근에 모델 {count}개를 표시했습니다.", "picker.restartHelp": "켠 뒤 Claude Desktop을 완전히 껐다 다시 여세요.", "picker.confirmOn": "인증서 신뢰를 위해 운영체제가 확인 창을 띄웁니다(macOS는 로그인 암호, Windows는 인증서 확인). ClaudeRipple은 암호를 보지 않습니다. 계속할까요?", "picker.working": "처리 중입니다.", "picker.doneOn": "켜졌습니다. Claude Desktop을 완전히 껐다 다시 여세요.", "picker.doneOff": "꺼졌습니다. Claude Desktop을 완전히 껐다 다시 여세요.",
|
|
11
|
-
"slots.title": "모델 매핑", "slots.subtitle": "Claude 앱에서 고른 모델의 요청을 실제로 어떤 모델이 답할지 정합니다. 바꾸면 자동으로 저장됩니다.", "slots.pickerHelp": "켜면 Claude Desktop의 모델 피커에 프로바이더 모델이 실제 이름으로 나타납니다. 끄면 위의 매핑대로 Claude 이름 뒤에서 답합니다.", "slots.pickerModels": "피커에 넣을 모델", "slots.pickerModelsHelp": "체크한 모델이 Claude Desktop 피커에 나타나고, 고르면 그 모델이 바로 답합니다. 새로 넣은 모델은 새 세션부터 고를 수 있습니다(진행 중인 세션은 시작할 때의 목록을 씁니다).", "slots.add": "+ 매핑 추가", "slots.th.claude": "Claude 앱에서 고른 모델", "slots.th.target": "실제로 답하는 모델", "slots.th.effort": "추론 강도 (effort)", "slots.passthrough": "그대로 Claude가 답함", "slots.noProviderModels": "먼저 프로바이더를 연결하고 쓸 모델을 고르세요.", "slots.noChanges": "바꾸는 매핑이 없습니다. 모든 모델이 Claude 그대로 답합니다.", "slots.duplicate": "같은 Claude 모델을 두 번 매핑할 수 없습니다.", "slots.effortHint": "앱에서 고른 강도가 모델이 지원하지 않으면 가장 가까운 단계로 바꿔 보냅니다. (예: xhigh → high)", "slots.noEffort": "이 모델은 추론 강도를 받지 않습니다",
|
|
12
|
-
"providers.title": "프로바이더", "providers.subtitle": "
|
|
11
|
+
"slots.title": "모델 매핑", "slots.subtitle": "Claude 앱에서 고른 모델의 요청을 실제로 어떤 모델이 답할지 정합니다. 바꾸면 자동으로 저장됩니다.", "slots.pickerHelp": "켜면 Claude Desktop의 모델 피커에 프로바이더 모델이 실제 이름으로 나타납니다. 끄면 위의 매핑대로 Claude 이름 뒤에서 답합니다.", "slots.pickerModels": "피커에 넣을 모델", "slots.pickerModelsHelp": "체크한 모델이 Claude Desktop 피커에 나타나고, 고르면 그 모델이 바로 답합니다. 새로 넣은 모델은 새 세션부터 고를 수 있습니다(진행 중인 세션은 시작할 때의 목록을 씁니다).", "slots.add": "+ 매핑 추가", "slots.th.claude": "Claude 앱에서 고른 모델", "slots.th.target": "실제로 답하는 모델", "slots.th.effort": "추론 강도 (effort)", "slots.passthrough": "그대로 Claude가 답함", "slots.noProviderModels": "먼저 프로바이더를 연결하고 쓸 모델을 고르세요.", "slots.noChanges": "바꾸는 매핑이 없습니다. 모든 모델이 Claude 그대로 답합니다.", "slots.duplicate": "같은 Claude 모델을 두 번 매핑할 수 없습니다.", "slots.effortHint": "앱에서 고른 강도가 모델이 지원하지 않으면 가장 가까운 단계로 바꿔 보냅니다. (예: xhigh → high)", "slots.noEffort": "이 모델은 추론 강도를 받지 않습니다", "pool.ready": "사용 중", "pool.cooling": "{seconds}초 뒤 복귀", "pool.quarantined": "거부됨 — 키 확인 필요", "slots.modelSlots": "Claude Code 자체 모델 슬롯", "slots.modelSlotsHelp": "Claude Code가 요청을 만들기 전에 스스로 정하는 자리라, 매핑으로는 닿지 않습니다. 비워 두면 Claude가 답하고 Claude 한도를 씁니다. 특히 웹검색이 '작고 빠른 모델'에서 돌기 때문에, 그걸 옮기지 않으면 라우팅한 세션도 검색만은 Claude 한도를 씁니다. 바꾸면 설치 시 settings.json에 반영됩니다.", "slots.noWebSearch": "이 슬롯에선 웹검색 불가", "slots.noWebSearchWarn": "저장했습니다. 다만 여기서는 웹서치가 실패합니다 — ClaudeRipple이 이 모델로 검색을 돌릴 수 없습니다. (모델 자체가 검색을 못 하는 게 아닐 수도 있습니다. 기본값으로 두면 Claude가 검색합니다.)", "slots.slotDefault": "기본값 (Claude)", "slots.slot.smallFast": "작고 빠른 모델", "slots.slot.subagent": "서브에이전트", "slots.slot.main": "세션 기본 모델", "slots.slotHelp.smallFast": "웹검색·제목·분류", "slots.slotHelp.subagent": "모델을 따로 지정하지 않은 서브에이전트", "slots.slotHelp.main": "세션이 시작할 때의 모델", "slots.slotSaved": "모델 슬롯을 저장했습니다. 새 세션부터 적용됩니다.", "slots.windowGlobal": "기본값", "slots.windowHelp": "이 모델의 컨텍스트 창(토큰). 모델마다 다르므로 각각 적습니다. 비워 두면 프로바이더가 알려준 값을, 그것도 없으면 전체 기본값을 씁니다. 압축 시점이 아니라 모델의 실제 용량을 적으세요.",
|
|
12
|
+
"providers.title": "프로바이더", "providers.subtitle": "연결된 서비스와 계정을 한곳에서 관리합니다. 프로바이더를 고르면 설정과 계정이 오른쪽에 열립니다.", "providers.search": "프로바이더 검색…", "providers.overview": "개요", "providers.accounts": "계정", "providers.settings": "설정", "providers.modelsTab": "모델", "providers.selectedModels": "선택한 모델", "providers.modelsCountShort": "모델 {count}개", "providers.noSelection": "왼쪽에서 프로바이더를 선택하세요.", "providers.rotationOn": "자동 전환 켜짐", "providers.rotationOff": "자동 전환 꺼짐", "providers.rotationSaving": "자동 전환 저장 중…", "providers.rotationSaved": "자동 전환 설정을 저장했습니다.", "providers.accountCount": "연결된 계정 {count}개", "providers.accountCountHelp": "현재 Claude 로그인과 ClaudeRipple에 추가한 계정의 합계입니다.", "providers.accountPoolTitle": "Claude 계정", "providers.accountPoolSubtitle": "대화는 한 계정에 고정됩니다. 응답 시작 전 한도·인증 문제가 생길 때만 다음 계정으로 전환합니다.", "providers.addClaudeAccount": "+ Claude 계정 추가", "providers.currentAccountHelp": "Claude Code 또는 Claude Desktop이 현재 쓰는 외부 로그인입니다. ClaudeRipple에서는 삭제할 수 없습니다.", "providers.addedAccountHelp": "ClaudeRipple이 이 컴퓨터의 사용자 전용 파일에 OAuth 로그인을 저장하고 자동 갱신합니다.", "providers.reauthAction": "다시 로그인", "providers.dangerZone": "추가 계정 관리", "providers.saveSettings": "설정 저장", "providers.connection": "연결", "providers.authentication": "인증 방식", "providers.rotationRequired": "계정을 여러 개 추가해도 자동 전환을 켜야 Claude 앱·Claude Code 요청에 사용됩니다.", "providers.anthropic": "Claude (Anthropic)", "providers.anthropicHelp": "Claude 구독 계정을 자동 전환하거나, Claude 모델을 Codex 등 OpenAI 방식 도구에 제공합니다.", "providers.anthropicIngressOnly": "자동 전환을 끄면 여기서 고른 모델은 Codex 같은 OpenAI 방식 도구에만 제공되고 Claude 앱의 모델 매핑에는 나타나지 않습니다.", "providers.anthropicPoolRouting": "자동 전환을 켜면 Claude 앱·Claude Code 요청을 대화별로 한 계정에 고정하고, 한도 응답 전까지 프롬프트 캐시를 유지합니다. 429 또는 인증 거부가 응답 전에 오면 다음 계정으로 전환합니다. 여러 구독 계정 사용은 Anthropic 약관과 계정 제한 대상이 될 수 있으므로 본인 계정과 허용된 용도로만 쓰세요.", "providers.anthropicLoginReuse": "로그인 재사용", "providers.anthropicPoolOn": "계정 자동 전환", "providers.anthropicPool": "Claude 계정 자동 전환", "providers.anthropicPoolHelp": "현재 Claude 로그인과 아래 추가 계정을 함께 씁니다. 대화 중에는 같은 계정을 유지하고, 한도 또는 인증 문제일 때만 바꿉니다.", "providers.anthropicCurrent": "현재 로그인", "providers.anthropicReauth": "재로그인 필요", "providers.anthropicNoAccounts": "ClaudeRipple에 추가한 계정이 없습니다.", "providers.anthropicRenamePrompt": "이 계정의 표시 이름", "providers.anthropicRemoveConfirm": "Claude 계정 {name}을(를) ClaudeRipple에서 지울까요?", "providers.anthropicLogoutAll": "추가 계정 모두 삭제", "providers.anthropicLogoutAllConfirm": "ClaudeRipple에 추가한 Claude 계정을 모두 지울까요? Claude Code와 Claude Desktop의 현재 로그인은 그대로입니다.", "providers.anthropicAuthClaudeCode": "Claude Code 로그인 재사용 (자동)", "providers.anthropicAuthApiKey": "API 키", "providers.anthropicCredentialsHelp": "Claude Code 로그인 또는 Anthropic API 키 중 사용할 방식을 고르세요.", "providers.anthropicSourceObserved": "Claude Desktop 세션에서 감지됨", "providers.anthropicSourceClaudeCode": "터미널 claude 로그인", "providers.anthropicSourceTokenFile": "ClaudeRipple 토큰", "providers.anthropicSourceMissing": "없음 — 아래 버튼으로 연결", "providers.anthropicLogin": "+ Claude 계정 추가", "providers.anthropicOAuthTitle": "Claude 계정 추가", "providers.anthropicOAuthWarning": "Claude 구독 OAuth를 타사 프록시에서 사용하는 방식은 Anthropic이 지원하는 통합이 아니며, 약관 또는 계정 제한 대상이 될 수 있습니다. 본인 계정과 허용된 용도로만 사용하세요.", "providers.anthropicOAuthAccept": "위험을 이해했으며 OAuth로 계속 진행합니다.", "providers.anthropicOAuthContinue": "OAuth로 계속", "providers.anthropicLogout": "연결 해제", "providers.anthropicLoginDone": "Claude 구독을 연결했습니다.", "providers.anthropicSignInBrowser": "브라우저에서 Claude에 로그인하세요. 창이 열리지 않았으면 아래 링크를 여세요.", "providers.anthropicSignInLink": "로그인 페이지 열기", "providers.anthropicSignInPaste": "브라우저에서 로그인한 뒤 표시되는 코드를 여기에 붙여넣으세요.", "providers.anthropicSignInSubmit": "코드 제출", "providers.anthropicSignInManual": "코드 붙여넣기로 다시 시도", "providers.anthropicSignInWaiting": "브라우저 승인을 기다리는 중… (최대 5분)", "providers.anthropicSignInFailed": "로그인에 실패했습니다", "providers.anthropicSignedInActive": "ClaudeRipple 로그인을 씁니다.", "providers.anthropicSignedInStandby": "ClaudeRipple 로그인도 저장돼 있습니다. 위 출처가 사라지면 이것을 씁니다.", "providers.add": "+ 프로바이더 추가", "providers.refresh": "모두 연결 확인", "providers.check": "연결 확인", "providers.checking": "확인 중", "providers.empty": "아직 연결한 프로바이더가 없습니다. 위의 버튼으로 추가하세요.", "providers.modelsCount": "쓰는 모델 {count}개: {names}", "providers.noModels": "고른 모델이 없습니다. 수정에서 골라 주세요.", "providers.removeConfirm": "프로바이더 {name}을(를) 지울까요? 이 프로바이더를 쓰는 모델 매핑도 함께 지워집니다.", "providers.choose": "프로바이더 추가", "providers.chooseHelp": "연결할 서비스를 하나 고르세요.", "providers.chatgpt": "ChatGPT 구독", "providers.chatgptHelp": "ChatGPT Plus/Pro 구독으로 GPT 모델을 씁니다. API 키 없이 로그인만 하면 됩니다.", "providers.presetHelp": "API 키만 붙여 넣으면 됩니다.", "providers.openaiGroup": "OpenAI 호환", "providers.openaiGroupHelp": "요청은 ClaudeRipple이 OpenAI API 형식으로 번역해 보냅니다.", "providers.verified": "공식 문서로 확인됨", "providers.custom": "직접 입력", "providers.customName": "새 프로바이더", "providers.customHelp": "목록에 없는 Anthropic 호환 API를 주소와 키로 직접 연결합니다.", "providers.addTitle": "프로바이더 추가", "providers.edit": "프로바이더 수정", "providers.name": "이름", "providers.nameHelp": "목록과 매핑에서 이 프로바이더를 부르는 이름입니다.", "providers.nameRequired": "이름을 입력하세요.", "providers.apiKey": "API 키", "providers.keyHelp": "프로바이더 사이트에서 발급한 API 키입니다. 이 컴퓨터의 설정 파일에만 저장됩니다.", "providers.keyPlaceholder": "API 키를 붙여 넣으세요", "providers.keySaved": "저장된 키를 그대로 씁니다. 바꾸려면 새 키를 붙여 넣으세요.", "providers.url": "API 주소 (URL)", "providers.urlHelp": "Anthropic 호환 엔드포인트의 기본 주소입니다. 서비스 문서와 다를 때만 바꾸세요.", "providers.openaiUrlHelp": "OpenAI 호환 API의 기본 주소입니다. 요청은 이 주소의 Chat Completions 또는 Responses endpoint로 번역됩니다.", "providers.wire": "API 형식 (wire)", "providers.wireHelp": "대부분 Chat Completions를 씁니다. 공급자가 stateless Responses API를 지원할 때만 Responses를 고르세요.", "providers.urlRequired": "올바른 URL을 입력하세요.", "providers.keyType": "인증 헤더", "providers.keyTypeHelp": "대부분 x-api-key입니다. 서비스 문서가 Authorization: Bearer를 쓰라고 하면 그것을 고르세요.", "providers.extraHeaders": "추가 HTTP 헤더", "providers.extraHeadersHelp": "서비스가 따로 요구하는 헤더만 '이름: 값' 형식으로 한 줄씩.", "providers.models": "쓸 모델", "providers.modelsHelp": "체크한 모델이 모델 매핑의 선택 목록에 나타납니다.", "providers.modelsFound": "프로바이더가 알려 준 모델 목록입니다.", "providers.modelsFallback": "목록을 받아오지 못해 알려진 기본 모델을 보여 줍니다.", "measure.running": "모델 능력 검사 중… ({done}/{total})", "measure.help": "각 모델이 실제로 어느 방식으로 답하는지, 어떤 추론 강도를 받는지 직접 물어서 확인합니다.", "measure.done": "모델 능력을 확인했습니다: {summary}", "measure.nothing": "확인된 것이 없습니다. 모델이 응답하지 않았습니다.", "measure.notEntitled": "{models}: 이 프로바이더의 자체 앱 안에서만 쓸 수 있는 모델입니다. 여기서는 고르셔도 쓰이지 않습니다.", "measure.failed": "모델 능력을 확인하지 못했습니다.", "measure.authFailed": "API 키가 거부돼 모델 능력을 확인하지 못했습니다.", "providers.probeNotEntitled": "키는 통과했지만 요금제가 거부했습니다.", "providerStatus.notEntitled": "요금제 제한", "providers.probeOk": "연결됐습니다.", "providers.probeFailed": "연결하지 못했습니다.", "providers.apiSoon": "잠시 후 다시 확인하세요.", "providers.showInPicker": "Claude 앱 피커에도 실제 이름으로 표시", "providers.pickerOffHint": "지금은 피커 모드가 꺼져 있어 체크해도 피커에 나타나지 않습니다. 저장할 때 켤지 물어봅니다.", "providers.pickerOffPrompt": "피커 모드가 꺼져 있어 이 모델들은 아직 Claude Desktop 피커에 나타나지 않습니다. 지금 켤까요? 인증서 신뢰를 위해 운영체제가 확인 창을 띄웁니다.", "providers.credentials": "로그인 방식", "providers.credentialsHelp": "ChatGPT 계정 토큰을 어디서 가져올지 정합니다.", "providers.authAuto": "자동 (직접 로그인이 있으면 그것, 없으면 Codex CLI 것)", "providers.authOwn": "ClaudeRipple에서 직접 로그인", "providers.authBorrow": "Codex CLI 로그인 재사용 (~/.codex/auth.json)", "providers.login": "ChatGPT 로그인 방법", "providers.loginHelp": "메뉴 막대 앱의 'ChatGPT 로그인…' 또는 터미널의 clauderipple login이 브라우저 로그인 창을 엽니다. 토큰은 이 컴퓨터에만 저장됩니다.", "providers.loginHint": "메뉴 막대 앱에서 'ChatGPT 로그인…'을 누르거나 터미널에서 clauderipple login을 실행하세요.", "providers.chatgptLogin": "ChatGPT 로그인", "providers.chatgptLoginWaiting": "브라우저에서 로그인을 마치세요. 완료되면 여기가 갱신됩니다.", "providers.chatgptLoginDone": "ChatGPT 로그인을 완료했습니다.", "providers.effortLevels": "추론 강도: {levels}", "providers.effortNone": "받지 않음", "providers.modelEffort": "강도 조절", "providers.modelNoEffort": "강도 없음", "providers.defaultEffort": "기본 추론 강도 (effort)", "providers.defaultEffortHelp": "매핑이나 앱에서 강도를 따로 정하지 않은 요청에 쓰는 값입니다.", "providers.identity": "모델에게 자기 정체 알리기 (identity)", "providers.append": "시스템 프롬프트 추가 문구", "providers.appendHelp": "모든 요청의 시스템 프롬프트 끝에 붙는 고정 문구입니다. 자주 바꾸면 프롬프트 캐시가 깨져 비용이 늘어납니다.",
|
|
13
13
|
"providerStatus.connected": "연결됨", "providerStatus.keyNeeded": "키 확인 필요", "providerStatus.loginNeeded": "로그인 필요", "providerStatus.disconnected": "연결 안 됨", "providerStatus.checking": "확인 중",
|
|
14
14
|
"clients.title": "클라이언트", "clients.subtitle": "ClaudeRipple을 쓰는 앱을 설정합니다.", "clients.desktop.title": "Claude Desktop", "clients.desktop.help": "모델 피커에 프로바이더 모델을 실제 이름으로 표시할지 정합니다.", "clients.codex.title": "Codex (앱·CLI)", "clients.codex.help": "Codex 설정(~/.codex/config.toml)에 ClaudeRipple 프로바이더를 추가합니다. 터미널은 `codex --profile clauderipple -m <모델>`, Codex 앱은 설정에서 프로바이더 clauderipple을 기본으로 고르면 됩니다.", "clients.codex.note": "ChatGPT 구독 모델은 Codex가 직접 쓰므로 여기서는 Claude와 Anthropic 호환 프로바이더만 보입니다.", "clients.codex.turnOn": "Codex에서 ClaudeRipple 사용", "clients.codex.turnOff": "Codex 연결 해제", "clients.claudeCode.title": "터미널 Claude Code", "clients.claudeCode.help": "터미널 `claude`도 같은 라우터를 씁니다. `/model <이름>`으로 고르세요.",
|
|
15
|
-
"logs.title": "로그", "logs.requests": "요청", "logs.raw": "원본 로그", "logs.lastHour": "최근 1시간", "logs.autoscroll": "자동 스크롤", "logs.polling": "3초마다 갱신", "logs.rawPolling": "3초마다 갱신 · 최근 200줄", "logs.provider": "프로바이더", "logs.all": "전체", "logs.showCountTokens": "토큰 수 계산 표시", "logs.empty": "아직 요청이 없습니다.", "logs.summary.requests": "요청 수", "logs.summary.success": "성공 / 실패", "logs.summary.input": "입력 토큰", "logs.summary.output": "출력 토큰", "logs.summary.duration": "평균 응답 시간", "logs.cacheHit": "캐시 {percent}%", "logs.th.time": "시간", "logs.th.models": "모델", "logs.th.effort": "effort", "logs.th.input": "입력", "logs.th.output": "출력", "logs.th.duration": "소요", "logs.th.status": "상태", "logs.status.ok": "성공", "logs.status.error": "오류", "logs.detail.id": "요청 ID", "logs.detail.kind": "종류", "logs.detail.stop": "종료 사유", "logs.detail.cacheWrite": "캐시 기록", "logs.detail.note": "메모", "logs.none": "없음", "logs.seconds": "{value}초",
|
|
15
|
+
"logs.title": "로그", "logs.requests": "요청", "logs.raw": "원본 로그", "logs.lastHour": "최근 1시간", "logs.autoscroll": "자동 스크롤", "logs.polling": "3초마다 갱신", "logs.rawPolling": "3초마다 갱신 · 최근 200줄", "logs.provider": "프로바이더", "logs.all": "전체", "logs.showCountTokens": "토큰 수 계산 표시", "logs.empty": "아직 요청이 없습니다.", "logs.summary.requests": "요청 수", "logs.summary.success": "성공 / 실패", "logs.summary.input": "입력 토큰", "logs.summary.output": "출력 토큰", "logs.summary.duration": "평균 응답 시간", "logs.cacheHit": "캐시 {percent}%", "logs.th.time": "시간", "logs.th.models": "모델", "logs.th.effort": "effort", "logs.th.input": "입력", "logs.th.output": "출력", "logs.th.duration": "소요", "logs.th.status": "상태", "logs.status.ok": "성공", "logs.status.error": "오류", "logs.detail.id": "요청 ID", "logs.detail.kind": "종류", "logs.detail.stop": "종료 사유", "logs.detail.uncached": "새로 계산한 입력", "logs.detail.cacheRead": "캐시 읽기", "logs.detail.cacheWrite": "캐시 기록", "logs.detail.note": "메모", "logs.none": "없음", "logs.seconds": "{value}초",
|
|
16
16
|
"about.title": "정보", "about.body": "ClaudeRipple은 독립 오픈소스 프로젝트이며 Anthropic·OpenAI와 제휴·보증·후원 관계가 없습니다. Claude와 Claude Code는 Anthropic, PBC의 상표입니다.", "about.license": "라이선스: GPL-3.0",
|
|
17
17
|
"providers.identityHelp": "시스템 프롬프트 맨 앞에 '너는 <모델명>이고 Claude Code를 통해 답한다'를 넣습니다. 끄면 모델이 자신을 Claude라고 착각할 수 있습니다.",
|
|
18
18
|
"picker.models": "피커에 넣은 모델 {count}개: {names}",
|
|
@@ -30,6 +30,7 @@ const I18N = {
|
|
|
30
30
|
"providers.modelsSummary": "선택 {selected}개 / 전체 {total}개",
|
|
31
31
|
"providers.modelsHidden": "{hidden}개는 검색으로 찾으세요",
|
|
32
32
|
"providers.modelsFoundMany": "프로바이더가 알려 준 목록입니다. 많으니 검색해서 쓸 것만 체크하세요.",
|
|
33
|
+
"providers.modelsFoundLive": "ChatGPT 카탈로그에서 {n}개 모델을 받았습니다. 새 모델은 체크하지 않은 상태로 추가됩니다.",
|
|
33
34
|
"slots.saving": "저장 중…",
|
|
34
35
|
"slots.saved": "저장됨 · 바로 적용됩니다",
|
|
35
36
|
},
|
|
@@ -40,11 +41,11 @@ const I18N = {
|
|
|
40
41
|
"common.save": "Save", "common.saved": "Saved.", "common.saveFailed": "Could not save.", "common.loadFailed": "Could not load.", "common.actionFailed": "Could not complete that action.", "common.cancel": "Cancel", "common.edit": "Edit", "common.remove": "Remove", "common.show": "Show", "common.hide": "Hide", "common.advanced": "Advanced", "common.notAvailable": "—",
|
|
41
42
|
"health.title": "Status", "health.subtitle": "Claude Desktop connection, providers and the model picker, refreshed every 5s.", "health.desktop": "Claude Desktop connection", "health.connection": "Connection", "health.connected": "Connected", "health.notConnected": "Not connected", "health.disconnected": "Not connected", "health.connectedHelp": "Claude Desktop's Code tab requests go through ClaudeRipple.", "health.notConnectedHelp": "Claude Desktop is not going through ClaudeRipple. Start the router from the menu-bar app or run clauderipple install.", "health.requests": "Requests (since router start)", "health.requestCount": "Request count", "health.requestsFmt": "{completed} done · {failed} failed · {inFlight} in progress", "health.providers": "Providers", "health.noProviders": "No providers connected. Add one under Providers.", "health.quota": "{percent}% used{reset}", "health.resetsIn": " · resets in {hours}h", "health.details": "Details", "health.version": "Version", "health.runtime": "Router files · started", "health.routes": "Mappings", "health.cli": "Claude Code version",
|
|
42
43
|
"picker.title": "Model picker", "picker.statusHelp": "On: provider models appear under their real names in the Claude Desktop picker. Off: they answer behind Claude names per the mapping.", "picker.state": "State", "picker.on": "On", "picker.off": "Off", "picker.turnOn": "Turn picker on", "picker.turnOff": "Turn picker off", "picker.last": "Most recently showed {count} models.", "picker.restartHelp": "After turning it on, quit Claude Desktop completely and open it again.", "picker.confirmOn": "Your operating system will ask you to confirm trusting the certificate (macOS asks for your login password, Windows shows a certificate dialog). ClaudeRipple never sees your password. Continue?", "picker.working": "Working.", "picker.doneOn": "Turned on. Quit Claude Desktop completely and open it again.", "picker.doneOff": "Turned off. Quit Claude Desktop completely and open it again.",
|
|
43
|
-
"slots.title": "Model mapping", "slots.subtitle": "Decide which model actually answers when you pick a Claude model in the app. Changes save automatically.", "slots.pickerHelp": "On: provider models appear under their real names in the Claude Desktop picker. Off: they answer behind Claude names per the mapping above.", "slots.pickerModels": "Models to put in the picker", "slots.pickerModelsHelp": "Checked models appear in the Claude Desktop picker; picking one makes it answer directly. Newly added models are selectable from the next session (a running session keeps the list it started with).", "slots.add": "+ Add mapping", "slots.th.claude": "Picked in the Claude app", "slots.th.target": "Actually answered by", "slots.th.effort": "Reasoning effort", "slots.passthrough": "Claude answers as usual", "slots.noProviderModels": "Connect a provider and choose its models first.", "slots.noChanges": "No mappings. Every model answers as Claude.", "slots.duplicate": "A Claude model can be mapped only once.", "slots.effortHint": "If the effort chosen in the app is unsupported by the model, ClaudeRipple sends the nearest level instead. (For example: xhigh → high)", "slots.noEffort": "This model does not take a reasoning effort",
|
|
44
|
-
"providers.title": "Providers", "providers.subtitle": "A provider is a service that serves models (ChatGPT subscription, DeepSeek, Kimi…). Connect an account and choose the models to offer in Model mapping.", "providers.anthropic": "Claude (Anthropic)", "providers.anthropicHelp": "Use Claude models in OpenAI-style tools such as Codex, or directly with an API key.", "providers.anthropicIngressOnly": "The models chosen here are served to OpenAI-style tools such as Codex. The Claude app and Claude Code do not go through this provider, so it does not appear in Model mapping.", "providers.anthropicLoginReuse": "Reuse sign-in", "providers.anthropicAuthClaudeCode": "Reuse Claude Code sign-in (automatic)", "providers.anthropicAuthApiKey": "API key", "providers.anthropicCredentialsHelp": "Choose your Claude Code sign-in or an Anthropic API key.", "providers.anthropicSourceObserved": "Detected from a Claude Desktop session", "providers.anthropicSourceClaudeCode": "Terminal Claude sign-in", "providers.anthropicSourceTokenFile": "ClaudeRipple token", "providers.anthropicSourceMissing": "None — connect below", "providers.anthropicLogin": "Connect Claude subscription…", "providers.anthropicLogout": "Disconnect", "providers.anthropicLoginDone": "Claude subscription connected.", "providers.anthropicSignInBrowser": "Sign in to Claude in your browser. If no window opened, use the link below.", "providers.anthropicSignInLink": "Open the sign-in page", "providers.anthropicSignInPaste": "After signing in, paste the code the page shows here.", "providers.anthropicSignInSubmit": "Submit code", "providers.anthropicSignInManual": "Try again by pasting a code", "providers.anthropicSignInWaiting": "Waiting for the browser… (up to 5 minutes)", "providers.anthropicSignInFailed": "Sign-in failed", "providers.anthropicSignedInActive": "Using the ClaudeRipple sign-in.", "providers.anthropicSignedInStandby": "A ClaudeRipple sign-in is stored too, and takes over if the source above goes away.", "providers.add": "+ Add provider", "providers.refresh": "Test all", "providers.check": "Test connection", "providers.checking": "Checking", "providers.empty": "No providers connected yet. Add one with the button above.", "providers.modelsCount": "{count} models in use: {names}", "providers.noModels": "No models chosen. Pick some under Edit.", "providers.removeConfirm": "Remove provider {name}? Model mappings that use it are removed too.", "providers.choose": "Add provider", "providers.chooseHelp": "Pick the service to connect.", "providers.chatgpt": "ChatGPT subscription", "providers.chatgptHelp": "Use GPT models through a ChatGPT Plus/Pro subscription. Sign-in only, no API key.", "providers.presetHelp": "Paste an API key and you are done.", "providers.openaiGroup": "OpenAI-compatible", "providers.openaiGroupHelp": "ClaudeRipple translates requests into the OpenAI API format.", "providers.verified": "Verified against official docs", "providers.custom": "Enter manually", "providers.customName": "New provider", "providers.customHelp": "Connect any Anthropic-compatible API by URL and key.", "providers.addTitle": "Add provider", "providers.edit": "Edit provider", "providers.name": "Name", "providers.nameHelp": "How this provider is called in lists and mappings.", "providers.nameRequired": "Enter a name.", "providers.apiKey": "API key", "providers.keyHelp": "The API key issued on the provider's site. Stored only in this computer's config file.", "providers.keyPlaceholder": "Paste your API key", "providers.keySaved": "The saved key stays in use. Paste a new key to replace it.", "providers.url": "API base URL", "providers.urlHelp": "Base URL of the Anthropic-compatible endpoint. Change only if the service docs differ.", "providers.openaiUrlHelp": "Base URL of the OpenAI-compatible API. Requests are translated to its Chat Completions or Responses endpoint.", "providers.wire": "API wire format", "providers.wireHelp": "Use Chat Completions for most providers. Select Responses only when the provider supports the stateless Responses API.", "providers.urlRequired": "Enter a valid URL.", "providers.keyType": "Auth header", "providers.keyTypeHelp": "Usually x-api-key. Pick Authorization: Bearer only if the service docs say so.", "providers.extraHeaders": "Extra HTTP headers", "providers.extraHeadersHelp": "Only headers the service requires, one 'name: value' per line.", "providers.models": "Models to use", "providers.modelsHelp": "Checked models appear in the Model mapping list.", "providers.modelsFound": "Model list reported by the provider.", "providers.modelsFallback": "Could not fetch the list; showing known default models.", "providers.probeOk": "Connected.", "providers.probeFailed": "Could not connect.", "providers.apiSoon": "Please try again shortly.", "providers.showInPicker": "Also show by real name in the Claude app picker", "providers.pickerOffHint": "Picker mode is off right now, so ticking this does not show them yet. You will be asked to turn it on when you save.", "providers.pickerOffPrompt": "Picker mode is off, so these models will not appear in the Claude Desktop picker yet. Turn it on now? Your operating system will ask you to confirm trusting the certificate.", "providers.credentials": "Sign-in source", "providers.credentialsHelp": "Where the ChatGPT account token comes from.", "providers.authAuto": "Auto (own sign-in if present, else Codex CLI's)", "providers.authOwn": "Sign in with ClaudeRipple", "providers.authBorrow": "Reuse Codex CLI sign-in (~/.codex/auth.json)", "providers.login": "How to sign in", "providers.loginHelp": "'Sign in to ChatGPT…' in the menu-bar app or clauderipple login in a terminal opens the browser sign-in. Tokens stay on this computer.", "providers.loginHint": "Use 'Sign in to ChatGPT…' in the menu-bar app or run clauderipple login in a terminal.", "providers.chatgptLogin": "Sign in to ChatGPT", "providers.chatgptLoginWaiting": "Finish signing in in your browser. This will update when it is done.", "providers.chatgptLoginDone": "ChatGPT sign-in complete.", "providers.effortLevels": "Reasoning effort: {levels}", "providers.effortNone": "Does not take reasoning effort", "providers.modelEffort": "effort", "providers.modelNoEffort": "no effort", "providers.defaultEffort": "Default reasoning effort", "providers.defaultEffortHelp": "Used when neither the mapping nor the app sets an effort.", "providers.identity": "Tell the model what it is (identity)", "providers.append": "System prompt addendum", "providers.appendHelp": "Fixed text appended to every request's system prompt. Changing it often breaks the prompt cache and raises cost.",
|
|
44
|
+
"slots.title": "Model mapping", "slots.subtitle": "Decide which model actually answers when you pick a Claude model in the app. Changes save automatically.", "slots.pickerHelp": "On: provider models appear under their real names in the Claude Desktop picker. Off: they answer behind Claude names per the mapping above.", "slots.pickerModels": "Models to put in the picker", "slots.pickerModelsHelp": "Checked models appear in the Claude Desktop picker; picking one makes it answer directly. Newly added models are selectable from the next session (a running session keeps the list it started with).", "slots.add": "+ Add mapping", "slots.th.claude": "Picked in the Claude app", "slots.th.target": "Actually answered by", "slots.th.effort": "Reasoning effort", "slots.passthrough": "Claude answers as usual", "slots.noProviderModels": "Connect a provider and choose its models first.", "slots.noChanges": "No mappings. Every model answers as Claude.", "slots.duplicate": "A Claude model can be mapped only once.", "slots.effortHint": "If the effort chosen in the app is unsupported by the model, ClaudeRipple sends the nearest level instead. (For example: xhigh → high)", "slots.noEffort": "This model does not take a reasoning effort", "pool.ready": "in use", "pool.cooling": "back in {seconds}s", "pool.quarantined": "rejected — check the key", "slots.modelSlots": "Claude Code's own model slots", "slots.modelSlotsHelp": "Claude Code chooses these before a request exists, so a mapping cannot reach them. Left empty, Claude answers them and they cost Claude quota. Web search in particular runs on the small, fast model, so a routed session still searches on Claude quota until that one is moved. Changes are written to settings.json on install.", "slots.noWebSearch": "no web search here", "slots.noWebSearchWarn": "Saved, but web search will fail on this model — ClaudeRipple cannot run a search through it. The model itself may be able to; leaving this on the default lets Claude search.", "slots.slotDefault": "default (Claude)", "slots.slot.smallFast": "Small, fast model", "slots.slot.subagent": "Subagents", "slots.slot.main": "Session default", "slots.slotHelp.smallFast": "web search, titles, classifiers", "slots.slotHelp.subagent": "a subagent that names no model of its own", "slots.slotHelp.main": "what a session starts on", "slots.slotSaved": "Model slots saved. They take effect in a new session.", "slots.windowGlobal": "default", "slots.windowHelp": "This model's context window, in tokens. Routed models do not share one, so each carries its own. Left blank it takes what the provider reported, and otherwise the global default. Enter the model's real window, not a compaction point.",
|
|
45
|
+
"providers.title": "Providers", "providers.subtitle": "Manage connected services and accounts in one place. Pick a provider to open its settings and accounts.", "providers.search": "Search providers…", "providers.overview": "Overview", "providers.accounts": "Accounts", "providers.settings": "Settings", "providers.modelsTab": "Models", "providers.selectedModels": "Selected models", "providers.modelsCountShort": "{count} models", "providers.noSelection": "Select a provider on the left.", "providers.rotationOn": "Rotation on", "providers.rotationOff": "Rotation off", "providers.rotationSaving": "Saving rotation…", "providers.rotationSaved": "Account rotation saved.", "providers.accountCount": "{count} connected accounts", "providers.accountCountHelp": "Includes the current Claude login and accounts added to ClaudeRipple.", "providers.accountPoolTitle": "Claude accounts", "providers.accountPoolSubtitle": "A conversation stays on one account. ClaudeRipple switches only when quota or authentication fails before output starts.", "providers.addClaudeAccount": "+ Add Claude account", "providers.currentAccountHelp": "The external sign-in currently used by Claude Code or Claude Desktop. ClaudeRipple cannot remove it.", "providers.addedAccountHelp": "ClaudeRipple stores this OAuth grant on this computer and refreshes it automatically.", "providers.reauthAction": "Sign in again", "providers.dangerZone": "Added account management", "providers.saveSettings": "Save settings", "providers.connection": "Connection", "providers.authentication": "Authentication", "providers.rotationRequired": "Added accounts are used for Claude app and Claude Code requests only when account rotation is on.", "providers.anthropic": "Claude (Anthropic)", "providers.anthropicHelp": "Rotate Claude subscription accounts, or serve Claude models to OpenAI-style tools such as Codex.", "providers.anthropicIngressOnly": "With account rotation off, the models chosen here are served only to OpenAI-style tools such as Codex and do not appear in Claude app mappings.", "providers.anthropicPoolRouting": "With account rotation on, Claude app and Claude Code requests stay on one account per conversation to preserve the prompt cache. A 429 or authentication refusal before the response starts moves the request to the next account. Using multiple subscriptions may be subject to Anthropic's terms and account restrictions; use only your own authorized accounts.", "providers.anthropicLoginReuse": "Reuse sign-in", "providers.anthropicPoolOn": "Account rotation", "providers.anthropicPool": "Rotate Claude accounts automatically", "providers.anthropicPoolHelp": "Uses the current Claude login plus the additional accounts below. A conversation stays on its account unless quota or authentication fails.", "providers.anthropicCurrent": "Current login", "providers.anthropicReauth": "Sign in again", "providers.anthropicNoAccounts": "No accounts have been added to ClaudeRipple.", "providers.anthropicRenamePrompt": "Display name for this account", "providers.anthropicRemoveConfirm": "Remove Claude account {name} from ClaudeRipple?", "providers.anthropicLogoutAll": "Remove all added accounts", "providers.anthropicLogoutAllConfirm": "Remove every Claude account added to ClaudeRipple? The current Claude Code and Claude Desktop login is not changed.", "providers.anthropicAuthClaudeCode": "Reuse Claude Code sign-in (automatic)", "providers.anthropicAuthApiKey": "API key", "providers.anthropicCredentialsHelp": "Choose your Claude Code sign-in or an Anthropic API key.", "providers.anthropicSourceObserved": "Detected from a Claude Desktop session", "providers.anthropicSourceClaudeCode": "Terminal Claude sign-in", "providers.anthropicSourceTokenFile": "ClaudeRipple token", "providers.anthropicSourceMissing": "None — connect below", "providers.anthropicLogin": "+ Add Claude account", "providers.anthropicOAuthTitle": "Add Claude account", "providers.anthropicOAuthWarning": "Using Claude subscription OAuth through a third-party proxy is not an Anthropic-supported integration and may be subject to terms or account restrictions. Use only your own accounts for authorized purposes.", "providers.anthropicOAuthAccept": "I understand the risk and want to continue with OAuth.", "providers.anthropicOAuthContinue": "Continue with OAuth", "providers.anthropicLogout": "Disconnect", "providers.anthropicLoginDone": "Claude subscription connected.", "providers.anthropicSignInBrowser": "Sign in to Claude in your browser. If no window opened, use the link below.", "providers.anthropicSignInLink": "Open the sign-in page", "providers.anthropicSignInPaste": "After signing in, paste the code the page shows here.", "providers.anthropicSignInSubmit": "Submit code", "providers.anthropicSignInManual": "Try again by pasting a code", "providers.anthropicSignInWaiting": "Waiting for the browser… (up to 5 minutes)", "providers.anthropicSignInFailed": "Sign-in failed", "providers.anthropicSignedInActive": "Using the ClaudeRipple sign-in.", "providers.anthropicSignedInStandby": "A ClaudeRipple sign-in is stored too, and takes over if the source above goes away.", "providers.add": "+ Add provider", "providers.refresh": "Test all", "providers.check": "Test connection", "providers.checking": "Checking", "providers.empty": "No providers connected yet. Add one with the button above.", "providers.modelsCount": "{count} models in use: {names}", "providers.noModels": "No models chosen. Pick some under Edit.", "providers.removeConfirm": "Remove provider {name}? Model mappings that use it are removed too.", "providers.choose": "Add provider", "providers.chooseHelp": "Pick the service to connect.", "providers.chatgpt": "ChatGPT subscription", "providers.chatgptHelp": "Use GPT models through a ChatGPT Plus/Pro subscription. Sign-in only, no API key.", "providers.presetHelp": "Paste an API key and you are done.", "providers.openaiGroup": "OpenAI-compatible", "providers.openaiGroupHelp": "ClaudeRipple translates requests into the OpenAI API format.", "providers.verified": "Verified against official docs", "providers.custom": "Enter manually", "providers.customName": "New provider", "providers.customHelp": "Connect any Anthropic-compatible API by URL and key.", "providers.addTitle": "Add provider", "providers.edit": "Edit provider", "providers.name": "Name", "providers.nameHelp": "How this provider is called in lists and mappings.", "providers.nameRequired": "Enter a name.", "providers.apiKey": "API key", "providers.keyHelp": "The API key issued on the provider's site. Stored only in this computer's config file.", "providers.keyPlaceholder": "Paste your API key", "providers.keySaved": "The saved key stays in use. Paste a new key to replace it.", "providers.url": "API base URL", "providers.urlHelp": "Base URL of the Anthropic-compatible endpoint. Change only if the service docs differ.", "providers.openaiUrlHelp": "Base URL of the OpenAI-compatible API. Requests are translated to its Chat Completions or Responses endpoint.", "providers.wire": "API wire format", "providers.wireHelp": "Use Chat Completions for most providers. Select Responses only when the provider supports the stateless Responses API.", "providers.urlRequired": "Enter a valid URL.", "providers.keyType": "Auth header", "providers.keyTypeHelp": "Usually x-api-key. Pick Authorization: Bearer only if the service docs say so.", "providers.extraHeaders": "Extra HTTP headers", "providers.extraHeadersHelp": "Only headers the service requires, one 'name: value' per line.", "providers.models": "Models to use", "providers.modelsHelp": "Checked models appear in the Model mapping list.", "providers.modelsFound": "Model list reported by the provider.", "providers.modelsFallback": "Could not fetch the list; showing known default models.", "measure.running": "Measuring model capabilities… ({done}/{total})", "measure.help": "Asks each model which wire it answers on and which reasoning efforts it takes.", "measure.done": "Measured: {summary}", "measure.nothing": "Nothing was measured: no model answered.", "measure.notEntitled": "{models}: usable only from the provider\u2019s own app. Ticking it here will not make it work.", "measure.failed": "Could not measure model capabilities.", "measure.authFailed": "The API key was refused, so nothing could be measured.", "providers.probeNotEntitled": "The key was accepted; the plan refused.", "providerStatus.notEntitled": "Plan refused", "providers.probeOk": "Connected.", "providers.probeFailed": "Could not connect.", "providers.apiSoon": "Please try again shortly.", "providers.showInPicker": "Also show by real name in the Claude app picker", "providers.pickerOffHint": "Picker mode is off right now, so ticking this does not show them yet. You will be asked to turn it on when you save.", "providers.pickerOffPrompt": "Picker mode is off, so these models will not appear in the Claude Desktop picker yet. Turn it on now? Your operating system will ask you to confirm trusting the certificate.", "providers.credentials": "Sign-in source", "providers.credentialsHelp": "Where the ChatGPT account token comes from.", "providers.authAuto": "Auto (own sign-in if present, else Codex CLI's)", "providers.authOwn": "Sign in with ClaudeRipple", "providers.authBorrow": "Reuse Codex CLI sign-in (~/.codex/auth.json)", "providers.login": "How to sign in", "providers.loginHelp": "'Sign in to ChatGPT…' in the menu-bar app or clauderipple login in a terminal opens the browser sign-in. Tokens stay on this computer.", "providers.loginHint": "Use 'Sign in to ChatGPT…' in the menu-bar app or run clauderipple login in a terminal.", "providers.chatgptLogin": "Sign in to ChatGPT", "providers.chatgptLoginWaiting": "Finish signing in in your browser. This will update when it is done.", "providers.chatgptLoginDone": "ChatGPT sign-in complete.", "providers.effortLevels": "Reasoning effort: {levels}", "providers.effortNone": "Does not take reasoning effort", "providers.modelEffort": "effort", "providers.modelNoEffort": "no effort", "providers.defaultEffort": "Default reasoning effort", "providers.defaultEffortHelp": "Used when neither the mapping nor the app sets an effort.", "providers.identity": "Tell the model what it is (identity)", "providers.append": "System prompt addendum", "providers.appendHelp": "Fixed text appended to every request's system prompt. Changing it often breaks the prompt cache and raises cost.",
|
|
45
46
|
"providerStatus.connected": "Connected", "providerStatus.keyNeeded": "Key needed", "providerStatus.loginNeeded": "Sign-in needed", "providerStatus.disconnected": "Not connected", "providerStatus.checking": "Checking",
|
|
46
47
|
"clients.title": "Clients", "clients.subtitle": "Set up the apps that use ClaudeRipple.", "clients.desktop.title": "Claude Desktop", "clients.desktop.help": "Choose whether provider models appear by real name in the model picker.", "clients.codex.title": "Codex (app and CLI)", "clients.codex.help": "Adds ClaudeRipple as a provider to Codex's config (~/.codex/config.toml). Terminal: `codex --profile clauderipple -m <model>`; Codex app: make clauderipple the default provider in that config.", "clients.codex.note": "ChatGPT subscription models are used directly by Codex, so only Claude and Anthropic-compatible providers appear here.", "clients.codex.turnOn": "Use ClaudeRipple in Codex", "clients.codex.turnOff": "Disconnect Codex", "clients.claudeCode.title": "Terminal Claude Code", "clients.claudeCode.help": "Terminal `claude` uses the same router. Choose with `/model <name>`.",
|
|
47
|
-
"logs.title": "Logs", "logs.requests": "Requests", "logs.raw": "Raw logs", "logs.lastHour": "Last hour", "logs.autoscroll": "Auto-scroll", "logs.polling": "Updates every 3s", "logs.rawPolling": "Updates every 3s · last 200 lines", "logs.provider": "Provider", "logs.all": "All", "logs.showCountTokens": "Show token counts", "logs.empty": "No requests yet.", "logs.summary.requests": "Requests", "logs.summary.success": "Succeeded / failed", "logs.summary.input": "Input tokens", "logs.summary.output": "Output tokens", "logs.summary.duration": "Average response", "logs.cacheHit": "Cache {percent}%", "logs.th.time": "Time", "logs.th.models": "Model", "logs.th.effort": "effort", "logs.th.input": "Input", "logs.th.output": "Output", "logs.th.duration": "Duration", "logs.th.status": "Status", "logs.status.ok": "ok", "logs.status.error": "error", "logs.detail.id": "Request ID", "logs.detail.kind": "Kind", "logs.detail.stop": "Stop reason", "logs.detail.cacheWrite": "Cache write", "logs.detail.note": "Note", "logs.none": "None", "logs.seconds": "{value}s",
|
|
48
|
+
"logs.title": "Logs", "logs.requests": "Requests", "logs.raw": "Raw logs", "logs.lastHour": "Last hour", "logs.autoscroll": "Auto-scroll", "logs.polling": "Updates every 3s", "logs.rawPolling": "Updates every 3s · last 200 lines", "logs.provider": "Provider", "logs.all": "All", "logs.showCountTokens": "Show token counts", "logs.empty": "No requests yet.", "logs.summary.requests": "Requests", "logs.summary.success": "Succeeded / failed", "logs.summary.input": "Input tokens", "logs.summary.output": "Output tokens", "logs.summary.duration": "Average response", "logs.cacheHit": "Cache {percent}%", "logs.th.time": "Time", "logs.th.models": "Model", "logs.th.effort": "effort", "logs.th.input": "Input", "logs.th.output": "Output", "logs.th.duration": "Duration", "logs.th.status": "Status", "logs.status.ok": "ok", "logs.status.error": "error", "logs.detail.id": "Request ID", "logs.detail.kind": "Kind", "logs.detail.stop": "Stop reason", "logs.detail.uncached": "Uncached input", "logs.detail.cacheRead": "Cache read", "logs.detail.cacheWrite": "Cache write", "logs.detail.note": "Note", "logs.none": "None", "logs.seconds": "{value}s",
|
|
48
49
|
"about.title": "About", "about.body": "ClaudeRipple is an independent open-source project, not affiliated with Anthropic or OpenAI. Claude and Claude Code are trademarks of Anthropic, PBC.", "about.license": "License: GPL-3.0",
|
|
49
50
|
"providers.identityHelp": "Prepends 'You are <model>, answering through Claude Code' to the system prompt. Off, the model may believe it is Claude.",
|
|
50
51
|
"picker.models": "{count} models in the picker: {names}",
|
|
@@ -62,6 +63,7 @@ const I18N = {
|
|
|
62
63
|
"providers.modelsSummary": "{selected} selected of {total}",
|
|
63
64
|
"providers.modelsHidden": "{hidden} more — search to find them",
|
|
64
65
|
"providers.modelsFoundMany": "List reported by the provider. It is long: search and tick only what you will use.",
|
|
66
|
+
"providers.modelsFoundLive": "Fetched {n} models from the ChatGPT catalog. New ones are added unticked.",
|
|
65
67
|
"slots.saving": "Saving…",
|
|
66
68
|
"slots.saved": "Saved · applies immediately",
|
|
67
69
|
},
|
|
@@ -90,6 +92,12 @@ function t(key, vars) {
|
|
|
90
92
|
}
|
|
91
93
|
function applyStaticI18n() {
|
|
92
94
|
for (const node of document.querySelectorAll("[data-i18n]")) node.textContent = t(node.getAttribute("data-i18n"));
|
|
95
|
+
for (const node of document.querySelectorAll("[data-i18n-placeholder]")) node.setAttribute("placeholder", t(node.getAttribute("data-i18n-placeholder")));
|
|
96
|
+
for (const node of document.querySelectorAll("[data-i18n-title]")) {
|
|
97
|
+
const text = t(node.getAttribute("data-i18n-title"));
|
|
98
|
+
node.setAttribute("title", text);
|
|
99
|
+
node.setAttribute("aria-label", text);
|
|
100
|
+
}
|
|
93
101
|
document.title = t("brand");
|
|
94
102
|
}
|
|
95
103
|
if (document.readyState === "loading") document.addEventListener("DOMContentLoaded", applyStaticI18n); else applyStaticI18n();
|
package/dist/ui/index.html
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<title>ClaudeRipple</title>
|
|
2
|
+
<meta charset="utf-8" />
|
|
3
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
2
4
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self'; img-src 'self' data:; style-src 'self'; script-src 'self'; base-uri 'none'; form-action 'none'" />
|
|
3
5
|
<link rel="stylesheet" href="style.css" />
|
|
4
6
|
|
|
@@ -33,11 +35,18 @@
|
|
|
33
35
|
<div class="card table-card"><table id="slots-table"><thead><tr><th data-i18n="slots.th.claude">When you choose this</th><th data-i18n="slots.th.target">It answers with</th><th data-i18n="slots.th.effort">Thinking depth</th><th></th></tr></thead><tbody></tbody></table></div>
|
|
34
36
|
</section>
|
|
35
37
|
|
|
36
|
-
<section id="view-providers" class="view">
|
|
37
|
-
<
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
<section id="view-providers" class="view providers-view">
|
|
39
|
+
<div class="page-heading">
|
|
40
|
+
<div><h1 data-i18n="providers.title">Providers</h1><p class="subtitle" data-i18n="providers.subtitle">Connect an AI account, then choose the models you will use.</p></div>
|
|
41
|
+
<button class="btn" id="providers-add" type="button" data-i18n="providers.add">+ Add provider</button>
|
|
42
|
+
</div>
|
|
43
|
+
<div class="provider-workspace">
|
|
44
|
+
<aside class="provider-rail" aria-label="Providers">
|
|
45
|
+
<div class="provider-rail-tools"><input id="providers-search" type="search" data-i18n-placeholder="providers.search" placeholder="Search providers…" /><button class="icon-btn" id="providers-refresh" type="button" data-i18n-title="providers.refresh" title="Check connections" aria-label="Check connections">↻</button></div>
|
|
46
|
+
<div id="providers-list" class="provider-list" role="listbox"></div>
|
|
47
|
+
</aside>
|
|
48
|
+
<div id="provider-detail" class="provider-detail"></div>
|
|
49
|
+
</div>
|
|
41
50
|
</section>
|
|
42
51
|
|
|
43
52
|
<section id="view-clients" class="view">
|
|
@@ -50,6 +59,10 @@
|
|
|
50
59
|
<div class="actions"><button class="btn" id="client-picker-toggle" type="button"></button><span class="small" id="client-picker-msg"></span></div>
|
|
51
60
|
<div class="client-models" id="client-picker-models-card" hidden><h3 data-i18n="slots.pickerModels">Models in picker</h3><p class="hint" data-i18n="slots.pickerModelsHelp">Tick only models you want to see in Claude Desktop.</p><div class="model-checklist" id="client-picker-models"></div></div>
|
|
52
61
|
<div class="client-divider"></div>
|
|
62
|
+
<h3 data-i18n="slots.modelSlots">Claude Code's own model slots</h3>
|
|
63
|
+
<p class="hint" data-i18n="slots.modelSlotsHelp"></p>
|
|
64
|
+
<div class="slot-rows" id="client-model-slots"></div>
|
|
65
|
+
<div class="client-divider"></div>
|
|
53
66
|
<h3 data-i18n="agentTitle.title">Subagent name tags</h3>
|
|
54
67
|
<p class="hint" data-i18n="agentTitle.help"></p>
|
|
55
68
|
<div class="rows" id="client-agent-title-rows"></div>
|
|
@@ -19,6 +19,8 @@ const CHATGPT_MODELS = [
|
|
|
19
19
|
{ id: "gpt-5.6-sol", name: "GPT-5.6 Sol" },
|
|
20
20
|
{ id: "gpt-5.6-luna", name: "GPT-5.6 Luna" },
|
|
21
21
|
{ id: "gpt-6-astra", name: "GPT-6 Astra" },
|
|
22
|
+
{ id: "gpt-6-sol", name: "GPT-6 Sol" },
|
|
23
|
+
{ id: "gpt-6-luna", name: "GPT-6 Luna" },
|
|
22
24
|
];
|
|
23
25
|
|
|
24
26
|
const FALLBACK_PRESETS = [
|
package/dist/ui/style.css
CHANGED
|
@@ -84,10 +84,13 @@ nav .nav-spacer { flex: 1 1 auto; }
|
|
|
84
84
|
}
|
|
85
85
|
.lang-toggle:hover { background: var(--border); color: var(--text); }
|
|
86
86
|
|
|
87
|
+
/* The measure belongs to the views, not to `main`: a view that wanted more than `main` allowed got
|
|
88
|
+
it and turned the whole page into a horizontal scroll instead (2026-09-22). `min-width: 0` so a
|
|
89
|
+
flex item may shrink below its content rather than pushing the nav off screen. */
|
|
87
90
|
main {
|
|
88
91
|
flex: 1 1 auto;
|
|
92
|
+
min-width: 0;
|
|
89
93
|
padding: 22px 28px;
|
|
90
|
-
max-width: 980px;
|
|
91
94
|
overflow-x: auto;
|
|
92
95
|
}
|
|
93
96
|
|
|
@@ -110,12 +113,15 @@ h1 {
|
|
|
110
113
|
margin-bottom: 14px;
|
|
111
114
|
}
|
|
112
115
|
|
|
116
|
+
/* Three levels, and they have to differ by more than weight: a card title, the sections inside it,
|
|
117
|
+
and the prose. Titles were --muted while body text is --text, so a heading came out fainter than
|
|
118
|
+
the paragraph under it and the sections ran together. */
|
|
113
119
|
.card h2 {
|
|
114
|
-
font-size:
|
|
115
|
-
letter-spacing: 0
|
|
116
|
-
color: var(--
|
|
120
|
+
font-size: 16px;
|
|
121
|
+
letter-spacing: 0;
|
|
122
|
+
color: var(--text);
|
|
117
123
|
margin: 0 0 10px;
|
|
118
|
-
font-weight:
|
|
124
|
+
font-weight: 650;
|
|
119
125
|
}
|
|
120
126
|
|
|
121
127
|
.rows { display: flex; flex-direction: column; gap: 7px; }
|
|
@@ -225,8 +231,11 @@ label.check input { width: auto; }
|
|
|
225
231
|
.hint { color: var(--muted); font-size: 14px; line-height: 1.45; margin: 4px 0 0; }
|
|
226
232
|
.small { font-size: 14px; color: var(--muted); }
|
|
227
233
|
|
|
228
|
-
.view { display: none; }
|
|
234
|
+
.view { display: none; max-width: 980px; }
|
|
229
235
|
.view.active { display: block; }
|
|
236
|
+
/* Two views are laid out in columns and hold wide tables, so the window is room they can use. A
|
|
237
|
+
paragraph only gets harder to read that way, which is why the rest keep a measure. */
|
|
238
|
+
.providers-view, #view-logs { max-width: none; }
|
|
230
239
|
.actions { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
|
|
231
240
|
.actions.end { justify-content: flex-end; }
|
|
232
241
|
.details { color: var(--muted); font-size: 14px; margin-top: 12px; }
|
|
@@ -251,8 +260,95 @@ label.check input { width: auto; }
|
|
|
251
260
|
.model-check input { width: auto; flex: 0 0 auto; }
|
|
252
261
|
.model-check span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
253
262
|
.model-check small { margin-left: auto; color: var(--muted); font-size: 13px; white-space: nowrap; }
|
|
254
|
-
|
|
255
|
-
|
|
263
|
+
/* The picker tile carries a name, a provider and a context window. On one flex line the name is
|
|
264
|
+
what collapses — it was rendering as "GPT…" — so name owns the first row and the rest share the
|
|
265
|
+
second. The plain .model-check above stays one line for the checklists that only hold a name. */
|
|
266
|
+
.picker-model { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 8px; row-gap: 3px; align-items: center; padding: 8px 9px; border: 1px solid var(--border); border-radius: 6px; background: var(--bg); }
|
|
267
|
+
.picker-model > .pm-main { grid-column: 1 / span 2; display: flex; align-items: center; gap: 7px; min-width: 0; cursor: pointer; }
|
|
268
|
+
.picker-model > .pm-main input { width: auto; flex: 0 0 auto; }
|
|
269
|
+
.picker-model > .pm-main span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
270
|
+
.picker-model > small { grid-column: 1; grid-row: 2; color: var(--muted); font-size: 13px; }
|
|
271
|
+
/* Most models never need their own window, so an empty box on every tile is eight boxes of noise.
|
|
272
|
+
It stays quiet until it is touched or actually holds a value. */
|
|
273
|
+
.picker-model > .model-window { grid-column: 2; grid-row: 2; width: 8ch; padding: 1px 5px; font-size: 13px; text-align: right; color: var(--muted); background: transparent; border-color: transparent; }
|
|
274
|
+
.picker-model > .model-window::-webkit-inner-spin-button { display: none; }
|
|
275
|
+
.picker-model > .model-window:hover,
|
|
276
|
+
.picker-model > .model-window:focus,
|
|
277
|
+
.picker-model > .model-window:not(:placeholder-shown) { color: inherit; background: var(--bg); border-color: var(--border); }
|
|
278
|
+
#client-picker-models { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
|
|
279
|
+
|
|
280
|
+
/* One label column so the selects line up instead of each sizing to its own row. */
|
|
281
|
+
.slot-rows { display: grid; gap: 9px; }
|
|
282
|
+
.slot-row { display: grid; grid-template-columns: 132px minmax(0, 1fr) minmax(0, 1.05fr); gap: 12px; align-items: center; }
|
|
283
|
+
.slot-row .k { color: var(--muted); }
|
|
284
|
+
.slot-row select { width: 100%; }
|
|
285
|
+
.slot-row .hint { margin: 0; font-size: 13px; }
|
|
286
|
+
@media (max-width: 760px) {
|
|
287
|
+
.slot-row { grid-template-columns: 1fr; gap: 4px; }
|
|
288
|
+
.slot-row .k { font-size: 14px; }
|
|
289
|
+
}
|
|
290
|
+
.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
|
|
291
|
+
.page-heading > .btn { flex: 0 0 auto; }
|
|
292
|
+
.provider-workspace { min-height: 610px; display: grid; grid-template-columns: 260px minmax(0, 1fr); overflow: hidden; background: var(--panel); border: 1px solid var(--border); border-radius: 10px; }
|
|
293
|
+
.provider-rail { min-width: 0; border-right: 1px solid var(--border); background: color-mix(in srgb, var(--bg) 74%, var(--panel)); }
|
|
294
|
+
.provider-rail-tools { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; padding: 11px; border-bottom: 1px solid var(--border); }
|
|
295
|
+
.provider-rail-tools input { background: var(--panel); }
|
|
296
|
+
.provider-rail-tools .icon-btn { border: 1px solid var(--border); background: var(--panel); color: var(--text); font-size: 19px; line-height: 1; }
|
|
297
|
+
.provider-list { padding: 7px; display: grid; gap: 4px; }
|
|
298
|
+
.provider-rail-item { appearance: none; width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 10px; color: var(--text); text-align: left; cursor: pointer; background: transparent; border: 1px solid transparent; border-radius: 7px; }
|
|
299
|
+
.provider-rail-item:hover { background: var(--panel); border-color: var(--border); }
|
|
300
|
+
.provider-rail-item.selected { background: color-mix(in srgb, var(--accent) 11%, var(--panel)); border-color: color-mix(in srgb, var(--accent) 35%, var(--border)); }
|
|
301
|
+
.provider-rail-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
|
|
302
|
+
.provider-rail-copy strong, .provider-rail-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
303
|
+
.provider-rail-copy span { color: var(--muted); font-size: 13px; }
|
|
304
|
+
.provider-rail-item .badge { width: 8px; height: 8px; padding: 0; font-size: 0; }
|
|
305
|
+
.provider-rail-item .badge.dot::before { width: 8px; height: 8px; }
|
|
306
|
+
.provider-rail-empty { padding: 24px 13px; color: var(--muted); font-size: 14px; text-align: center; }
|
|
307
|
+
.provider-detail { min-width: 0; }
|
|
308
|
+
.provider-detail-empty { min-height: 500px; display: grid; place-items: center; color: var(--muted); }
|
|
309
|
+
.provider-detail-header { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 20px 14px; }
|
|
310
|
+
.provider-title-line { display: flex; align-items: center; gap: 9px; }
|
|
311
|
+
.provider-title-line h2 { margin: 0; font-size: 19px; }
|
|
312
|
+
.provider-detail-header p { margin: 4px 0 0; }
|
|
313
|
+
.provider-detail-actions { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
|
|
314
|
+
.provider-tabs { display: flex; gap: 4px; padding: 0 18px; border-bottom: 1px solid var(--border); }
|
|
315
|
+
.provider-tabs button { appearance: none; cursor: pointer; padding: 9px 10px; color: var(--muted); font: inherit; background: transparent; border: 0; border-bottom: 2px solid transparent; }
|
|
316
|
+
.provider-tabs button:hover { color: var(--text); }
|
|
317
|
+
.provider-tabs button.active { color: var(--accent); border-bottom-color: var(--accent); font-weight: 650; }
|
|
318
|
+
.provider-panel { padding: 18px 20px 24px; display: grid; gap: 14px; }
|
|
319
|
+
.detail-section { padding: 16px; background: var(--panel); border: 1px solid var(--border); border-radius: 8px; }
|
|
320
|
+
.detail-section h3 { margin: 0 0 5px; font-size: 15px; }
|
|
321
|
+
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
|
|
322
|
+
.section-heading .hint { max-width: 610px; }
|
|
323
|
+
.detail-setting-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 9px 0; }
|
|
324
|
+
.setting-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
|
|
325
|
+
.setting-copy > span { color: var(--muted); font-size: 14px; line-height: 1.4; }
|
|
326
|
+
.provider-detail-error { margin-bottom: 0; }
|
|
327
|
+
.model-chip-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
|
|
328
|
+
.model-chip { padding: 5px 9px; border-radius: 999px; color: var(--text); background: var(--bg); border: 1px solid var(--border); font-size: 14px; }
|
|
329
|
+
.provider-model-list { display: grid; gap: 7px; }
|
|
330
|
+
.provider-model-row { display: grid; grid-template-columns: minmax(140px, .7fr) minmax(180px, 1fr) auto; gap: 10px; align-items: center; padding: 10px 11px; border: 1px solid var(--border); border-radius: 7px; background: var(--bg); }
|
|
331
|
+
.provider-model-row > * { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
332
|
+
.account-count { margin: 6px 0 0; font-size: 18px; font-weight: 650; }
|
|
333
|
+
.rotation-row { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
|
|
334
|
+
.notice { display: flex; flex-direction: column; gap: 4px; margin-top: 12px; padding: 11px 12px; border-radius: 7px; font-size: 14px; line-height: 1.45; }
|
|
335
|
+
.notice.warn { color: var(--text); background: color-mix(in srgb, var(--warn) 12%, var(--panel)); border: 1px solid color-mix(in srgb, var(--warn) 32%, var(--border)); }
|
|
336
|
+
.notice.warn strong { color: var(--warn); }
|
|
337
|
+
.account-card-list { display: grid; gap: 8px; }
|
|
338
|
+
.account-card { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 12px; align-items: center; padding: 12px 13px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; }
|
|
339
|
+
.account-card.current { background: color-mix(in srgb, var(--accent) 6%, var(--bg)); }
|
|
340
|
+
.account-card-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
|
|
341
|
+
.account-card-copy strong, .account-card-copy > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
342
|
+
.account-card-copy .hint { margin: 1px 0 0; }
|
|
343
|
+
.account-card-actions { display: flex; gap: 6px; }
|
|
344
|
+
.danger-section { border-color: color-mix(in srgb, var(--bad) 30%, var(--border)); }
|
|
345
|
+
.danger-section .btn { margin-top: 12px; }
|
|
346
|
+
.oauth-consent .notice { margin: 14px 0; }
|
|
347
|
+
.oauth-accept { margin: 13px 0 4px; align-items: flex-start !important; }
|
|
348
|
+
.oauth-progress { display: grid; gap: 12px; margin-top: 15px; }
|
|
349
|
+
.oauth-progress p { margin: 0; }
|
|
350
|
+
.login-link { color: var(--accent); font-weight: 600; }
|
|
351
|
+
button.btn.compact { padding: 4px 9px; font-size: 14px; }
|
|
256
352
|
.provider-status { display: grid; grid-template-columns: minmax(120px, 1fr) auto; gap: 8px; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--border); }
|
|
257
353
|
.provider-status:last-child { border-bottom: none; }
|
|
258
354
|
.empty-card { color: var(--muted); padding: 28px 16px; border: 1px dashed var(--border); border-radius: 8px; text-align: center; }
|
|
@@ -281,9 +377,21 @@ label.check input { width: auto; }
|
|
|
281
377
|
.advanced-content { padding-top: 3px; }
|
|
282
378
|
.picker-check { margin-top: 15px; }
|
|
283
379
|
.client-models { margin-top: 15px; }
|
|
284
|
-
|
|
380
|
+
/* A section inside a card: full contrast like the title, a step smaller, and with room above it so
|
|
381
|
+
the eye sees where one section ends and the next begins. */
|
|
382
|
+
.client-models h3, .card h3 { color: var(--text); font-size: 14px; letter-spacing: 0; margin: 18px 0 6px; font-weight: 600; }
|
|
383
|
+
.client-models h3:first-child, .card h3:first-child { margin-top: 0; }
|
|
384
|
+
.client-divider + h3 { margin-top: 0; }
|
|
285
385
|
.client-divider { border-top: 1px solid var(--border); margin: 18px 0 14px; }
|
|
286
386
|
|
|
387
|
+
@media (max-width: 860px) {
|
|
388
|
+
.provider-workspace { grid-template-columns: 220px minmax(0, 1fr); }
|
|
389
|
+
.provider-detail-header { align-items: flex-start; }
|
|
390
|
+
.provider-detail-actions { max-width: 220px; }
|
|
391
|
+
.account-card { grid-template-columns: minmax(0, 1fr) auto; }
|
|
392
|
+
.account-card-actions { grid-column: 1 / -1; }
|
|
393
|
+
}
|
|
394
|
+
|
|
287
395
|
@media (max-width: 680px) {
|
|
288
396
|
body { display: block; }
|
|
289
397
|
nav { width: 100%; border-right: 0; border-bottom: 1px solid var(--border); padding: 9px; flex-direction: row; overflow-x: auto; align-items: center; }
|
|
@@ -293,6 +401,21 @@ label.check input { width: auto; }
|
|
|
293
401
|
.row { align-items: flex-start; flex-direction: column; gap: 4px; }
|
|
294
402
|
.row .v { text-align: left; }
|
|
295
403
|
.provider-status { grid-template-columns: 1fr; }
|
|
404
|
+
.page-heading { align-items: center; }
|
|
405
|
+
.page-heading .subtitle { margin-bottom: 14px; }
|
|
406
|
+
.provider-workspace { display: block; min-height: 0; overflow: visible; }
|
|
407
|
+
.provider-rail { border-right: 0; border-bottom: 1px solid var(--border); }
|
|
408
|
+
.provider-list { display: flex; overflow-x: auto; padding: 7px; }
|
|
409
|
+
.provider-rail-item { flex: 0 0 210px; }
|
|
410
|
+
.provider-detail-header { min-height: 0; padding: 15px 14px 10px; flex-direction: column; align-items: stretch; }
|
|
411
|
+
.provider-detail-actions { max-width: none; justify-content: flex-start; }
|
|
412
|
+
.provider-tabs { padding: 0 9px; overflow-x: auto; }
|
|
413
|
+
.provider-panel { padding: 13px; }
|
|
414
|
+
.section-heading, .detail-setting-row { align-items: flex-start; }
|
|
415
|
+
.section-heading { flex-direction: column; }
|
|
416
|
+
.provider-model-row { grid-template-columns: 1fr; gap: 3px; }
|
|
417
|
+
.account-card { grid-template-columns: minmax(0, 1fr) auto; }
|
|
418
|
+
.account-card-actions { grid-column: 1 / -1; flex-wrap: wrap; }
|
|
296
419
|
.modal { padding: 19px 16px; }
|
|
297
420
|
}
|
|
298
421
|
|
|
@@ -319,6 +442,7 @@ input, select, textarea, button { font-size: 15px; }
|
|
|
319
442
|
.logs-chip { min-width: 0; border: 1px solid var(--border); border-radius: 7px; padding: 10px 11px; background: var(--panel); }
|
|
320
443
|
.logs-chip .label { display: block; color: var(--muted); font-size: 14px; margin-bottom: 4px; }
|
|
321
444
|
.logs-chip .value { display: block; font-size: 16px; font-weight: 650; font-variant-numeric: tabular-nums; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
445
|
+
.logs-chip .sub { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; white-space: nowrap; }
|
|
322
446
|
.logs-controls { justify-content: flex-start; }
|
|
323
447
|
.logs-filter { display: inline-flex; align-items: center; gap: 7px; color: var(--text); font-size: 15px; }
|
|
324
448
|
.logs-filter select { width: auto; min-width: 120px; }
|