dev-flow-deepseek 0.8.6 → 0.8.7
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
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/Innocent-children/dev-flow/main/packages/webui/src/assets/dev-flow-app-icon-light.svg" width="112" height="112" alt="Dev Flow" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# dev-flow-deepseek
|
|
2
6
|
|
|
3
7
|
[中文](https://github.com/Innocent-children/dev-flow/blob/main/packages/deepseek/README.md) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dev-flow-deepseek",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Explicit DeepSeek Harness adapter for the Dev Flow process graph.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"test:package": "node --test tests/package-contract.test.mjs",
|
|
34
34
|
"test:bundle": "node --test tests/bundle-contract.test.mjs",
|
|
35
35
|
"build:webui": "node ../../scripts/build-webui.mjs",
|
|
36
|
+
"build:local": "node ../../scripts/build-deepseek-local.mjs",
|
|
36
37
|
"pack:dry": "pnpm pack --dry-run --json"
|
|
37
38
|
},
|
|
38
39
|
"engines": {
|
|
Binary file
|
|
Binary file
|