You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addressing test feedback:
- Rename the user-facing column header (and CSV) from "Topic" to "Title" to
match Claude Code's own custom-title / ai-title records. The internal
sessions.topic column and s.topic data key are unchanged.
- Give the column a 160px min-width (border-box, padding included) so short
titles don't collapse it; long titles still wrap and cap at 260px.
- VS Code extension: bump the dashboard readiness timeout 10s -> 20s (the
one-time topic backfill can slow the first cold start) and add a Retry
button — both as an action on the failure notification and a persistent
button on the panel (command: URI; enableCommandUris enabled).
Tests: +1 sidebar test for the retry link.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@
4
4
5
5
### Dashboard
6
6
7
-
- Added a **Topic** column to the Recent Sessions table (placed after Project) and its CSV export, derived from Claude Code's own session titles: a user-set `custom-title` takes priority over an AI-generated `ai-title`. Long topics wrap within the column. Sessions without a title record show an empty Topic — there is no fallback to the first user message, so prompt text never leaks into the table (#147, thanks @arojunior).
7
+
- Added a **Title** column to the Recent Sessions table (after Project) and its CSV export, showing Claude Code's own session title: a user-set `custom-title` takes priority over an AI-generated `ai-title`. Long titles wrap within the column (min width 160px). Sessions without a title record show an empty cell — there is no fallback to the first user message, so prompt text never leaks into the table (#147, thanks @arojunior).
8
+
9
+
### VS Code extension
10
+
11
+
- The embedded dashboard now waits up to **20s** (was 10s) for the server to become ready on cold start — the one-time topic backfill can slow the first launch — and a failed start now offers a **Retry** button (both in the error notification and on the panel) instead of only pointing at the command palette (#147).
0 commit comments