Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codedash-app",
"version": "6.14.3",
"version": "6.14.4",
"description": "Dashboard + CLI for Claude Code, Codex & OpenCode sessions. View, search, resume, convert, handoff between agents.",
"bin": {
"codedash": "./bin/cli.js"
Expand Down
7 changes: 4 additions & 3 deletions src/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

const CHANGELOG = [
{
version: '6.14.3',
version: '6.14.4',
date: '2026-04-08',
title: 'Cursor: full session scan from state.vscdb',
title: 'Cursor: full session scan + progressive loading',
changes: [
'Scan Cursor sessions from globalStorage state.vscdb (composerData + bubbleId)',
'Workspace-to-project mapping via workspaceStorage (cached 5 min)',
'Progressive loading: fast sessions first, Cursor vscdb loads in background',
'Workspace-to-project mapping with disk cache (10 min TTL)',
'Cross-platform Cursor paths (macOS / Linux / Windows)',
'Markdown export support for Cursor, OpenCode, Kiro sessions',
],
Expand Down
Loading