You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actions: {stopFailedTitle: 'Failed to stop',stopFailedFallback: 'The task action failed. Try again later.',refreshSessionsFailedTitle: 'Failed to refresh tasks',refreshSessionsFailedFallback: 'The task list could not be refreshed. Try again later.',conversationErrorTitle: 'Task error',conversationErrorFallback: 'The task run failed. Try again later.',regenerateStartedTitle: 'Regeneration started',regenerateStartedDescription: 'Generating a new response',branchCreatedTitle: 'Branch created',branchCreatedDescription: (name)=>`New task: ${name}`,revisionStartedTitle: 'Edit draft ready',revisionStartedDescription: 'The original task is kept; sending creates a new version',revisionReadyTitle: 'Ready to edit and resend',revisionReadyDescription: 'Rewound to before that message; edit and send when ready',revisionUnavailableTitle: 'This message cannot be edited yet',revisionAttachmentsUnsupported: 'Edit & resend does not yet support historical attachments. Copy the text into a new message instead.',revisionTransformedTextUnsupported: 'Edit & resend does not yet support messages sent with an explicit skill. Copy the text and select the skill again instead.',revisionDraftAttachmentConflict: 'The composer already has pending attachments. Send or remove them before editing a sent message.',revisionCommandUnsupported: 'You cannot run /compact, /side, or orchestration commands while editing a sent message. Cancel the edit first.',revisionAlreadyActive: 'Another message is already being edited. Send or cancel that edit first.',revisionCancelLabel: 'Cancel',revisionBannerTitle: 'Editing sent message',revisionBannerDetail: '· New version on send',revisionUnchanged: 'Nothing changed. Use Regenerate if you only want a new answer.',operationFailedTitle: 'Action failed',operationFailedFallback: 'The task action failed. Try again later.',attachmentFailedTitle: 'Failed to add attachment',tryAgain: 'Try again later.',modelReboundTitle: 'Switched to an available model',modelReboundDescription: (modelId)=>`The previous connection is unavailable${modelId ? ` · ${modelId}` : ''}`,messageReadFailedTitle: 'Failed to load task',returnLatest: 'Return to latest',scrollMainToBottom: 'Scroll main conversation to bottom'},
@@ -794,7 +795,7 @@ const COPY = {
794
795
reauth: {label: 'Last connection test failed authentication',tooltip: 'The latest test returned 401 / 403. Sending is not blocked, but sign in again under Settings · Models if it fails.'},
795
796
testError: {label: 'Last connection test failed',tooltip: 'The latest test failed because of a network, timeout, or 5xx error. Sending is not blocked; check Base URL or proxy settings if it persists.'},
796
797
},
797
-
turnError: {unknown: 'Unknown error',contextOverflow: 'Context window exceeded',timeout: 'Request timed out',auth: 'Authentication failed',providerBilling: 'Provider billing required',rateLimit: 'Model rate limit reached',network: 'Network error',provider: 'Model service error',stepCap: 'Tool-step limit reached',tool: 'Tool call failed',permission: 'Waiting for permission',restarted: 'The app restarted before the previous turn completed',sandboxBoundaryClosed: 'The app restarted, so the pending request to reach outside the workspace was closed as denied',recovery: {safeResume: 'Inspect the current state, then try safe recovery',stepCap: 'The task may be incomplete; continue from here',toolError: 'Inspect the tool result before retrying',connection: 'Check the model connection or sign-in status',partial: 'Partial output was retained; continue from here',toolRecord: 'Tool history was retained; inspect it before retrying',retry: 'No tools ran; retry directly',contextOverflow: 'Context is still too large; reduce attachments or start a new task',sandboxBoundaryClosed: 'Access was not widened; retry the turn to decide again'}},
798
+
turnError: {unknown: 'Unknown error',contextOverflow: 'Context window exceeded',timeout: 'Request timed out',auth: 'Authentication failed',providerBilling: 'Provider billing required',providerCapacity: 'The model service is temporarily at capacity. Wait and retry, or switch models.',rateLimit: 'Model rate limit reached',network: 'Network error',provider: 'Model service error',stepCap: 'Tool-step limit reached',tool: 'Tool call failed',permission: 'Waiting for permission',restarted: 'The app restarted before the previous turn completed',sandboxBoundaryClosed: 'The app restarted, so the pending request to reach outside the workspace was closed as denied',recovery: {safeResume: 'Inspect the current state, then try safe recovery',stepCap: 'The task may be incomplete; continue from here',toolError: 'Inspect the tool result before retrying',connection: 'Check the model connection or sign-in status',partial: 'Partial output was retained; continue from here',toolRecord: 'Tool history was retained; inspect it before retrying',retry: 'No tools ran; retry directly',capacity: 'The model service is at capacity. Wait a few minutes or switch models before retrying.',contextOverflow: 'Context is still too large; reduce attachments or start a new task',sandboxBoundaryClosed: 'Access was not widened; retry the turn to decide again'}},
0 commit comments