From dbc223e9e09c43b9e5cd1616dbdcf7118e4d900f Mon Sep 17 00:00:00 2001 From: Hare Date: Sat, 11 Jul 2026 07:17:10 +0900 Subject: [PATCH] ticket: close console tool call rendering --- .yoi/tickets/00001KX7179VS/item.md | 4 ++-- .yoi/tickets/00001KX7179VS/resolution.md | 1 + .yoi/tickets/00001KX7179VS/thread.md | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .yoi/tickets/00001KX7179VS/resolution.md diff --git a/.yoi/tickets/00001KX7179VS/item.md b/.yoi/tickets/00001KX7179VS/item.md index b98926f9..b1bef54c 100644 --- a/.yoi/tickets/00001KX7179VS/item.md +++ b/.yoi/tickets/00001KX7179VS/item.md @@ -1,8 +1,8 @@ --- title: 'Improve workspace console tool call rendering' -state: 'done' +state: 'closed' created_at: '2026-07-10T22:08:58Z' -updated_at: '2026-07-10T22:16:58Z' +updated_at: '2026-07-10T22:17:10Z' assignee: null queued_by: 'yoi ticket' queued_at: '2026-07-10T22:09:21Z' diff --git a/.yoi/tickets/00001KX7179VS/resolution.md b/.yoi/tickets/00001KX7179VS/resolution.md new file mode 100644 index 00000000..1b19fd85 --- /dev/null +++ b/.yoi/tickets/00001KX7179VS/resolution.md @@ -0,0 +1 @@ +Implemented frontend Workspace Console tool call grouping. Tool call start/arg/done/result events now project into a single `Call · ` block keyed by call id, with streaming state updates and folded result output. Added generic and TUI-aligned specialized summaries for core tools, including Bash command/output rendering. Validated with frontend check/test, diff check, and Nix package build. diff --git a/.yoi/tickets/00001KX7179VS/thread.md b/.yoi/tickets/00001KX7179VS/thread.md index dced8e62..51e7e14d 100644 --- a/.yoi/tickets/00001KX7179VS/thread.md +++ b/.yoi/tickets/00001KX7179VS/thread.md @@ -69,4 +69,22 @@ Validation: State changed to `done`. +--- + + + +## State changed + +Ticket を closed にしました。 + + +--- + + + +## 完了 + +Implemented frontend Workspace Console tool call grouping. Tool call start/arg/done/result events now project into a single `Call · ` block keyed by call id, with streaming state updates and folded result output. Added generic and TUI-aligned specialized summaries for core tools, including Bash command/output rendering. Validated with frontend check/test, diff check, and Nix package build. + + ---