@aipanel/provider-deepseek 1.2.27 → 1.2.28
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/es/types.d.ts +2 -1
- package/lib/types.d.ts +2 -1
- package/package.json +2 -2
package/es/types.d.ts
CHANGED
|
@@ -24,7 +24,8 @@ export type DeepSeekProviderOptions = {
|
|
|
24
24
|
busyEnter?: DeepSeekBusyEnter;
|
|
25
25
|
/**
|
|
26
26
|
* 编辑后自动诊断(对应 opencode providerOptions.enableLsp 的质量门禁语义):
|
|
27
|
-
* write/edit/apply_patch 执行后自动补跑 ESLint + vue-tsc
|
|
27
|
+
* write/edit/apply_patch 执行后自动补跑 ESLint + vue-tsc:登记到 step 边界统一诊断,按文件内容
|
|
28
|
+
* 去重后以 plugin 上下文消息插入下一步(原生编辑与 PTC 子调度同一路径)。
|
|
28
29
|
* 与 opencode 一致默认开启;需与 enableDiagnostics 配合(总开关关闭时整体不注入)。
|
|
29
30
|
*/
|
|
30
31
|
autoDiagnose?: boolean;
|
package/lib/types.d.ts
CHANGED
|
@@ -24,7 +24,8 @@ export type DeepSeekProviderOptions = {
|
|
|
24
24
|
busyEnter?: DeepSeekBusyEnter;
|
|
25
25
|
/**
|
|
26
26
|
* 编辑后自动诊断(对应 opencode providerOptions.enableLsp 的质量门禁语义):
|
|
27
|
-
* write/edit/apply_patch 执行后自动补跑 ESLint + vue-tsc
|
|
27
|
+
* write/edit/apply_patch 执行后自动补跑 ESLint + vue-tsc:登记到 step 边界统一诊断,按文件内容
|
|
28
|
+
* 去重后以 plugin 上下文消息插入下一步(原生编辑与 PTC 子调度同一路径)。
|
|
28
29
|
* 与 opencode 一致默认开启;需与 enableDiagnostics 配合(总开关关闭时整体不注入)。
|
|
29
30
|
*/
|
|
30
31
|
autoDiagnose?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aipanel/provider-deepseek",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"registry": "https://registry.npmjs.org/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aipanel/core": "1.2.
|
|
24
|
+
"@aipanel/core": "1.2.28",
|
|
25
25
|
"execa": "^9.6.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|