From 0931f7f219f968f35fc17196764610c583e790b9 Mon Sep 17 00:00:00 2001 From: Aritra Bandyopadhyay <73664340+Techie5879@users.noreply.github.com> Date: Sun, 3 May 2026 17:54:15 +0530 Subject: [PATCH] Add opencode-smart-session-picker to ecosystem.md new plugin I created to make searching through sessions better. fzf and llama server, and sqlite sidecar deps --- packages/web/src/content/docs/ecosystem.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 055daf14193d..aeecff29fae4 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -52,6 +52,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-worktree](https://github.com/kdcokenny/opencode-worktree) | Zero-friction git worktrees for OpenCode | | [opencode-sentry-monitor](https://github.com/stolinski/opencode-sentry-monitor) | Trace and debug your AI agents with Sentry AI Monitoring | | [opencode-firecrawl](https://github.com/firecrawl/opencode-firecrawl) | Web scraping, crawling, and search via the Firecrawl CLI | +| [opencode-smart-session-picker](https://github.com/Techie5879/opencode-smart-session-picker) | Better search via fzf and hybrid (vector + BM25) through opencode sessions | ---