Skip to content

Releases: fdcp/oc-sessions

v0.9.1

Choose a tag to compare

@fdcp fdcp released this 22 Apr 03:31
v0.9.1: add OPENCODE Tab AI chat/summarize, update README and descrip…

v0.8.3

Choose a tag to compare

@fdcp fdcp released this 17 Apr 09:52
v0.8.3: fix vsix to exclude .opencode dir, improve publish scripts

v0.8.0

Choose a tag to compare

@fdcp fdcp released this 17 Apr 07:50

v0.8.0: remove batch delete, part type chips, add DISPLAY/EXPORT tabs

v0.7.2

Choose a tag to compare

@fdcp fdcp released this 17 Apr 06:36

Add error diagnostics to directory dropdown to surface root cause of empty list

v0.7.1

Choose a tag to compare

@fdcp fdcp released this 17 Apr 06:29

v0.7.1 Hotfix

  • Fix: JavaScript SyntaxError caused by const declaration inside case block 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 has session_id, content, status, priority, position columns

v0.7.0

Choose a tag to compare

@fdcp fdcp released this 17 Apr 06:19

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

v0.6.0

Choose a tag to compare

@fdcp fdcp released this 17 Apr 05:48

Changes

  • Turn-based view with fold/unfold
  • Turn summaries (text snippet + tool/patch counts)
  • Load multiple turns (1-5 or all)
  • Sessions show turn count instead of message count