ticket: close console tool call rendering

This commit is contained in:
Keisuke Hirata 2026-07-11 07:17:10 +09:00
parent 2a6930a946
commit dbc223e9e0
No known key found for this signature in database
3 changed files with 21 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: 'Improve workspace console tool call rendering' title: 'Improve workspace console tool call rendering'
state: 'done' state: 'closed'
created_at: '2026-07-10T22:08:58Z' created_at: '2026-07-10T22:08:58Z'
updated_at: '2026-07-10T22:16:58Z' updated_at: '2026-07-10T22:17:10Z'
assignee: null assignee: null
queued_by: 'yoi ticket' queued_by: 'yoi ticket'
queued_at: '2026-07-10T22:09:21Z' queued_at: '2026-07-10T22:09:21Z'

View File

@ -0,0 +1 @@
Implemented frontend Workspace Console tool call grouping. Tool call start/arg/done/result events now project into a single `Call · <tool>` 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.

View File

@ -69,4 +69,22 @@ Validation:
State changed to `done`. State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-07-10T22:17:10Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-10T22:17:10Z status: closed -->
## 完了
Implemented frontend Workspace Console tool call grouping. Tool call start/arg/done/result events now project into a single `Call · <tool>` 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.
--- ---