ticket: close console tool call rendering
This commit is contained in:
parent
2a6930a946
commit
dbc223e9e0
|
|
@ -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'
|
||||
|
|
|
|||
1
.yoi/tickets/00001KX7179VS/resolution.md
Normal file
1
.yoi/tickets/00001KX7179VS/resolution.md
Normal 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.
|
||||
|
|
@ -69,4 +69,22 @@ Validation:
|
|||
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.
|
||||
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user