跳到主要内容

session-history 3

  • dsh-deja v0.20.4 已验证 729

    Brings the session history of nineteen other coding agents into DeepSeek Harness: recall, session digest and per-file history tools over a local index, plus optional automatic recall before each step.

    dsh plugin add dsh-deja
  • dsh-plugin-recall v0.1.1 已验证 2

    DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes.

    dsh plugin add dsh-plugin-recall
  • dsh-usage-guard v0.1.0 已验证

    Keeps a malformed token-usage sample from taking a whole session history down with it: a missing or non-numeric counter becomes zero before the harness adds it up, so the fold never yields NaN and already-broken sessions open again.

    dsh plugin add @goodandready/dsh-usage-guard