dsh-edit-resend:编辑已发送用户消息并重新生成回复
dsh-edit-resend 是适用于 DSH 0.1.0-rc.6 及以上版本的插件,旨在解决用户消息发送后无法修正的问题。该插件在已完成回合尾部注入“编辑并重发”入口,允许用户修改原文并重新生成回复。其核心机制是从原会话 Fork 一个新分支,在新分支上基于编辑后的文本生成新回复,同时自动将原会话归档。归档仅隐藏视图,不删除任何日志或数据,确保历史不可改写。插件在 Host 端暴露包括编辑、归档、恢复等在内的多个 Remote 端点,弥补了官方版本缺乏恢复 API 的不足,并在设置页提供归档会话列表及一键恢复功能。安装时需在指定 profile 下添加插件并重启 web 服务。该插件遵循
Read Moredsh-session-mover:在 DSH Web GUI 中把会话拖到其他工作区
dsh-session-mover 是 DeepSeek Harness 的一款 MIT 许可插件,旨在简化跨工作区整理会话的操作。该插件支持将带有完整历史的会话行直接拖拽至目标工作区标题行,实现“克隆新会话并归档原会话”的语义,无需额外面板或按钮。其核心优势在于保留完整上下文,避免手动复制粘贴,且若移动当前打开的会话,会自动跳转至新副本。 技术上,插件利用官方侧边栏的拖拽机制,通过语义属性定位目标工作区,并调用宿主 API 执行读取源日志、在目标工作区创建新会话、持久化及归属绑定、最后归档源会话的步骤。由于平台存储层限制,无法原地迁移会话 ID,故采用复制加归档方案。该插件适用于需要灵活调整
Read Moreaerince/dsh-active-context-pruning:通过官方 compaction API 主动压缩 DSH 上下文
aerince/dsh-active-context-pruning 是 DeepSeek Harness (DSH) 的一个宿主插件,旨在解决长会话中上下文过长的问题。它允许模型主动选择表层历史范围,通过 DSH 官方 compaction 事务将其替换为模型生成的摘要,从而缩短后续请求的上下文长度,且不修改原始 session.events。该插件采用 MIT 许可证,要求 Node.js 版本为 ^22.19.0 || >=24.0.0,且需依赖 dsh-compaction-basic 模块。 核心功能包括 acp_status(查看状态)、acp_compress(执行摘要替换)、a
Read Moredsh-session-actions:DSH Web 会话菜单增强
`dsh-session-actions` 是一款 DeepSeek Harness Web 插件,旨在补全 DSH Web 会话管理功能。它在会话行菜单末尾追加四项操作:复制会话 ID 至剪贴板、置顶常用会话(配置存于本地 JSON 文件)、导出会话内容为 Markdown 格式,以及永久删除会话目录(需二次确认,非归档)。该插件不修改官方组件,由 `xingyingyuzhui` 维护,采用 MIT 许可证,运行环境要求 Node.js 版本不低于 20。安装时需确保本机可运行 `dsh web`,通过执行 `dsh plugin --profile web add` 命令从 GitHub
Read Moredsh-chat-manager:在 DeepSeek Harness 侧边栏管理会话归档
dsh-chat-manager 是 DeepSeek Harness(DSH)的非官方社区插件,旨在增强原生侧边栏的会话管理能力。该插件主要解决归档会话难以查找、聊天记录缺乏检索入口及误删风险等问题。其核心功能包括在侧边栏中浏览和搜索已归档会话、按名称、工作区或聊天内容检索、一键恢复会话至原工作区,以及提供带有二次确认的安全永久删除机制。若会话存在运行中任务,插件会先安全停止再删除。用户可通过标准命令安装指定版本,安装或更新后需重启 DSH 生效。该插件仅以 bundle 层扩展功能,不替代核心机制,卸载时也不会删除现有会话数据。使用时需注意永久删除不可撤销,建议提前备份;插件以当前进程权限
Read Moredsh-projects:为 DSH 增加项目化工作流
dsh-projects 是一款由 WenhongPan 维护的 DSH 插件,旨在将零散的 Workspace 和会话整理为清晰、可搜索的项目工作流。当前版本为 0.3.0-alpha.2,基于 DSH 现有数据,不建立第二套数据库。核心功能包括项目侧边栏(支持排序、收藏)、按项目分组的全局搜索(含聊天正文索引)、多文件夹项目组合、集中式归档中心以及优化的目录选择窗口。该插件兼容 DSH Desktop 和 Web UI,安装时需根据桌面端或 Web 端分别执行插件添加命令并重启服务。它提供独立任务目录自动创建功能,并在远程 Web UI 场景下使用 Host 端应用内浏览器以避免远程系统窗
Read Moredsh-session-move:在 DSH Web UI 中移动、删除和 AI 重命名会话
dsh-session-move 是 reinocheong 维护的 DSH 客户端插件(v0.1.2,MIT 协议),专为 DeepSeek Harness Web UI 提供会话管理功能。该插件由 host 和 browser 组成,主要提供移动、删除及 AI 重命名会话三类核心操作,并将这些操作暴露为 Agent Tools 和 HTTP 端点,便于在智能体流程中集成调用。用户可通过侧边栏拖拽或菜单选项移动会话,使用带风险确认的菜单选项永久删除会话,或通过 AI 自动总结对话生成新标题,且支持配置 provider、model 等参数以优化重命名效果。安装要求 Node.js >=22.
Read Moredsh-session-nexus:DSH 会话生命周期与跨会话消息插件
dsh-session-nexus 是一款由 qiushi-dev 维护的 MIT 许可非官方 DSH 社区插件,旨在将 DeepSeek Harness 会话转化为可操作对象。它主要提供两大核心能力:一是会话生命周期控制,支持通过斜杠命令显式挂载冷会话、取消归档及在开启特定配置后删除会话;二是跨会话消息交互,允许开发者或模型向其他会话投递唤醒或静默消息,并获取目标会话的标题、时间线及摘要。插件支持多种地址格式,具备发送者归属、防自投递及循环限制等安全机制,并在 Web UI 中增强会话 ID 展示。安装简单,通过 `dsh plugin` 命令即可添加,默认启用消息投递工具但关闭删除功能。该
Read Moredsh-autoload-history:打开会话自动加载全部历史消息
dsh-autoload-history 是一款由 magicOF2 开发并采用 MIT 许可证的 DSH 插件,旨在解决 DSH Web 中长会话需手动反复点击“加载更早”才能查看完整历史的问题。该插件核心功能是在打开会话后自动逐页加载历史消息(每页 50 条),直至全部就绪。它支持会话切换自动跟随,不打断正常聊天,且挂载于官方槽位,无可见 UI 痕迹。插件具备防呆机制,连续 3 页无进展即停止,避免死循环。 安装方式包括从 GitHub 源码或 npm 添加预构建包,安装后自动生效。用户可通过 localStorage 设置临时停用或限制最大翻页数(如设为 20 页约 1000 条消息)。
Read Moredsh-writing-pad:DeepSeek Harness Web 的会话级 Markdown 写作板
dsh-writing-pad 是面向 DeepSeek Harness Web 的客户端插件,旨在解决长文写作中草稿、改写指令与模型返回结果混杂的问题。它提供会话级 Markdown 写作板,支持在同一会话内维护正文、切换编辑/预览模式、输入额外要求及查看候选修改。核心功能包括生成完整草稿、选区局部改写、自动展示 Diff 定位变更、反馈操作状态及中英文界面即时切换。草稿暂存在 Host 内存中,不同会话互不影响,支持最多 50 步撤销,且不会自动覆盖项目文件。安装需先配置 dsh CLI,版本为 1.1.3。该插件适合需要在 Web 会话中结构化处理 Markdown 写作与模型交互的场景
Read Moredsh-codex:从本地 Codex 导入会话并生成新 DSH 会话
`life1996cou/dsh-codex` 是一个 MIT 许可的 DSH 插件,旨在解决手动导出 Codex 会话导致上下文丢失的问题。它通过读取本地 `~/.codex/` 目录,将现有 Codex 会话导入 DeepSeek Harness,生成包含完整对话历史的新会话。该插件适用于 Web 平台,支持在设置中配置自定义会话目录。 安装时,使用 `dsh plugin --profile web add github:life1996cou/dsh-codex` 命令。若从本地目录安装,必须使用 `file:` 前缀以避免软链导致的依赖解析失败。启用后,用户需在 DSH Web 设置
Read Moredsh-session-manager:在 DSH Web UI 中管理会话
dsh-session-manager 是一个用于 DeepSeek Harness (DSH) Web UI 的会话管理插件,旨在安全地执行归档、删除、移动工作区及单条 Agent preset 迁移等操作。该插件由 hkkz9522 维护,采用 MIT 协议,当前版本为 0.4.1,支持 Cordis >=4.0.0-rc。其核心功能包括:在侧边栏和会话头部提供直观的操作入口,支持会话的归档与取消归档;执行永久删除时强制要求显式确认;将会话移动至目标工作区(会改变存储的 cwd,运行中会话移动前会自动中断);以及单条会话的预设迁移(仅改变元数据,不影响消息历史或文件)。插件排除了 Suba
Read Moredsh-terminal:DeepSeek Harness 的持久化终端模式
dsh-terminal 是 DeepSeek Harness (DSH) 的一款 MIT 许可插件,由 dongsheng123132 维护,要求 Node.js 22+ 环境。该插件旨在为 DSH 提供持久化交互式终端模式,使开发者能像在会话式 CLI 中一样连续使用 DSH。其核心功能包括在多次提示间保持同一个 Agent 和 Session,复用 DSH 的模型、工具及权限设置。 使用时,普通文本输入会在同一会话中继续对话;通过 `/new`、`/exit`(或 `/quit`)可新建会话或退出终端,`/help` 用于查看命令列表,其他斜杠命令则直接分发给 DSH 处理。用户可通过
Read MoreDSH Plugin: Conversation Indicator, Marks User Messages Next to the Web GUI Scrollbar
`@smanx/dsh-conversation-indicator` is a community-driven third-party plugin for the DeepSeek Harness (DSH) Web GUI, designed to address the pain point of quickly locating user messages in long conversations. The plugin displays a compact, capsule-shaped indicator panel near the scrollbar on the right side of the chat area, marking only user input lines. Users can hover over it to view a summary, and clicking it triggers a smooth scroll to the corresponding location. The panel automatically hides during scrolling or streaming output, appears upon mouse proximity, and fades out upon mouse leave to avoid obstructing normal interactions. As a pure client-side plugin, it does not alter model behavior, incur additional token usage, modify tool calls, or record session logs; preference settings are stored in the browser's `localStorage`. Installation requires adding the GitHub repository via the `dsh plugin` command.
Read Moreorriduck/dsh-tui: A session-aware DeepSeek Harness terminal UI
orriduck/dsh-tui is a lightweight Terminal User Interface (TUI) released under the MIT License, designed for solo daily use scenarios. It aims to optimize the interaction experience of DeepSeek Harness (DSH) within local projects. The tool utilizes a "session-aware" mechanism, allowing users to initiate sessions within the current directory, ask follow-up questions, and monitor tool activities, approval statuses, context window usage, and permission badges in real-time. It handles credentials, model settings, sandboxing, and approvals via official DSH commands and does not store sensitive keys locally. Key features include streaming text and reasoning output, interactive approvals, skill discovery and invocation, and directory-based persistent session management (supporting listing, creating, and resuming sessions). Installation requires Node.js 22+, pnpm, and the DSH CLI, and can be installed globally via `npm install`.
Read Moredsh-sticky-disclosure: Collapse Expandable Blocks in DSH Web Sessions with One Click
`dsh-sticky-disclosure` is an MIT-licensed plugin for the DSH Web client, maintained by Han-1413141, designed to address the problem of accumulated collapsible blocks (such as Think, tool cards, command cards, etc.) during long sessions, which makes them difficult to manage. The plugin allows users to collapse all expanded blocks with a single click via a persistent button in the bottom-right corner of the chat area or a custom keyboard shortcut (default: Ctrl+Alt+C / ⌘⌥C), with a real-time counter displayed. When a block scrolls out of the viewport, its title is automatically pinned to the top for one-click collapsing. The plugin is implemented in pure DOM, does not modify application code, supports both dark and light themes, and automatically restores the original state after uninstallation. Installation requires Node.js ≥ 20 and a DSH environment; it takes effect after installation via a PowerShell script and a restart. Keyboard shortcut settings are saved
Read Moredsh-input-traffic: An Input Queue Plugin for DeepSeek Harness Web GUI During Busy Periods
`drscrewdriver/dsh-input-traffic` is a client-side plugin for the DeepSeek Harness (DSH) Web GUI, designed to optimize the handling of user input while the agent is busy. The plugin provides three tiers of input planning—red, yellow, and green: red (`now`) immediately interrupts the current turn; yellow (`next`) inserts after the current action completes; and green (`later`) queues the message until the entire turn is finished. It supports drag-and-drop reordering, editing, deletion, returning to the input box, and one-click clearing of queued messages. It also features session freezing and resumption, allowing sessions to be paused before DeepSeek's peak pricing hours and resumed in queue order after the peak passes. The plugin isolates session state by `sessionId`, supporting multiple concurrent sessions without interference. As an MIT-licensed public beta
Read MoreDSH Session Pins: Providing Persistent Pinned Session Menus for DeepSeek Harness
The DSH plugin `dsh-session-pins` developed by alooshxl aims to solve the difficulty of finding frequently used sessions in the DeepSeek Harness Web sidebar. This plugin is based on the MIT license and integrates through the public `sidebar.footer.action` slot, without relying on private UI source code or patching the host. Its core functionality provides a pinned sessions menu at the bottom of the sidebar, supporting the pinning of regular, non-empty sessions, with data stored in the browser's local `localStorage`, requiring no API key. The plugin features a robust validation mechanism, limiting the maximum number of pinned items to 100, and synchronizes across same-origin tabs via the `storage` event. Installation requires the `dsh plugin` command to add a specified Git tag.
Read Moredsh-toolbox-web: DSH Web Toolbox - Centralized Management of Sessions, Recycle Bin, Search, and Scheduled Heartbeat
dsh-toolbox-web is a management toolbox plugin for the DSH web side, designed to centrally handle scattered management operations and improve efficiency. Its core features include: session management (supporting deletion to recycle bin, copying, moving, tag grouping, and long message collapsing); recycle bin (retained for 30 days, supporting restoration or permanent deletion); subdirectory management (organizing sessions by project); full-library search (supporting grouping, filtering, and optional semantic search); online editing of presets and configurations (including YAML validation and atomic writes); archive management; and scheduled heartbeats (supporting interval or fixed-point triggers, pushable to WeChat, QQ, and Feishu IM channels, relying on dsh-msg-hub). Additionally, it provides independent management of sub-agent sessions, view tag organization, and memory release functionality. This plugin requires Node.js ≥ 22.13 and supports installation via the dsh command or
Read MoreDPH Task Board (@dph/taskboard): Adding a Status Dashboard to DeepSeek Harness Sessions
The DPH Task Board (@dph/taskboard) is a DeepSeek Harness community plugin designed to transform multi-session management into a visualized four-column status board (Todo, In Progress, In Review, Done). This plugin treats sessions as cards, supporting drag-and-drop categorization, attaching notes, priorities, and tags, along with search, JSON export for backup, and import functionality. It is deeply integrated into the Harness sidebar, allowing configuration of the model, reasoning intensity, and grouping when creating new sessions, and it displays the real-time running status of sessions via a "processing" breathing light. Data is primarily stored in the browser's localStorage, while the host side persists the board state to a local JSON file, enabling agents to directly read and analyze current work progress. The installation process requires a Node.js 18+ environment and goes through the deployment script.
Read Moredsh-agent-message: Cross-Session Agent Communication Plugin for DeepSeek Harness
dsh-agent-message is a DeepSeek Harness (DSH) plugin designed to enable communication between independent agent sessions within the same process. It allows sessions to exchange messages and query delivery receipts, supporting features such as listing available target sessions, sending messages (with three modes: followup, steer, and inject), checking delivery status, locating target sessions via the @ symbol, displaying visual message cards, and copying session IDs. Installation requires compatibility with Node.js 24 and DSH 0.1.0-rc.6+, and it is enabled via the `dsh plugin` command. This plugin is only applicable to local, non-archived independent sessions and does not support cross-process or cross-machine communication, nor does it include real sub-agents. Usage restrictions include a maximum of 1 delivery between the same pair of sessions within 60 seconds.
Read Moredsh-session-hub: Unifying Remote DSH Sessions and Local Tool History in One Session Tree
dsh-session-hub is a plugin for DSH web designed to address the issue that historical conversations between remote DSH sessions and local tools such as Codex CLI and Claude Code cannot be displayed in a unified session tree. The plugin merges data through the `/api` data layer, supporting remote session aggregation, local history import, SSH tunnel hosting, and incremental synchronization of model configuration, while preserving the functionality of the official sidebar and conversation area. It allows users to view multi-machine history, real-time streaming, and approval cards, and supports sending, canceling, and renaming sessions. Imported local conversations are read-only by default and become editable only after being converted into real DSH sessions, with the source logs remaining unchanged. The plugin provides independent feature toggles and is simple to install, requiring only the `dsh plugin` command to add it. The environment requires Node 22+ and is applicable solely to the web p
Read Moredsh-better-archive: Archived Session Management Panel for DSH Web GUI
dsh-better-archive is a client-side plugin designed for the DSH Web GUI. It addresses the issue where DSH's native archiving merely hides sessions without terminating them, by providing a centralized management interface. The plugin adds an "Archived" entry in the sidebar, supporting viewing sessions by project, keyword search, filtering, and sorting. Users can restore sessions to the normal list with a single click or perform delete operations, including deleting individual sessions, all sessions under a project, or clearing all archived sessions. For active sessions, delete operations are marked for physical deletion upon restart; undoing the archive before restart can cancel the deletion. The plugin supports real-time switching between Chinese and English text, requires Node.js 22.19+ and pnpm, and can be installed and updated via GitHub, as well as supported for local development. It provides API interfaces for querying pending deletions, undoing archiving, and various deletion operations. As a community extension, developers are advised to check the source code before installation.
Read Moredsh-archived-sessions: Unified Management of Local Sessions within the DSH Setup
dsh-archived-sessions is a DSH Web plugin maintained by Zephyr-vibe, offering session management in settings: dual-tab browsing for unarchived and archived conversations, support for grouping by workspace, title/ID search, batch archiving and deletion, expandable details (activity statistics and output files), and opening the records folder. Deletion does not cascade to sub-agents or files by default; after adapting to DSH 0.1.0-rc.8, the deletion entry was moved to the session title bar. It reads the official session directory with zero configuration and is licensed under MIT.
Read MoreDeepSeek-Harness-zh_pro: DSH Chinese Interface Enhancement and Session Management Plugin
deepseek-harness-zh_pro is a DSH Web client enhancement plugin (v0.7.0, MIT) maintained by magian1127. It provides Chinese interface completion, optimized statistics and thinking block display, adjustable conversation width, automatic session archiving and trash deletion, and optional prompt injection and agent localization. Installation can be done via the command `dsh plugin --profile web add deepseek-harness-zh_pro` or using npx for hot installation. Except for explicitly enabled injection and localization, it does not modify model requests.
Read Moredsh-session-manager: DSH Web Session Management Plugin
dsh-session-manager is a DSH client plugin (v0.2.2) maintained by dream12347, providing unified session management at the settings page and conversation top. Features include deletion with recycle bin (restore/permanent delete), activity statistics, continue/pause, opening log directories, unread markers, forking sub-sessions, workspace grouping and sorting, as well as a global context compression threshold ranging from 17% to 90%. It does not modify the DSH core and is compatible with version 0.1.1-rc.1. After installation, restarting the DSH web is required.
Read MoreManage local sessions uniformly in DeepSeek Harness settings via dsh-archived-sessions
`dsh-archived-sessions` is a DeepSeek Harness Web plugin maintained by Zephyr-vibe. It provides session management in the "Settings" page, featuring archived/unarchived dual tabs, grouping by workspaces, searching by title or ID, supporting archive recovery, non-cascading secure deletion, and opening the session record directory. It is licensed under MIT, with the current version being 0.1.2. This article verifies the installation commands and capability boundaries based on the plugin directory page and GitHub README.
Read MoreFlask User Authentication: Implementing Login Functionality with Flask-Login
This article introduces the method to implement user login functionality in web applications using Flask-Login. As a lightweight extension, Flask-Login simplifies user session management, login/logout operations, and permission control. The core steps include: installing `flask` and `flask-login`; initializing the application and configuring `LoginManager` with a redirect route for unauthenticated access; creating a user model that inherits from `UserMixin` to define user ID, password, and other information; loading the user from the session via the `user_loader` callback function; implementing login view to validate credentials and using `login_user` to record the session, while `logout_user` is used for logout; and protecting routes requiring authentication with the `@login_required` decorator. A mock user database and template rendering are used to support the basic login flow. Notices emphasize secure password storage (hashing), secure session key configuration, and suggest extending with features like "remember me" and permission management. Flask-Login enables quick implementation of core authentication functionality through a concise API, making it suitable for rapid entry into web user authentication development.
Read More