@xagent/one-shot 1.2.7 → 1.2.9
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 +1 -1
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@xagent/one-shot",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"description": "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"package.json"
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
|
-
"local": "bun run build &&
|
|
25
|
+
"local": "bun run build && node dist/index.js",
|
|
26
26
|
"local-watch": "bun --watch src/index.ts",
|
|
27
27
|
"test-agent": "bun run build && ./dist/index.js -p",
|
|
28
28
|
"test-log": "bun run build && ./dist/index.js -p \"$1\" 2>&1 | tee agent-test.log",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"openai": "^5.10.1",
|
|
98
98
|
"react": "^18.3.1",
|
|
99
99
|
"ripgrep-node": "^1.0.0",
|
|
100
|
-
"terminal-image": "^
|
|
100
|
+
"terminal-image": "^1.1.0",
|
|
101
101
|
"tiktoken": "^1.0.21"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"husky": "^9.1.7",
|
|
113
113
|
"lint-staged": "^16.2.4",
|
|
114
114
|
"prettier": "^3.6.2",
|
|
115
|
-
"tsup": "^8.
|
|
115
|
+
"tsup": "^8.1.0",
|
|
116
116
|
"tsx": "^4.0.0"
|
|
117
117
|
},
|
|
118
118
|
"engines": {
|