@xagent/x-cli 1.1.84 → 1.1.85
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 +8 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- Test comment for PR creation -->
|
|
2
2
|
|
|
3
|
-
## 1.1.
|
|
3
|
+
## 1.1.85 – Logo Assets & NPM Publication Complete
|
|
4
4
|
|
|
5
5
|
✅ **Live on NPM**: [@xagent/x-cli](https://www.npmjs.com/package/@xagent/x-cli) - Fully published and ready for global installation
|
|
6
6
|
|
package/dist/index.js
CHANGED
|
@@ -16197,7 +16197,7 @@ var init_package = __esm({
|
|
|
16197
16197
|
package_default = {
|
|
16198
16198
|
type: "module",
|
|
16199
16199
|
name: "@xagent/x-cli",
|
|
16200
|
-
version: "1.1.
|
|
16200
|
+
version: "1.1.85",
|
|
16201
16201
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
|
|
16202
16202
|
main: "dist/index.js",
|
|
16203
16203
|
module: "dist/index.js",
|
|
@@ -16217,6 +16217,7 @@ var init_package = __esm({
|
|
|
16217
16217
|
"package.json"
|
|
16218
16218
|
],
|
|
16219
16219
|
scripts: {
|
|
16220
|
+
local: "bun --watch src/index.ts",
|
|
16220
16221
|
build: "tsup src/index.ts --format esm --dts",
|
|
16221
16222
|
dev: "tsx watch src/index.ts",
|
|
16222
16223
|
lint: "eslint src --ext .ts",
|
|
@@ -16231,7 +16232,7 @@ var init_package = __esm({
|
|
|
16231
16232
|
},
|
|
16232
16233
|
"lint-staged": {
|
|
16233
16234
|
".agent/**/*.{md,mdx}": "prettier --write",
|
|
16234
|
-
"apps/site/docs/**/*.{md,mdx}":
|
|
16235
|
+
"apps/site/docs/**/*.{md,mdx}": "prettier --write",
|
|
16235
16236
|
"*.{ts,tsx}": [
|
|
16236
16237
|
"eslint --fix --ignore-pattern 'dist/**'"
|
|
16237
16238
|
],
|
|
@@ -16317,7 +16318,7 @@ var init_package = __esm({
|
|
|
16317
16318
|
},
|
|
16318
16319
|
optionalDependencies: {
|
|
16319
16320
|
"tree-sitter": "^0.21.1",
|
|
16320
|
-
"tree-sitter-javascript": "^0.
|
|
16321
|
+
"tree-sitter-javascript": "^0.23.4",
|
|
16321
16322
|
"tree-sitter-python": "^0.21.0",
|
|
16322
16323
|
"tree-sitter-typescript": "^0.21.2"
|
|
16323
16324
|
},
|
|
@@ -21778,7 +21779,7 @@ var require_package = __commonJS({
|
|
|
21778
21779
|
module.exports = {
|
|
21779
21780
|
type: "module",
|
|
21780
21781
|
name: "@xagent/x-cli",
|
|
21781
|
-
version: "1.1.
|
|
21782
|
+
version: "1.1.85",
|
|
21782
21783
|
description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
|
|
21783
21784
|
main: "dist/index.js",
|
|
21784
21785
|
module: "dist/index.js",
|
|
@@ -21798,6 +21799,7 @@ var require_package = __commonJS({
|
|
|
21798
21799
|
"package.json"
|
|
21799
21800
|
],
|
|
21800
21801
|
scripts: {
|
|
21802
|
+
local: "bun --watch src/index.ts",
|
|
21801
21803
|
build: "tsup src/index.ts --format esm --dts",
|
|
21802
21804
|
dev: "tsx watch src/index.ts",
|
|
21803
21805
|
lint: "eslint src --ext .ts",
|
|
@@ -21812,7 +21814,7 @@ var require_package = __commonJS({
|
|
|
21812
21814
|
},
|
|
21813
21815
|
"lint-staged": {
|
|
21814
21816
|
".agent/**/*.{md,mdx}": "prettier --write",
|
|
21815
|
-
"apps/site/docs/**/*.{md,mdx}":
|
|
21817
|
+
"apps/site/docs/**/*.{md,mdx}": "prettier --write",
|
|
21816
21818
|
"*.{ts,tsx}": [
|
|
21817
21819
|
"eslint --fix --ignore-pattern 'dist/**'"
|
|
21818
21820
|
],
|
|
@@ -21898,7 +21900,7 @@ var require_package = __commonJS({
|
|
|
21898
21900
|
},
|
|
21899
21901
|
optionalDependencies: {
|
|
21900
21902
|
"tree-sitter": "^0.21.1",
|
|
21901
|
-
"tree-sitter-javascript": "^0.
|
|
21903
|
+
"tree-sitter-javascript": "^0.23.4",
|
|
21902
21904
|
"tree-sitter-python": "^0.21.0",
|
|
21903
21905
|
"tree-sitter-typescript": "^0.21.2"
|
|
21904
21906
|
},
|