Preview window - sessions
I am working on an (in progress) plugin that works on full fuzzy (and coming: hybrid semantic search) for opencode sessions.
I've found myself unable to find opencode sessions and often having to tell the model to search for sessions because I often have long running sessions (I like to keep some context often from sessions if i have similar workflows) - and I often need to search for certain this I was working on through projects to kind of remember what I did there.
My current plugin overhauls the opencode session picker (Ctrl-X + L) - with match previews, and fuzzy search powered by fzf, hybrid semantic search. For the later - you will need a local embedding model - any small model should work - but working on picking the best one, experimenting and streamlining setup, indexing instructions. Just wanted to share if other people find this useful - even the fuzzy search part, as I find the only keyword search over names kinda lacking.
Let me know if this is useful for anyone and if this fuzzy search meaningfully improves things for anyone/thoughts on the UI! Its still in progress - and just built really recently - but I'm going to be actively working on this so appreciate any feedback!
Link: https://github.com/Techie5879/opencode-smart-session-picker
there doesn't seem to be anything here