@pencil-agent/nano-pencil 2.0.0-beta.0 → 2.0.0-beta.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/dist/build-meta.json +3 -3
- package/package.json +2 -2
package/dist/build-meta.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pencil-agent/nano-pencil",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"description": "CLI writing agent with read, bash, edit, write tools and session management. Supports DashScope and Ali Token Plan. Soul enabled by default for AI personality evolution.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
"yaml": "^2.8.2",
|
|
118
118
|
"zod": "^4.3.6",
|
|
119
119
|
"zod-to-json-schema": "^3.24.6",
|
|
120
|
-
"@pencil-agent/extension-sdk": "^0.1.0",
|
|
121
120
|
"@pencil-agent/mem-core": "^1.1.0",
|
|
122
121
|
"@pencil-agent/soul-core": "^0.1.0"
|
|
123
122
|
},
|
|
@@ -125,6 +124,7 @@
|
|
|
125
124
|
"koffi": "^2.9.0"
|
|
126
125
|
},
|
|
127
126
|
"devDependencies": {
|
|
127
|
+
"@pencil-agent/extension-sdk": "^0.1.0",
|
|
128
128
|
"@types/hosted-git-info": "^3.0.5",
|
|
129
129
|
"@types/node": "^22.15.0",
|
|
130
130
|
"@types/proper-lockfile": "^4.1.4",
|