We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556facc commit ae99055Copy full SHA for ae99055
src/i18n/locales/en/tools.json
@@ -15,6 +15,19 @@
15
"policy_restriction": "Failed to create new task due to policy restrictions."
16
}
17
},
18
+ "executeCommand": {
19
+ "workingDirMissing": "Working directory '{{workingDir}}' does not exist.",
20
+ "shellIntegrationGenericError": "Command execution failed due to an unexpected shell integration error."
21
+ },
22
+ "fetchInstructions": {
23
+ "errors": {
24
+ "invalidRequest": "Invalid request"
25
+ }
26
27
+ "generic": {
28
+ "noChanges": "No changes were made.",
29
+ "changesRejected": "Changes were rejected."
30
31
"errors": {
32
"toolCallError": "Tool call error: {{toolName}}",
33
"toolExecutionError": "Tool execution error",
0 commit comments