feat(ui): toggle tool call input yaml

This commit is contained in:
Shantur Rathore
2026-02-19 18:09:16 +00:00
parent e84adebe61
commit 2a438b2bb3
10 changed files with 130 additions and 4 deletions

View File

@@ -5,6 +5,11 @@ export const toolCallMessages = {
"toolCall.header.copyTitle": "Copy tool call title",
"toolCall.header.copyAriaLabel": "Copy tool call title",
"toolCall.header.showInputTitle": "Show tool call input",
"toolCall.header.showInputAriaLabel": "Show tool call input",
"toolCall.header.hideInputTitle": "Hide tool call input",
"toolCall.header.hideInputAriaLabel": "Hide tool call input",
"toolCall.diff.label": "Diff",
"toolCall.diff.label.withPath": "Diff · {path}",
"toolCall.diff.viewMode.ariaLabel": "Diff view mode",

View File

@@ -5,6 +5,11 @@ export const toolCallMessages = {
"toolCall.header.copyTitle": "Copy tool call title",
"toolCall.header.copyAriaLabel": "Copy tool call title",
"toolCall.header.showInputTitle": "Show tool call input",
"toolCall.header.showInputAriaLabel": "Show tool call input",
"toolCall.header.hideInputTitle": "Hide tool call input",
"toolCall.header.hideInputAriaLabel": "Hide tool call input",
"toolCall.diff.label": "Diff",
"toolCall.diff.label.withPath": "Diff · {path}",
"toolCall.diff.viewMode.ariaLabel": "Modo de vista de diff",

View File

@@ -5,6 +5,11 @@ export const toolCallMessages = {
"toolCall.header.copyTitle": "Copy tool call title",
"toolCall.header.copyAriaLabel": "Copy tool call title",
"toolCall.header.showInputTitle": "Show tool call input",
"toolCall.header.showInputAriaLabel": "Show tool call input",
"toolCall.header.hideInputTitle": "Hide tool call input",
"toolCall.header.hideInputAriaLabel": "Hide tool call input",
"toolCall.diff.label": "Diff",
"toolCall.diff.label.withPath": "Diff · {path}",
"toolCall.diff.viewMode.ariaLabel": "Mode d'affichage du diff",

View File

@@ -5,6 +5,11 @@ export const toolCallMessages = {
"toolCall.header.copyTitle": "Copy tool call title",
"toolCall.header.copyAriaLabel": "Copy tool call title",
"toolCall.header.showInputTitle": "Show tool call input",
"toolCall.header.showInputAriaLabel": "Show tool call input",
"toolCall.header.hideInputTitle": "Hide tool call input",
"toolCall.header.hideInputAriaLabel": "Hide tool call input",
"toolCall.diff.label": "Diff",
"toolCall.diff.label.withPath": "Diff · {path}",
"toolCall.diff.viewMode.ariaLabel": "diff 表示モード",

View File

@@ -5,6 +5,11 @@ export const toolCallMessages = {
"toolCall.header.copyTitle": "Copy tool call title",
"toolCall.header.copyAriaLabel": "Copy tool call title",
"toolCall.header.showInputTitle": "Show tool call input",
"toolCall.header.showInputAriaLabel": "Show tool call input",
"toolCall.header.hideInputTitle": "Hide tool call input",
"toolCall.header.hideInputAriaLabel": "Hide tool call input",
"toolCall.diff.label": "Diff",
"toolCall.diff.label.withPath": "Diff · {path}",
"toolCall.diff.viewMode.ariaLabel": "Режим просмотра diff",

View File

@@ -5,6 +5,11 @@ export const toolCallMessages = {
"toolCall.header.copyTitle": "Copy tool call title",
"toolCall.header.copyAriaLabel": "Copy tool call title",
"toolCall.header.showInputTitle": "Show tool call input",
"toolCall.header.showInputAriaLabel": "Show tool call input",
"toolCall.header.hideInputTitle": "Hide tool call input",
"toolCall.header.hideInputAriaLabel": "Hide tool call input",
"toolCall.diff.label": "Diff",
"toolCall.diff.label.withPath": "Diff · {path}",
"toolCall.diff.viewMode.ariaLabel": "Diff 视图模式",