From 13f08f59557cf1165089047bfae138786546d07c Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 2 May 2026 09:36:24 -0700 Subject: [PATCH] docs(changelog): note TUI pane polish --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9216ec..b239ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ - Add crawlkit control metadata/status surfaces with `metadata --json`, `status --json`, and `doctor --json`. - Add `tap` and `cache-import` as public desktop-cache import names while keeping `wiretap` as a documented legacy alias. - Add `discrawl tui`, a terminal archive browser for stored guild messages and local `@me` wiretap DMs using the shared `crawlkit/tui` package. +- Render TUI rows with compact panes and expose pinned, attachment, reply, channel, and author metadata in the detail pane. ### Fixes