其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DeepSeek Harness(DSH)Web GUI 插件:在当前会话中列出“我的问题”,点击即可定位到聊天正文并高亮。
user / steering 消息以下命令均通过 npx @deepseek-ai/dsh plugin 转发给 profile 目录内的包管理器。安装后重启 npx @deepseek-ai/dsh web 生效(host 部分在 DSH 启动时加载)。
git clone https://github.com/M2-Z/dsh-question-locator.git
npx @deepseek-ai/dsh plugin --profile web add ./dsh-question-locator
Windows 下如果 clone 到
D:\...,也可直接使用绝对路径:npx @deepseek-ai/dsh plugin --profile web add D:\path\to\dsh-question-locator
等仓库发布 Release 后,下载 dsh-question-locator-<version>.tgz:
npx @deepseek-ai/dsh plugin --profile web add ./dsh-question-locator-0.0.1.tgz
npx @deepseek-ai/dsh plugin --profile web add dsh-question-locator
npx @deepseek-ai/dsh plugin --profile web remove dsh-question-locator
npx @deepseek-ai/dsh web,打开任意会话页。pnpm install
pnpm exec tsc -p tsconfig.json
pnpm exec tsdown
ctx.sessions 的会话列表 + ConversationSnapshotshell.overlay(additive 浮层,不替换现有界面)data-chat-flow-kind="user|steering" 顺序匹配 DOM 行,并手动滚动到聊天滚动容器CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。