Skip to content

v0.9.0

Choose a tag to compare

@youdie006 youdie006 released this 17 Jun 06:30
· 62 commits to main since this release

sessionwiki indexes the AI coding sessions already on your disk and makes them searchable, linkable, and resumable - 100% local. This release widens coverage from four tools to nine, recognizes the Korean "oh-my-*" wrappers, and reads OpenCode's current SQLite store.

New adapters (four -> nine tools)

  • Cline, Roo Code, Kilo Code - one parser over their shared VS Code globalStorage/<ext>/tasks/<id>/ layout, handling both native tool_use blocks and the XML-in-text tool calls Cline writes, with edited files extracted for trace.
  • gajae-code (and upstream Pi) - ~/.gjc/agent/sessions JSONL.
  • Continue - ~/.continue/sessions/*.json.

Harness labeling for the oh-my-* wrappers

  • oh-my-claudecode, oh-my-codex, and the oh-my-openagent / lazyclaudecode / lazycodex family run on top of Claude Code, Codex, and OpenCode, so their conversations are already indexed through those adapters. sessionwiki now detects which harness drove a session (from the markers each injects) and auto-tags it oh-my-claudecode / oh-my-codex / oh-my-openagent, so list --tag oh-my-claudecode works. No extra setup, no new adapter.

OpenCode SQLite

  • The OpenCode adapter now reads OpenCode's SQLite store (~/.local/share/opencode/opencode.db, plus opencode-<channel>.db and OPENCODE_DB), which has been the default since OpenCode v1.2.0 - the previous JSON-only reader missed every session created on a current install. The legacy storage/** JSON layout is still read on pre-1.2.0 installs. The database is opened strictly read-only.

Install

One-line installer: curl -sSL https://raw.githubusercontent.com/youdie006/sessionwiki/main/scripts/install.sh | sh
Or from source: cargo install --git https://github.com/youdie006/sessionwiki

Full changelog: v0.8.0...v0.9.0