Townrain/dsh-session-title-interval-llm

Townrain★ 1TypeScript最后同步: 2026-08-15

在 GitHub 打开

Every-N-prompts automatic session-title plugin for DeepSeek Harness (interval cadence LLM provider)

README 摘要

dsh-session-title-interval-llm English 中文 A DeepSeek Harness plugin that keeps the sidebar session title tracking the whole conversation: an optional ctx.sessionTitle provider that runs a cheap LLM title request on the first eligible prompt, then re-titles the session every interval new human prompts. It registers the interval cadence — the harness's third automatic mode beside first-prompt and all-prompts — so a deployment routes titles to a cheap model ( deepseek-v4-flash and friends) while the working model stays untouched. The repository ships two packages: packages/session-title-interval-llm (the plugin) and packages/session-title-llm (its vendored shared title-LLM helper: framing, limits, timeout, the session-title-llm settings section, and live re-registration). The helper is vendored so the plugin installs as one self-contained repository; the upstream harness publishes the same package under @deepseek-ai/dsh-session-title-llm and the plugin uses whichever resolution wins. Prerequisites A DeepSeek Harness build that includes the interval automatic cadence in @deepseek-ai/dsh-session-title (upstream pull request: deepseek-ai/deepseek-harness). Every other dependency — the LL…

在 GitHub 查看完整 README →
工具/开发dsh-pluginsidebar

分类