dsh-session-sync
DSH web session cross-window sync: BroadcastChannel broadcast of the current-session selection so every open window follows create/switch/delete together.
167 results
DSH web session cross-window sync: BroadcastChannel broadcast of the current-session selection so every open window follows create/switch/delete together.
Evidence packaging, Skill evaluation, and controlled trajectory comparison for DeepSeek Harness sessions
Cross-session full-text recall for DeepSeek Harness: the model-facing `recall` tool searches past session transcripts through ctx.sessionQuery
DSH session migration plugin: drag-and-drop sessions between workspaces in the Web UI. Backed by the official workspaceRegistry service and a multi-frame-safe zstd header rewrite.
Manage DeepSeek Harness conversations from inside a conversation: new_conversation, rename_session, list_sessions, read_session, archive_session model tools plus official-slot UI actions
Persistent conversation teams and task coordination for DSH
DeepSeek Harness 会话标题插件:在会话菜单中根据对话内容重新总结标题
DeepSeek Harness plugin: 在输入框下方状态条实时显示当前会话的 DeepSeek 话费(人民币),点击金额展开输入 / 缓存 / 输出分类花费。价目表取自 DeepSeek 官网,按每次调用的峰谷时段分别计价。
Session messages viewer: a keyboard-driven overlay for listing and jumping to messages within the current session.
DSH plugin: a model-facing rename_session tool, so the agent can retitle a session from inside the conversation. Zero runtime dependencies.
Session deep links + full session export (markdown/JSON) + approved cross-session messaging for DeepSeek Harness (dsh).
Aggregate DSH plugin bundle — one install, five plugins: dsh-memarc (long-term memory + session archive), dsh-session-git (export/import sessions as committed JSON), dsh-session-branches (session fork tree), dsh-goal-auto-resume (re-arm unfinished goals), dsh-model-reasoning (per-model reasoning capability & effort editor). Declares dsh.bundle, so the whole repository installs as a single profile layer: no clone, no build.
Safe DSH restart, token-aware reconnect, and policy-based session recovery
DSH routed session persistence: persist selected projects' sessions natively inside the project repository (.dsh-sessions) so git clone/push syncs conversations across devices.
DeepSeek Harness plugin that keeps rolling, integrity-verified backups of each session at turn boundaries, so any corruption costs at most the in-flight turn; one-command restore, even when dsh won't boot
会话内待办事项:右上角悬浮待办面板(展开/收起 + 📌 钉住不自动收起)+ 服务器端跨端存储(~/.dsh/dsh-session-todos)+ 会话列表未完成图标。纯插件,不改 DSH 源码。
DeepSeek Harness plugin that prevents the concurrent-write session corruption family: per-session advisory locks with stale takeover, so two dsh processes can no longer corrupt one session log
给 DeepSeek Harness 的会话加一层「文件夹」归类:按 cwd 自动归档、手动移动到任意文件夹,文件夹路径即项目记忆作用域。 Adds a folder layer to DSH sessions: auto-file by cwd, move sessions between folders, folder path = project-memory scope.
工程级会话鲁棒:官方有限次 API 重试耗尽后,对超时/传输/限流等瞬时失败继续重试直到成功或取消,会话不因瞬时 API 故障中断。
Session management for the DeepSeek Harness sidebar: pin conversations, search their contents, read archived transcripts and hide the noise
Predicts the remaining wall time of the live DeepSeek Harness turn from its step history and shows it as a progress bar with a live percentage under the composer.
DSH 会话 Bark 通知插件:会话头部按钮切换「会通知」状态(持久化,服务重启后保持),回合停止时经 Bark 推送到手机——正常结束推送最后一条文本消息,异常停止推送完整错误原因与必要信息。设置-插件配置界面配置 Bark server/key,并提供 ping→push→register 三步连通测试。
Repair legacy DSH session logs (format v0) that the current build refuses to migrate: scan defects, back up, fix in place, and verify offline against the real migration chain.