@whispering233/ai-editor-agent 0.0.44 → 0.0.45
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whispering233/ai-editor-agent",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "AI 对话循环:会话管理 / 上下文组装 / 工具调度",
|
|
6
6
|
"type": "module",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@earendil-works/pi-ai": "0.85.1",
|
|
30
30
|
"@earendil-works/pi-coding-agent": "0.85.1",
|
|
31
|
-
"@whispering233/ai-editor-shared": "0.0.
|
|
32
|
-
"@whispering233/ai-editor-tools": "0.0.
|
|
31
|
+
"@whispering233/ai-editor-shared": "0.0.45",
|
|
32
|
+
"@whispering233/ai-editor-tools": "0.0.45"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.8.0"
|