dsh-advisor-plugin 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/cordis.patch.yml +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# dsh-advisor-plugin
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/dsh-advisor-plugin)
|
|
3
4
|
[](LICENSE)
|
|
4
5
|

|
|
5
6
|

|
|
@@ -60,7 +61,7 @@ src/ # host 半(Node / Cordis 插件)
|
|
|
60
61
|
├── locales.ts
|
|
61
62
|
└── store.ts
|
|
62
63
|
|
|
63
|
-
docs/ #
|
|
64
|
+
docs/ # 技术文章与架构图
|
|
64
65
|
scripts/ # 本地开发辅助脚本
|
|
65
66
|
```
|
|
66
67
|
|
|
@@ -187,7 +188,6 @@ npm run build
|
|
|
187
188
|
- [技术文章:DeepSeek Harness 插件实战:我给 Coding Agent 请了个“随车专家”](docs/advisor-deep-dive.md)
|
|
188
189
|
- [架构图](docs/diagrams/architecture.svg)
|
|
189
190
|
- [双通道时序图](docs/diagrams/advisor-dual-channel-sequence.svg)
|
|
190
|
-
- [生图提示词](docs/diagrams/image-generation-prompts.md)
|
|
191
191
|
|
|
192
192
|
---
|
|
193
193
|
|
package/cordis.patch.yml
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
# dsh-advisor 挂载补丁(bundle patch 形态)。
|
|
2
|
-
#
|
|
3
|
-
# 保留它以兼容 `dsh plugin add` 工作流。
|
|
1
|
+
# dsh-advisor-plugin 挂载补丁(bundle patch 形态)。
|
|
2
|
+
# id 是 loader 行标识,name 必须与 npm 包名一致。
|
|
4
3
|
- insert:
|
|
5
|
-
- id: dsh-advisor
|
|
6
|
-
name: dsh-advisor
|
|
4
|
+
- id: dsh-advisor-plugin
|
|
5
|
+
name: dsh-advisor-plugin
|
package/package.json
CHANGED