feat: add navigable JSON summaries for tool output
Tool JSON output now starts with a compact navigable summary view. Expandable tool output includes quick open-file and diff actions for changed files. Reasoning headers strip stray HTML comments, and navigation tools stay compact.
This commit is contained in:
@@ -1986,7 +1986,10 @@ export const dict = {
|
||||
'chat.toolPart.noOutputProduced': 'No output produced',
|
||||
'chat.toolPart.output': 'Output',
|
||||
'chat.toolPart.showRawJson': 'Show raw JSON',
|
||||
'chat.toolPart.showFormattedJson': 'Show formatted JSON',
|
||||
'chat.toolPart.showFormattedJson': 'Show formatted JSON',
|
||||
'chat.toolPart.showNavigableJson': 'Show navigable JSON',
|
||||
'chat.toolPart.openFileAtFirstChange': 'Open file at first change',
|
||||
'chat.toolPart.openFileDiff': 'Open file diff',
|
||||
'chat.toolPart.copyOutput': 'Copy output',
|
||||
'chat.toolPart.copiedOutput': 'Copied output',
|
||||
'chat.toolPart.copyOutputFailed': 'Failed to copy output',
|
||||
|
||||
@@ -1953,6 +1953,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
"chat.toolPart.output": "Salida",
|
||||
"chat.toolPart.showRawJson": "Mostrar JSON sin formato",
|
||||
"chat.toolPart.showFormattedJson": "Mostrar JSON formateado",
|
||||
"chat.toolPart.showNavigableJson": "Mostrar JSON navegable",
|
||||
"chat.toolPart.openFileAtFirstChange": "Abrir archivo en el primer cambio",
|
||||
"chat.toolPart.openFileDiff": "Abrir diferencias del archivo",
|
||||
"chat.toolPart.copyOutput": "Copiar salida",
|
||||
"chat.toolPart.copiedOutput": "Salida copiada",
|
||||
"chat.toolPart.copyOutputFailed": "No se pudo copiar la salida",
|
||||
|
||||
@@ -2711,6 +2711,9 @@ export const dict = {
|
||||
'chat.chatInput.reviewCommentsRemove': 'Retirer les commentaires de revue',
|
||||
'chat.toolPart.showRawJson': 'Afficher le JSON brut',
|
||||
'chat.toolPart.showFormattedJson': 'Afficher le JSON formaté',
|
||||
'chat.toolPart.showNavigableJson': 'Afficher le JSON navigable',
|
||||
'chat.toolPart.openFileAtFirstChange': 'Ouvrir le fichier à la première modification',
|
||||
'chat.toolPart.openFileDiff': 'Ouvrir les différences du fichier',
|
||||
'chat.toolPart.copyOutput': 'Copier la sortie',
|
||||
'chat.toolPart.copiedOutput': 'Sortie copiée',
|
||||
'chat.toolPart.copyOutputFailed': 'Impossible de copier la sortie',
|
||||
|
||||
@@ -1986,6 +1986,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
'chat.toolPart.output': '出力',
|
||||
'chat.toolPart.showRawJson': '生JSONを表示',
|
||||
'chat.toolPart.showFormattedJson': '整形JSONを表示',
|
||||
'chat.toolPart.showNavigableJson': 'ナビゲーション可能なJSONを表示',
|
||||
'chat.toolPart.openFileAtFirstChange': '最初の変更箇所でファイルを開く',
|
||||
'chat.toolPart.openFileDiff': 'ファイル差分を開く',
|
||||
'chat.toolPart.copyOutput': '出力をコピー',
|
||||
'chat.toolPart.copiedOutput': '出力をコピーしました',
|
||||
'chat.toolPart.copyOutputFailed': '出力のコピーに失敗しました',
|
||||
|
||||
@@ -1987,6 +1987,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
'chat.toolPart.output': '출력',
|
||||
'chat.toolPart.showRawJson': '원시 JSON 표시',
|
||||
'chat.toolPart.showFormattedJson': '형식화된 JSON 표시',
|
||||
'chat.toolPart.showNavigableJson': '탐색 가능한 JSON 표시',
|
||||
'chat.toolPart.openFileAtFirstChange': '첫 번째 변경 위치에서 파일 열기',
|
||||
'chat.toolPart.openFileDiff': '파일 diff 열기',
|
||||
'chat.toolPart.copyOutput': '출력 복사',
|
||||
'chat.toolPart.copiedOutput': '출력 복사됨',
|
||||
'chat.toolPart.copyOutputFailed': '출력을 복사하지 못했습니다',
|
||||
|
||||
@@ -1306,6 +1306,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
'chat.toolPart.output': 'Wyjście',
|
||||
'chat.toolPart.showRawJson': 'Pokaż surowy JSON',
|
||||
'chat.toolPart.showFormattedJson': 'Pokaż sformatowany JSON',
|
||||
'chat.toolPart.showNavigableJson': 'Pokaż nawigowalny JSON',
|
||||
'chat.toolPart.openFileAtFirstChange': 'Otwórz plik przy pierwszej zmianie',
|
||||
'chat.toolPart.openFileDiff': 'Otwórz różnice pliku',
|
||||
'chat.toolPart.copyOutput': 'Kopiuj wyjście',
|
||||
'chat.toolPart.copiedOutput': 'Skopiowano wyjście',
|
||||
'chat.toolPart.copyOutputFailed': 'Nie udało się skopiować wyjścia',
|
||||
|
||||
@@ -1953,6 +1953,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
"chat.toolPart.output": "Saída",
|
||||
"chat.toolPart.showRawJson": "Mostrar JSON bruto",
|
||||
"chat.toolPart.showFormattedJson": "Mostrar JSON formatado",
|
||||
"chat.toolPart.showNavigableJson": "Mostrar JSON navegável",
|
||||
"chat.toolPart.openFileAtFirstChange": "Abrir arquivo na primeira alteração",
|
||||
"chat.toolPart.openFileDiff": "Abrir diferenças do arquivo",
|
||||
"chat.toolPart.copyOutput": "Copiar saída",
|
||||
"chat.toolPart.copiedOutput": "Saída copiada",
|
||||
"chat.toolPart.copyOutputFailed": "Falha ao copiar saída",
|
||||
|
||||
@@ -1953,6 +1953,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
"chat.toolPart.output": "Вивід",
|
||||
"chat.toolPart.showRawJson": "Показати сирий JSON",
|
||||
"chat.toolPart.showFormattedJson": "Показати форматований JSON",
|
||||
"chat.toolPart.showNavigableJson": "Показати навігаційний JSON",
|
||||
"chat.toolPart.openFileAtFirstChange": "Відкрити файл на першій зміні",
|
||||
"chat.toolPart.openFileDiff": "Відкрити diff файлу",
|
||||
"chat.toolPart.copyOutput": "Скопіювати вивід",
|
||||
"chat.toolPart.copiedOutput": "Вивід скопійовано",
|
||||
"chat.toolPart.copyOutputFailed": "Не вдалося скопіювати вивід",
|
||||
|
||||
@@ -1953,6 +1953,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
'chat.toolPart.output': '输出',
|
||||
'chat.toolPart.showRawJson': '显示原始 JSON',
|
||||
'chat.toolPart.showFormattedJson': '显示格式化 JSON',
|
||||
'chat.toolPart.showNavigableJson': '显示可导航 JSON',
|
||||
'chat.toolPart.openFileAtFirstChange': '在首次更改处打开文件',
|
||||
'chat.toolPart.openFileDiff': '打开文件差异',
|
||||
'chat.toolPart.copyOutput': '复制输出',
|
||||
'chat.toolPart.copiedOutput': '已复制输出',
|
||||
'chat.toolPart.copyOutputFailed': '复制输出失败',
|
||||
|
||||
@@ -1957,6 +1957,9 @@ export const dict: Record<I18nKey, string> = {
|
||||
'chat.toolPart.output': '輸出',
|
||||
'chat.toolPart.showRawJson': '顯示原始 JSON',
|
||||
'chat.toolPart.showFormattedJson': '顯示格式化 JSON',
|
||||
'chat.toolPart.showNavigableJson': '顯示可導覽 JSON',
|
||||
'chat.toolPart.openFileAtFirstChange': '在首次變更處開啟檔案',
|
||||
'chat.toolPart.openFileDiff': '開啟檔案差異',
|
||||
'chat.toolPart.copyOutput': '複製輸出',
|
||||
'chat.toolPart.copiedOutput': '已複製輸出',
|
||||
'chat.toolPart.copyOutputFailed': '複製輸出失敗',
|
||||
|
||||
Reference in New Issue
Block a user