Ruiming-cn/dsh-better-at

Ruiming-cn★ 1JavaScript最后同步: 2026-08-21

在 GitHub 打开

Fast @ file/session reference caching for DeepSeek Harness Web / DSH @ 引用菜单加速插件

README 摘要

dsh-better-at Fast @ file/session reference caching for the DeepSeek Harness Web GUI. dsh-better-at keeps the native DSH @ reference behavior — hierarchical workspace file/folder references and DSH session references — while removing the per-keystroke host round trips that make the @ menu feel slow. Features - ⚡ Fast first open : session-scope warm-up preloads the workspace file index and the DSH session index before the first @ . - ⚡ Local keystroke filtering : after the initial load, typing filters and ranks candidates entirely in the browser; no Host request per keystroke. - 📁 Hierarchical file/folder references : empty/path queries show direct children, bare fuzzy queries search basenames across the whole workspace. - 💬 DSH session references : full session metadata is indexed locally and ranked by working-directory affinity, matching the native ordering. - 🔒 Native mention compatibility : the plugin wraps the existing reference source and keeps its onPick / codec , so file and session mentions keep the original serialized form ( @path , @"path" , @label ). - 🧩 No Harness source changes : everything is implemented as an out-of-tree Host Remote + browser client bundle. How I…

在 GitHub 查看完整 README →
工具/开发at-menudeepseek-harnessdshdsh-pluginperformancetypescript

分类