@zhushanwen/pi-smart-context 0.1.0 → 0.1.1
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/package.json +3 -3
- package/src/pure.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhushanwen/pi-smart-context",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"xyz-agent": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"pi-package"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@zhushanwen/pi-extension-logger": "0.
|
|
22
|
-
"@zhushanwen/pi-llm-shared": "0.4.
|
|
21
|
+
"@zhushanwen/pi-extension-logger": "0.3.0",
|
|
22
|
+
"@zhushanwen/pi-llm-shared": "0.4.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@vitest/coverage-v8": "^4.1.9",
|
package/src/pure.ts
CHANGED
|
@@ -88,7 +88,7 @@ export function loadSmartContextConfig(): SmartContextConfig {
|
|
|
88
88
|
|
|
89
89
|
// ──────────────────────── 门控判定(D5 矩阵) ────────────────────────
|
|
90
90
|
|
|
91
|
-
// 当前模型 ID 拼接口径单点在 llm-shared
|
|
91
|
+
// 当前模型 ID 拼接口径单点在 llm-shared
|
|
92
92
|
export { getCurrentModelId } from "@zhushanwen/pi-llm-shared";
|
|
93
93
|
|
|
94
94
|
/**
|