Compare commits

...

4 Commits

Author SHA1 Message Date
Simos Mikelatos
af28e73b24 Merge branch 'main' into refactor/shared-and-tasks-components 2026-03-05 23:47:29 +01:00
viper151
786b00ad87 fix: i18n translations 2026-03-05 23:47:14 +01:00
Simos Mikelatos
8d28438fe7 Update index.html with manifest crossorigin 2026-03-05 23:19:42 +01:00
Simos Mikelatos
03a8f41b21 Adding gpt-5.4 2026-03-05 22:26:58 +01:00
6 changed files with 56 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
<title>CloudCLI UI</title>
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<!-- iOS Safari PWA Meta Tags -->
<meta name="mobile-web-app-capable" content="yes" />
@@ -45,4 +45,4 @@
}
</script>
</body>
</html>
</html>

View File

@@ -28,6 +28,8 @@ export const CLAUDE_MODELS = {
*/
export const CURSOR_MODELS = {
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: 'gemini-3-pro', label: 'Gemini 3 Pro' },
{ value: 'opus-4.5-thinking', label: 'Claude 4.5 Opus (Thinking)' },
@@ -47,7 +49,7 @@ export const CURSOR_MODELS = {
{ value: 'grok', label: 'Grok' }
],
DEFAULT: 'gpt-5'
DEFAULT: 'gpt-5-3-codex'
};
/**
@@ -55,6 +57,8 @@ export const CURSOR_MODELS = {
*/
export const CODEX_MODELS = {
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.2-codex', label: 'GPT-5.2 Codex' },
{ value: 'gpt-5.2', label: 'GPT-5.2' },
@@ -63,7 +67,7 @@ export const CODEX_MODELS = {
{ value: 'o4-mini', label: 'O4-mini' }
],
DEFAULT: 'gpt-5.3-codex'
DEFAULT: 'gpt-5.4'
};
/**

View File

@@ -118,7 +118,18 @@
"newFile": "New File (Cmd+N)",
"newFolder": "New Folder (Cmd+Shift+N)",
"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": {
"title": "Create New Project",

View File

@@ -118,7 +118,18 @@
"newFile": "新規ファイル (Cmd+N)",
"newFolder": "新規フォルダ (Cmd+Shift+N)",
"refresh": "更新",
"collapseAll": "すべて折りたたむ"
"collapseAll": "すべて折りたたむ",
"context": {
"rename": "名前を変更",
"delete": "削除",
"copyPath": "パスをコピー",
"download": "ダウンロード",
"newFile": "新しいファイル",
"newFolder": "新しいフォルダ",
"refresh": "更新",
"menuLabel": "ファイルのコンテキストメニュー",
"loading": "読み込み中..."
}
},
"projectWizard": {
"title": "新規プロジェクトを作成",

View File

@@ -118,7 +118,18 @@
"newFile": "새 파일 (Cmd+N)",
"newFolder": "새 폴더 (Cmd+Shift+N)",
"refresh": "새로고침",
"collapseAll": "모두 접기"
"collapseAll": "모두 접기",
"context": {
"rename": "이름 변경",
"delete": "삭제",
"copyPath": "경로 복사",
"download": "다운로드",
"newFile": "새 파일",
"newFolder": "새 폴더",
"refresh": "새로 고침",
"menuLabel": "파일 컨텍스트 메뉴",
"loading": "로딩 중..."
}
},
"projectWizard": {
"title": "새 프로젝트 생성",

View File

@@ -118,7 +118,18 @@
"newFile": "新建文件 (Cmd+N)",
"newFolder": "新建文件夹 (Cmd+Shift+N)",
"refresh": "刷新",
"collapseAll": "全部折叠"
"collapseAll": "全部折叠",
"context": {
"rename": "重命名",
"delete": "删除",
"copyPath": "复制路径",
"download": "下载",
"newFile": "新建文件",
"newFolder": "新建文件夹",
"refresh": "刷新",
"menuLabel": "文件上下文菜单",
"loading": "加载中..."
}
},
"projectWizard": {
"title": "创建新项目",