Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .serena/project.local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file allows you to locally override settings in project.yml for development purposes.
#
# Use the same keys as in project.yml here. Any setting you specify will override the corresponding
# setting in project.yml, allowing you to customise the configuration for your local development environment
# without affecting the project configuration in project.yml (which is intended to be versioned).
22 changes: 22 additions & 0 deletions packages/cli/src/i18n/locales/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,30 @@ export default {
// ============================================================================
'Starting a new session, resetting chat, and clearing terminal.':
'Iniciant una nova sessió, restablint el xat i netejant el terminal.',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'Starting a new session and clearing.':
'Iniciant una nova sessió i netejant.',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',

// ============================================================================
// Ordres - Comprimir
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/src/i18n/locales/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,28 @@ export default {
'Authentifizierungstyp nicht verfügbar.',
'No models available for the current authentication type ({{authType}}).':
'Keine Modelle für den aktuellen Authentifizierungstyp ({{authType}}) verfügbar.',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',

// ============================================================================
// Commands - Clear
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/src/i18n/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,29 @@ export default {
'Authentication type not available.': 'Authentication type not available.',
'No models available for the current authentication type ({{authType}}).':
'No models available for the current authentication type ({{authType}}).',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}':
'Failed to fetch models from {{url}}: {{error}}',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',

// ============================================================================
// Commands - Clear
Expand Down
24 changes: 22 additions & 2 deletions packages/cli/src/i18n/locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,28 @@ export default {
// ============================================================================
'Already compressing, wait for previous request to complete':
'Compression déjà en cours, attendez que la demande précédente se termine',
'Failed to compress chat history.':
"Échec de la compression de l'historique du chat.",
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',
'Failed to compress chat history: {{error}}':
"Échec de la compression de l'historique du chat : {{error}}",
'Compressing chat history': "Compression de l'historique du chat",
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/src/i18n/locales/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,28 @@ export default {
'Authentication type not available.': '認証タイプが利用できません',
'No models available for the current authentication type ({{authType}}).':
'現在の認証タイプ({{authType}})で利用可能なモデルはありません',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',
// Clear
'Starting a new session, resetting chat, and clearing terminal.':
'新しいセッションを開始し、チャットをリセットし、ターミナルをクリアしています',
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/src/i18n/locales/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,28 @@ export default {
'Authentication type not available.': 'Tipo de autenticação não disponível.',
'No models available for the current authentication type ({{authType}}).':
'Nenhum modelo disponível para o tipo de autenticação atual ({{authType}}).',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',

// ============================================================================
// Commands - Clear
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/src/i18n/locales/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,28 @@ export default {
'Authentication type not available.': 'Тип авторизации недоступен.',
'No models available for the current authentication type ({{authType}}).':
'Нет доступных моделей для текущего типа авторизации ({{authType}}).',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',

// ============================================================================
// Команды - Очистка
Expand Down
22 changes: 22 additions & 0 deletions packages/cli/src/i18n/locales/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,28 @@ export default {
'Authentication type not available.': '認證類型不可用',
'No models available for the current authentication type ({{authType}}).':
'當前認證類型 ({{authType}}) 沒有可用的模型',
'List available models from the configured API endpoint':
'List available models from the configured API endpoint',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'No baseUrl configured. Please configure modelProviders or set the API endpoint.',
'Failed to fetch models from {{url}}: {{error}}': 'Failed to fetch models: ',
'No models found from the configured endpoint.':
'No models found from the configured endpoint.',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.',
'Invalid baseUrl: must be a valid URL':
'Invalid baseUrl: must be a valid URL',
'baseUrl must use HTTPS': 'baseUrl must use HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl points to a private IP address (SSRF check)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'Request to {{url}} failed ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'Unexpected response format: missing data array',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.',
'Starting a new session, resetting chat, and clearing terminal.':
'正在開始新會話,重置聊天並清屏。',
'Starting a new session and clearing.': '正在開始新會話並清屏。',
Expand Down
21 changes: 21 additions & 0 deletions packages/cli/src/i18n/locales/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,27 @@ export default {
'Authentication type not available.': '认证类型不可用',
'No models available for the current authentication type ({{authType}}).':
'当前认证类型 ({{authType}}) 没有可用的模型',
'List available models from the configured API endpoint':
'从配置的 API 端点列出可用模型',
'No baseUrl configured. Please configure modelProviders or set the API endpoint.':
'未配置 baseUrl。请配置 modelProviders 或设置 API 端点。',
'Failed to fetch models from {{url}}: {{error}}': '获取模型失败:',
'No models found from the configured endpoint.': '从配置的端点未找到模型。',
'Current fast model: {{fastModel}}\nUse "/model --fast <model-id>" to set fast model.':
'当前快速模型:{{fastModel}}\n使用 "/model --fast <model-id>" 设置快速模型。',
'Current model: {{currentModel}}\nUse "/model <model-id>" to switch models or "/model --fast <model-id>" to set the fast model.':
'当前模型:{{currentModel}}\n使用 "/model <model-id>" 切换模型,或使用 "/model --fast <model-id>" 设置快速模型。',
'Invalid baseUrl: must be a valid URL':
'无效的 baseUrl:必须是一个有效的 URL',
'baseUrl must use HTTPS': 'baseUrl 必须使用 HTTPS',
'baseUrl points to a private IP address (SSRF check)':
'baseUrl 指向私有 IP 地址(SSRF 检查)',
'Request to {{url}} failed ({{status}}): {{sanitized}}':
'请求失败 ({{status}}): {{sanitized}}',
'Unexpected response format: missing data array':
'非预期的响应格式:缺少 data 数组',
'Model discovery is not supported for Qwen OAuth. Please switch to an OpenAI-compatible provider.':
'Qwen OAuth 不支持模型发现。请切换到 OpenAI 兼容的提供商。',

// ============================================================================
// Commands - Clear
Expand Down
Loading
Loading