dsh-session-rename
Gives the model a rename_session tool, so the agent can retitle a session from inside the conversation.
给模型一个 rename_session 工具,让 agent 在对话中直接重命名会话。
How to install
dsh plugin add github:9Ashwin/dsh-session-rename About
dsh-session-rename A DSH (DeepSeek Harness) plugin that gives the **model** a rename_session tool — so the agent can retitle a session from inside the conversation. 一个 DSH 插件:给**模型**一个 rename_session 工具,让 agent 在对话中直接重命名当前会话。 Why DSH 的会话标题有三个来源——首条用户消息的确定性回退、可选的 LLM 生成 provider、显式重命名——但**只有 Host 侧 API**(ctx.sessionTitle.rename(session, title))和线级的 session.rename。内置的 Web 客户端里没有改名入口,也没有任何模型可见的工具。这个插件补上模型这一侧。 它不做自动总结。要不要改名、改成什么,由模型按你的规则决定——典型用法是在 AGENTS.md 里约定:**开始一个新需求时,把需求 id 写进会话标题**。 The tool rename_session | 参数 | 必填 | 说明 | |---|---|---| | title | 是 | 新标题。归一化后必须含可见字符。 | | session_id | 否 | 目标会…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-13
- Created
- 2026-09-13
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.