Agent 与会话
插件
dsh-thinking-language-zh
ayanJava111
deepseek harness思考过程中文插件
chinesedeepseek-harnessdsh-pluginprompt
PROJECT TOPICS
PROJECT README
在布局的左/右区域(由 dsh-layout 渲染)展示当前对话上下文里用到的内容:
skill 工具调用的技能名AGENTS.md / CLAUDE.md / .cursorrulesread / edit / write / grep / glob 工具触及的文件路径| 半 | 文件 | 作用 |
|---|---|---|
| host | lib/index.js |
inject ['webServer','fs','workspaceRegistry'],注册 /context-panel?action=rules 路由(扫描规则文件) |
| client | lib/client.js |
注册进 dsh-layout 声明的 layout.left / layout.right(id context-panel),展示技能/规则/文件 |
| 声明 | package.json |
dsh.bundle.patch(挂载 host 行)+ dsh.client.inject ["slots"] + exports["./client"] |
dsh-layout 声明并渲染子槽位 layout.left / layout.right(作为左侧或右侧区域的一个 pane)。若 dsh-layout 未安装,该面板不会出现。| 方法 | 端点 | 说明 |
|---|---|---|
| GET | /context-panel?action=rules&cwd=<工作区根路径> |
扫描规则文件 { path, name }[](限深 3 层 / 100 条) |
# 在 deepseek-harness 仓库目录(开发期用 link:,改源码刷新即生效)
node --import tsx/esm apps/cli/src/bin.ts plugin --profile web add link:D:/agent-workspace/dsh-context-panel
__ModuleLoader__ 协议,仅 external 平台模块(react 等)。layout.left / layout.right(dsh-layout 声明的子槽位,list 槽,id=context-panel)。skill / read / edit / write / grep / glob);规则通过 host 半路由扫描。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。