From 33ae73e7ee481d917784407cf84ff176fbc81ea7 Mon Sep 17 00:00:00 2001 From: Hare Date: Sat, 11 Jul 2026 07:46:12 +0900 Subject: [PATCH] ticket: close rich console rendering --- .yoi/tickets/00001KX72G8Z6/item.md | 4 ++-- .yoi/tickets/00001KX72G8Z6/resolution.md | 1 + .yoi/tickets/00001KX72G8Z6/thread.md | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .yoi/tickets/00001KX72G8Z6/resolution.md diff --git a/.yoi/tickets/00001KX72G8Z6/item.md b/.yoi/tickets/00001KX72G8Z6/item.md index c28d4517..d284f453 100644 --- a/.yoi/tickets/00001KX72G8Z6/item.md +++ b/.yoi/tickets/00001KX72G8Z6/item.md @@ -1,8 +1,8 @@ --- title: 'Add rich markdown tool rendering to workspace console' -state: 'done' +state: 'closed' created_at: '2026-07-10T22:31:21Z' -updated_at: '2026-07-10T22:45:55Z' +updated_at: '2026-07-10T22:46:12Z' assignee: null queued_by: 'yoi ticket' queued_at: '2026-07-10T22:31:41Z' diff --git a/.yoi/tickets/00001KX72G8Z6/resolution.md b/.yoi/tickets/00001KX72G8Z6/resolution.md new file mode 100644 index 00000000..883ba3b5 --- /dev/null +++ b/.yoi/tickets/00001KX72G8Z6/resolution.md @@ -0,0 +1 @@ +Added rich Workspace Console rendering: safe markdown HTML output, Shiki-highlighted fenced code blocks, TUI-inspired coloring for message/tool state, and structured Edit diff rows. Read aggregation continues to avoid displaying file content. Validation passed with frontend check/test, diff check, and Nix build. diff --git a/.yoi/tickets/00001KX72G8Z6/thread.md b/.yoi/tickets/00001KX72G8Z6/thread.md index c4b31c4a..e8f1568e 100644 --- a/.yoi/tickets/00001KX72G8Z6/thread.md +++ b/.yoi/tickets/00001KX72G8Z6/thread.md @@ -70,4 +70,22 @@ Validation: State changed to `done`. +--- + + + +## State changed + +Ticket を closed にしました。 + + +--- + + + +## 完了 + +Added rich Workspace Console rendering: safe markdown HTML output, Shiki-highlighted fenced code blocks, TUI-inspired coloring for message/tool state, and structured Edit diff rows. Read aggregation continues to avoid displaying file content. Validation passed with frontend check/test, diff check, and Nix build. + + ---