Releases: fdcp/oc-sessions
Releases · fdcp/oc-sessions
Release list
v0.9.1
v0.8.3
v0.8.0
v0.7.2
v0.7.1
v0.7.1 Hotfix
- Fix: JavaScript SyntaxError caused by
constdeclaration insidecaseblock without braces — this was preventing the entire webview script from executing, resulting in an empty Directory dropdown - Fix:
getTodosForSession()used wrong column names (id,data) — the actual todo table schema hassession_id,content,status,priority,positioncolumns
v0.7.0
v0.7.0
Commit 1 - Missing Features
- Session search (keyword filter)
- Date range filter (from/to)
- Sort by updated/created/turns
- Todos panel (shows selected session todos with status and priority)
- File Changes (Diffs) panel
Commit 2 - Interaction Enhancements
- Batch delete sessions (checkbox + Delete Selected (N) button)
- Copy button on USER turns to copy text to clipboard
- Inline session rename (pencil icon → edit in place)
Commit 3 - Data Display
- Token/Cost detail: input/output/reasoning tokens + USD cost per message
- Part type filter chips (All/Text/Reasoning/Tools/Patches) with live count
Commit 4 - Other
- JSON export format
- HTML export format (self-contained)
- Keyboard shortcuts: j/k navigate turns, space toggle check, e expand/fold