LeslieWylie/dsh-session-search-pro

LeslieWylie★ 0JavaScriptLast synced: 2026-08-14

Open on GitHub

Advanced cross-session full-text search for DeepSeek Harness — search past and current DSH sessions using the built-in sessionQuery service

README excerpt

🔍 dsh-session-search-pro English 简体中文 Search every DSH session you've ever had — past and current — without leaving the one you're in. Three agent tools for DeepSeek Harness, built on the runtime's own indexed sessionQuery service instead of scanning session files by hand. Install Nothing here is on npm yet, so install straight from GitHub. Add it to your profile's package.json : Then reinstall and restart the profile: Pin a tag instead of tracking the default branch with github:LeslieWylie/dsh-session-search-pro v0.1.0 . Try it without editing your profile The package ships its own cordis.patch.yml , so once it's installed into the profile's node modules you can mount it for a single run with the launcher's --patch flag instead of touching dsh.profile.bundles : Why another session-search plugin? dsh-session-search by Tieboyh is well-engineered, but it's index-free — every search decompresses and scans zstd session files from scratch. This plugin instead calls the harness's own sessionQuery service, which already maintains an index across every session, live or archived. Aspect dsh-session-search (Tieboyh) dsh-session-search-pro Search method Full scan of zstd files on every call …

View full README on GitHub →
Searchagent-toolsdeepseek-harnessdsh-pluginsession-searchagentsearch

Category