ticket: close rich console rendering

This commit is contained in:
Keisuke Hirata 2026-07-11 07:46:12 +09:00
parent db5c1d64d1
commit 33ae73e7ee
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: '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'

View File

@ -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.

View File

@ -70,4 +70,22 @@ Validation:
State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-07-10T22:46:12Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-10T22:46:12Z status: 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.
---