Owen718/snapgrep
Owen718★ 8TypeScriptLast synced: 2026-08-15
An in-process trigram index that makes code search in Pi&DSH 20-70x faster than ripgrep, with identical results and no sidecar process.
README excerpt
snapgrep An in-process trigram index that makes code search in Pi Typically 40–70× faster than ripgrep on a warm index — and every result is checked against ripgrep, byte for byte. No sidecar process. No daemon. A single 3.2 MB native addon loaded inside the agent process. Install Pi Pi's built-in grep is replaced automatically, in every project. To confirm, ask Pi to search for a string you know exists — the tool detail shows actualBackend: kernel . oh-my-pi (omp) Same package, no changes: omp treats @earendil-works/pi-coding-agent as an aliased scope and its loader accepts .pi directories alongside .omp . DeepSeek Harness (dsh) Verify with dsh --profile headless --dump-config grep snapgrep . It replaces both grep and glob : the registry rejects a duplicate tool name outright, so the built-in search row is disabled and this plugin supplies both. glob runs the same ripgrep invocation the built-in used. Only the addon your machine can run is downloaded — about 1.2 MB, two packages. Nothing is compiled and no daemon is started. Prebuilt for macOS (Apple Silicon and Intel), Linux (x64 and arm64, glibc), and Windows x64. Alpine/musl is not built yet; on an unsupported platform the exte…
View full README on GitHub →Category
A MCP server for Stata to integrate Stata into your agent.
★ 244
liustack/modsearchThe web plugin for DeepSeek Harness, and the search bridge for every model without native web access. Ask the web or X, get structured JSON evidence. | DeepSeek Harness 的 web 插件,为不能联网的模型补上搜索。问网页或 X,拿回结构化 JSON 证据(搜索、抓取、引用)。
★ 104
Nagi-ovo/dsh-find-plugins帮 DSH 搜索、安装并验证插件的 Skill|A DSH skill that finds, installs, and verifies GitHub plugins
★ 84