mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-14 02:17:27 +00:00
Compare commits
4 Commits
3c10355009
...
refactor/s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af28e73b24 | ||
|
|
786b00ad87 | ||
|
|
8d28438fe7 | ||
|
|
03a8f41b21 |
@@ -8,7 +8,7 @@
|
|||||||
<title>CloudCLI UI</title>
|
<title>CloudCLI UI</title>
|
||||||
|
|
||||||
<!-- PWA Manifest -->
|
<!-- PWA Manifest -->
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
|
||||||
|
|
||||||
<!-- iOS Safari PWA Meta Tags -->
|
<!-- iOS Safari PWA Meta Tags -->
|
||||||
<meta name="mobile-web-app-capable" content="yes" />
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
|
|||||||
@@ -28,6 +28,8 @@ export const CLAUDE_MODELS = {
|
|||||||
*/
|
*/
|
||||||
export const CURSOR_MODELS = {
|
export const CURSOR_MODELS = {
|
||||||
OPTIONS: [
|
OPTIONS: [
|
||||||
|
{ value: 'opus-4.6-thinking', label: 'Claude 4.6 Opus (Thinking)' },
|
||||||
|
{ value: 'gpt-5.3-codex', label: 'GPT-5.3' },
|
||||||
{ value: 'gpt-5.2-high', label: 'GPT-5.2 High' },
|
{ value: 'gpt-5.2-high', label: 'GPT-5.2 High' },
|
||||||
{ value: 'gemini-3-pro', label: 'Gemini 3 Pro' },
|
{ value: 'gemini-3-pro', label: 'Gemini 3 Pro' },
|
||||||
{ value: 'opus-4.5-thinking', label: 'Claude 4.5 Opus (Thinking)' },
|
{ value: 'opus-4.5-thinking', label: 'Claude 4.5 Opus (Thinking)' },
|
||||||
@@ -47,7 +49,7 @@ export const CURSOR_MODELS = {
|
|||||||
{ value: 'grok', label: 'Grok' }
|
{ value: 'grok', label: 'Grok' }
|
||||||
],
|
],
|
||||||
|
|
||||||
DEFAULT: 'gpt-5'
|
DEFAULT: 'gpt-5-3-codex'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -55,6 +57,8 @@ export const CURSOR_MODELS = {
|
|||||||
*/
|
*/
|
||||||
export const CODEX_MODELS = {
|
export const CODEX_MODELS = {
|
||||||
OPTIONS: [
|
OPTIONS: [
|
||||||
|
{ value: 'gpt-5.4', label: 'GPT-5.4' },
|
||||||
|
{ value: 'gpt-5.3-codex', label: 'GPT-5.3 Codex' },
|
||||||
{ value: 'gpt-5.3-codex', label: 'GPT-5.3 Codex' },
|
{ value: 'gpt-5.3-codex', label: 'GPT-5.3 Codex' },
|
||||||
{ value: 'gpt-5.2-codex', label: 'GPT-5.2 Codex' },
|
{ value: 'gpt-5.2-codex', label: 'GPT-5.2 Codex' },
|
||||||
{ value: 'gpt-5.2', label: 'GPT-5.2' },
|
{ value: 'gpt-5.2', label: 'GPT-5.2' },
|
||||||
@@ -63,7 +67,7 @@ export const CODEX_MODELS = {
|
|||||||
{ value: 'o4-mini', label: 'O4-mini' }
|
{ value: 'o4-mini', label: 'O4-mini' }
|
||||||
],
|
],
|
||||||
|
|
||||||
DEFAULT: 'gpt-5.3-codex'
|
DEFAULT: 'gpt-5.4'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -118,7 +118,18 @@
|
|||||||
"newFile": "New File (Cmd+N)",
|
"newFile": "New File (Cmd+N)",
|
||||||
"newFolder": "New Folder (Cmd+Shift+N)",
|
"newFolder": "New Folder (Cmd+Shift+N)",
|
||||||
"refresh": "Refresh",
|
"refresh": "Refresh",
|
||||||
"collapseAll": "Collapse All"
|
"collapseAll": "Collapse All",
|
||||||
|
"context": {
|
||||||
|
"rename": "Rename",
|
||||||
|
"delete": "Delete",
|
||||||
|
"copyPath": "Copy Path",
|
||||||
|
"download": "Download",
|
||||||
|
"newFile": "New File",
|
||||||
|
"newFolder": "New Folder",
|
||||||
|
"refresh": "Refresh",
|
||||||
|
"menuLabel": "File context menu",
|
||||||
|
"loading": "Loading..."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"projectWizard": {
|
"projectWizard": {
|
||||||
"title": "Create New Project",
|
"title": "Create New Project",
|
||||||
|
|||||||
@@ -118,7 +118,18 @@
|
|||||||
"newFile": "新規ファイル (Cmd+N)",
|
"newFile": "新規ファイル (Cmd+N)",
|
||||||
"newFolder": "新規フォルダ (Cmd+Shift+N)",
|
"newFolder": "新規フォルダ (Cmd+Shift+N)",
|
||||||
"refresh": "更新",
|
"refresh": "更新",
|
||||||
"collapseAll": "すべて折りたたむ"
|
"collapseAll": "すべて折りたたむ",
|
||||||
|
"context": {
|
||||||
|
"rename": "名前を変更",
|
||||||
|
"delete": "削除",
|
||||||
|
"copyPath": "パスをコピー",
|
||||||
|
"download": "ダウンロード",
|
||||||
|
"newFile": "新しいファイル",
|
||||||
|
"newFolder": "新しいフォルダ",
|
||||||
|
"refresh": "更新",
|
||||||
|
"menuLabel": "ファイルのコンテキストメニュー",
|
||||||
|
"loading": "読み込み中..."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"projectWizard": {
|
"projectWizard": {
|
||||||
"title": "新規プロジェクトを作成",
|
"title": "新規プロジェクトを作成",
|
||||||
|
|||||||
@@ -118,7 +118,18 @@
|
|||||||
"newFile": "새 파일 (Cmd+N)",
|
"newFile": "새 파일 (Cmd+N)",
|
||||||
"newFolder": "새 폴더 (Cmd+Shift+N)",
|
"newFolder": "새 폴더 (Cmd+Shift+N)",
|
||||||
"refresh": "새로고침",
|
"refresh": "새로고침",
|
||||||
"collapseAll": "모두 접기"
|
"collapseAll": "모두 접기",
|
||||||
|
"context": {
|
||||||
|
"rename": "이름 변경",
|
||||||
|
"delete": "삭제",
|
||||||
|
"copyPath": "경로 복사",
|
||||||
|
"download": "다운로드",
|
||||||
|
"newFile": "새 파일",
|
||||||
|
"newFolder": "새 폴더",
|
||||||
|
"refresh": "새로 고침",
|
||||||
|
"menuLabel": "파일 컨텍스트 메뉴",
|
||||||
|
"loading": "로딩 중..."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"projectWizard": {
|
"projectWizard": {
|
||||||
"title": "새 프로젝트 생성",
|
"title": "새 프로젝트 생성",
|
||||||
|
|||||||
@@ -118,7 +118,18 @@
|
|||||||
"newFile": "新建文件 (Cmd+N)",
|
"newFile": "新建文件 (Cmd+N)",
|
||||||
"newFolder": "新建文件夹 (Cmd+Shift+N)",
|
"newFolder": "新建文件夹 (Cmd+Shift+N)",
|
||||||
"refresh": "刷新",
|
"refresh": "刷新",
|
||||||
"collapseAll": "全部折叠"
|
"collapseAll": "全部折叠",
|
||||||
|
"context": {
|
||||||
|
"rename": "重命名",
|
||||||
|
"delete": "删除",
|
||||||
|
"copyPath": "复制路径",
|
||||||
|
"download": "下载",
|
||||||
|
"newFile": "新建文件",
|
||||||
|
"newFolder": "新建文件夹",
|
||||||
|
"refresh": "刷新",
|
||||||
|
"menuLabel": "文件上下文菜单",
|
||||||
|
"loading": "加载中..."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"projectWizard": {
|
"projectWizard": {
|
||||||
"title": "创建新项目",
|
"title": "创建新项目",
|
||||||
|
|||||||
Reference in New Issue
Block a user