v0.9.0
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 nativetool_useblocks and the XML-in-text tool calls Cline writes, with edited files extracted fortrace. - gajae-code (and upstream Pi) -
~/.gjc/agent/sessionsJSONL. - 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, solist --tag oh-my-claudecodeworks. No extra setup, no new adapter.
OpenCode SQLite
- The OpenCode adapter now reads OpenCode's SQLite store (
~/.local/share/opencode/opencode.db, plusopencode-<channel>.dbandOPENCODE_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 legacystorage/**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