feat(acp): surface Claude API retry state in chat input
Enable raw Claude SDK forwarding for ACP sessions and emit only system/api_retry events to the frontend. Show a localized single-line retry banner with loading under the conversation input, including error details and retry progress.
This commit is contained in:
@@ -1449,7 +1449,17 @@
|
||||
"toolFallbackTitle": "Outil",
|
||||
"eventErrorTitle": "Erreur de l'agent",
|
||||
"notificationTurnComplete": "{agent} a terminé de répondre",
|
||||
"notificationError": "{agent} erreur : {message}"
|
||||
"notificationError": "{agent} erreur : {message}",
|
||||
"claudeApiRetry": {
|
||||
"fallbackError": "authentication_failed",
|
||||
"retryingWithMax": "nouvelle tentative {attempt}/{max}",
|
||||
"retryingAttempt": "nouvelle tentative {attempt}",
|
||||
"retrying": "nouvelle tentative",
|
||||
"nextRetryIn": "prochaine dans {seconds}s",
|
||||
"line": "{error}{status} · {retry}",
|
||||
"lineWithDelay": "{error}{status} · {retry}, {delay}",
|
||||
"httpStatus": " (HTTP {status})"
|
||||
}
|
||||
},
|
||||
"connectionLifecycle": {
|
||||
"tasks": {
|
||||
|
||||
Reference in New Issue
Block a user