QIANLING-0831/dsh-memory--packages-dsh-session-query-sqlite-cjk ↗★ 0
dsh-session-query-sqlite-cjk
CJK-aware ctx.sessionQuery backend for the DeepSeek Harness — SQLite FTS5 provider with a trigram tokenizer table so Chinese full-text search actually matches (upstream unicode61 does not segment CJK).
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置
与上游 dsh-session-query-sqlite 相同:
| Key | 默认 | 说明 |
|---|---|---|
path | 必填 | 专用派生索引 SQLite 路径(:memory: 支持) |
openAt | startup | startup / first-search / never |
journalMode | wal | wal / delete / truncate / persist |
defaultLimit / maxLimit | 20 / 100 | 分页 |
snippetChars | 240 | snippet 上限(Unicode 码点) |
readWindowMax / persistedInspectConcurrency | 50 / 4 | 继承自服务定义 |