* feat(ui): toggle tool call input yaml * ui: rename tool input toggle and add IO headers * ui: add input/output accordions in tool calls * ui: refine tool IO accordion styling * ui: remove extra padding around IO sections * ui: remove semibold from IO headers * feat(ui): add tool input visibility preference * fix(ui): scope tool input toggle to current tool call * ui: left-align tool IO header text * fix(ui): let palette tool input visibility override per-call * ui: default tool input visibility to collapsed * fix(ui): expand read tool calls on error --------- Co-authored-by: Shantur Rathore <i@shantur.com>
133 lines
6.4 KiB
TypeScript
133 lines
6.4 KiB
TypeScript
export const toolCallMessages = {
|
|
"toolCall.pending.waitingToRun": "Waiting to run...",
|
|
"toolCall.error.label": "Error:",
|
|
|
|
"toolCall.header.copyTitle": "Copy tool call title",
|
|
"toolCall.header.copyAriaLabel": "Copy tool call title",
|
|
|
|
"toolCall.header.showInputTitle": "Show Tool Arguments",
|
|
"toolCall.header.showInputAriaLabel": "Show Tool Arguments",
|
|
"toolCall.header.hideInputTitle": "Hide Tool Arguments",
|
|
"toolCall.header.hideInputAriaLabel": "Hide Tool Arguments",
|
|
|
|
"toolCall.io.input": "Tool Input",
|
|
"toolCall.io.output": "Tool Output",
|
|
|
|
"toolCall.diff.label": "Diff",
|
|
"toolCall.diff.label.withPath": "Diff · {path}",
|
|
"toolCall.diff.viewMode.ariaLabel": "Diff view mode",
|
|
"toolCall.diff.viewMode.split": "Split",
|
|
"toolCall.diff.viewMode.unified": "Unified",
|
|
|
|
"toolCall.diagnostics.title": "Diagnostics",
|
|
"toolCall.diagnostics.ariaLabel": "Diagnostics",
|
|
"toolCall.diagnostics.ariaLabel.withLabel": "Diagnostics {label}",
|
|
"toolCall.diagnostics.severity.error.short": "ERR",
|
|
"toolCall.diagnostics.severity.warning.short": "WARN",
|
|
"toolCall.diagnostics.severity.info.short": "INFO",
|
|
|
|
"toolCall.renderer.toolName.shell": "Shell",
|
|
"toolCall.renderer.toolName.fetch": "Fetch",
|
|
"toolCall.renderer.toolName.invalid": "Invalid",
|
|
"toolCall.renderer.toolName.plan": "Plan",
|
|
"toolCall.renderer.toolName.applyPatch": "Apply patch",
|
|
|
|
"toolCall.renderer.action.working": "Working...",
|
|
"toolCall.renderer.action.writingCommand": "Writing command...",
|
|
"toolCall.renderer.action.preparingEdit": "Preparing edit...",
|
|
"toolCall.renderer.action.readingFile": "Reading file...",
|
|
"toolCall.renderer.action.preparingWrite": "Preparing write...",
|
|
"toolCall.renderer.action.preparingPatch": "Preparing patch...",
|
|
"toolCall.renderer.action.planning": "Planning...",
|
|
"toolCall.renderer.action.fetchingFromWeb": "Fetching from the web...",
|
|
"toolCall.renderer.action.findingFiles": "Finding files...",
|
|
"toolCall.renderer.action.searchingContent": "Searching content...",
|
|
"toolCall.renderer.action.listingDirectory": "Listing directory...",
|
|
|
|
"toolCall.renderer.bash.title.timeout": "Timeout: {timeout}",
|
|
"toolCall.renderer.read.detail.offset": "Offset: {offset}",
|
|
"toolCall.renderer.read.detail.limit": "Limit: {limit}",
|
|
|
|
"toolCall.renderer.todo.empty": "No plan items yet.",
|
|
"toolCall.renderer.todo.status.pending": "Pending",
|
|
"toolCall.renderer.todo.status.inProgress": "In progress",
|
|
"toolCall.renderer.todo.status.completed": "Completed",
|
|
"toolCall.renderer.todo.status.cancelled": "Cancelled",
|
|
"toolCall.renderer.todo.title.plan": "Plan",
|
|
"toolCall.renderer.todo.title.creating": "Creating plan",
|
|
"toolCall.renderer.todo.title.completing": "Completing plan",
|
|
"toolCall.renderer.todo.title.updating": "Updating plan",
|
|
|
|
"toolCall.permission.status.required": "Permission Required",
|
|
"toolCall.permission.status.queued": "Permission Queued",
|
|
"toolCall.permission.requestedDiff.label": "Requested diff",
|
|
"toolCall.permission.requestedDiff.withPath": "Requested diff · {path}",
|
|
"toolCall.permission.queuedText": "Waiting for earlier permission responses.",
|
|
"toolCall.permission.actions.allowOnce": "Allow Once",
|
|
"toolCall.permission.actions.alwaysAllow": "Always Allow",
|
|
"toolCall.permission.actions.deny": "Deny",
|
|
"toolCall.permission.shortcuts.allowOnce": "Allow once",
|
|
"toolCall.permission.shortcuts.alwaysAllow": "Always allow",
|
|
"toolCall.permission.shortcuts.deny": "Deny",
|
|
"toolCall.permission.errors.unableToUpdate": "Unable to update permission",
|
|
|
|
"permissionApproval.title": "Requests",
|
|
"permissionApproval.empty": "No pending requests.",
|
|
"permissionApproval.kind.permission": "Permission",
|
|
"permissionApproval.kind.question": "Question",
|
|
"permissionApproval.questionCount.one": "{count} question",
|
|
"permissionApproval.questionCount.other": "{count} questions",
|
|
"permissionApproval.status.active": "Active",
|
|
"permissionApproval.actions.closeAriaLabel": "Close",
|
|
"permissionApproval.actions.goToSession": "Go to Session",
|
|
"permissionApproval.actions.loadingSession": "Loading…",
|
|
"permissionApproval.actions.loadSession": "Load Session",
|
|
"permissionApproval.actions.allowOnce": "Allow Once",
|
|
"permissionApproval.actions.alwaysAllow": "Always Allow",
|
|
"permissionApproval.actions.deny": "Deny",
|
|
"permissionApproval.fallbackHint": "Load session for more information.",
|
|
"permissionApproval.errors.unableToUpdatePermission": "Unable to update permission",
|
|
|
|
"toolCall.question.status.required": "Question Required",
|
|
"toolCall.question.status.queued": "Question Queued",
|
|
"toolCall.question.status.questions": "Questions",
|
|
"toolCall.question.action.awaitingAnswers": "Awaiting answers...",
|
|
"toolCall.question.title.questions": "Questions",
|
|
"toolCall.question.title.askingQuestions": "Asking questions",
|
|
"toolCall.question.type.one": "Question",
|
|
"toolCall.question.type.other": "Questions",
|
|
"toolCall.question.number": "Q{number}:",
|
|
"toolCall.question.multiple": "Multiple",
|
|
"toolCall.question.custom.title": "Type a custom answer",
|
|
"toolCall.question.custom.label": "Custom answer",
|
|
"toolCall.question.custom.placeholder": "Type your own answer",
|
|
"toolCall.question.actions.submit": "Submit",
|
|
"toolCall.question.actions.dismiss": "Dismiss",
|
|
"toolCall.question.shortcuts.submit": "Submit",
|
|
"toolCall.question.shortcuts.dismiss": "Dismiss",
|
|
"toolCall.question.queuedText": "Waiting for earlier responses.",
|
|
"toolCall.question.validation.answerAll": "Please answer all questions before submitting.",
|
|
"toolCall.question.errors.unableToReply": "Unable to reply",
|
|
"toolCall.question.errors.unableToDismiss": "Unable to dismiss",
|
|
|
|
"toolCall.task.action.delegating": "Delegating...",
|
|
"toolCall.task.sections.prompt": "Prompt",
|
|
"toolCall.task.sections.steps": "Steps",
|
|
"toolCall.task.sections.output": "Output",
|
|
"toolCall.task.steps.count": "{count} steps",
|
|
"toolCall.task.meta.agentModel": "Agent: {agent} • Model: {model}",
|
|
"toolCall.task.meta.agent": "Agent: {agent}",
|
|
"toolCall.task.meta.model": "Model: {model}",
|
|
|
|
"toolCall.status.pending": "Pending",
|
|
"toolCall.status.running": "Running",
|
|
"toolCall.status.completed": "Completed",
|
|
"toolCall.status.error": "Error",
|
|
"toolCall.status.unknown": "Unknown",
|
|
|
|
"toolCall.applyPatch.action.preparing": "Preparing apply_patch...",
|
|
"toolCall.applyPatch.title.withFileCount.one": "{tool} ({count} file)",
|
|
"toolCall.applyPatch.title.withFileCount.other": "{tool} ({count} files)",
|
|
"toolCall.applyPatch.fileFallback": "File {number}",
|
|
} as const
|