dsh-smart-title
by — · weibaohui/dsh-smart-title
★ 0 Stars
⑂ 0 Forks
Original language: English
About
Smart session titles for DSH: after each conversation turn an independent auxiliary LLM call summarizes the full user+assistant transcript into a title that follows the session's real topic instead of echoing the first message; the first message is titled instantly, failed built-in titles auto-retry on later turns, manual renames are never overwritten, and subagent/fork sessions are skipped.
Similar plugins
Auto-renames DSH sessions with LLM-summarized titles: runs after the first prompt and on /handoff, or manually via a header button or /autotitle, with configurable title language and max title bytes.
★ 0
↓ 509/wk
dsh plugin --profile web add @lyxx/dsh-session-autotitleHand off focused context without waiting for or interrupting the active Agent: freeze a bounded Session snapshot, summarize it asynchronously with an isolated no-tool LLM, and deliver a provenance-bea
★ 0
dsh plugin --profile web add dsh-sidebandby WeiYe6
Hand your long DSH session over to a clean one: /handoff summarizes the conversation with an LLM, creates a new session+agent in the same workspace, injects the handoff document, and auto-opens it.
★ 4
MIT
JavaScript
Aug 28, 2026
dsh plugin --profile web add dsh-session-handoffby flashyiyi
Voice announcements when a conversation ends (session title, round, outcome) plus live sentence-by-sentence reading of replies, via built-in edge-tts with zero third-party dependencies.
★ 0
TypeScript
Sep 11, 2026
dsh plugin --profile web add dsh-voice-announcerCondenses DSH session titles from a full sentence into a short verb-free phrase, aiming for under five words.
★ 0
dsh plugin --profile web add dsh-brief-session-titleby weibaohui
Automatic session retrospective: after a conversation wraps up, distills useful experience into reusable skills stored in the skill library for the model to call, with signal-accelerated triggers, man
★ 3
↓ 154/wk
JavaScript
Sep 9, 2026
dsh plugin --profile web add @weibaohui/hermes-loop