@xagent/x-cli 1.2.9 → 1.2.11

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## 1.2.9 – Revolutionary Optimization & Agent Self-Testing
1
+ ## 1.2.11 – Revolutionary Optimization & Agent Self-Testing
2
2
 
3
3
  🧪 **INSANE BREAKTHROUGH**: **Agent Self-Testing methodology** - First AI that can test itself and iterate to perfection!
4
4
  🚀 **MASSIVE BREAKTHROUGH**: Revolutionary Native Text Operations discovered - **10.9x token savings** potential!
package/dist/index.js CHANGED
@@ -27050,7 +27050,7 @@ var init_package = __esm({
27050
27050
  package_default = {
27051
27051
  type: "module",
27052
27052
  name: "@xagent/one-shot",
27053
- version: "1.2.9",
27053
+ version: "1.2.11",
27054
27054
  description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
27055
27055
  main: "dist/index.js",
27056
27056
  module: "dist/index.js",
@@ -27086,6 +27086,9 @@ var init_package = __esm({
27086
27086
  "test:tools": "./scripts/test-all-tools.sh",
27087
27087
  "test:tools:quick": "./scripts/test-tools-quick.sh",
27088
27088
  "test:tools:validate": "./scripts/validate-tool-code.sh",
27089
+ "security:review": "npm audit && npm outdated",
27090
+ "security:critical": "npm audit --audit-level=critical",
27091
+ "security:report": "npm audit --json > security-report.json || true",
27089
27092
  prepare: "husky install",
27090
27093
  "dev:site": "cd apps/site && npm run start",
27091
27094
  "build:site": "cd apps/site && npm run build",
@@ -27146,7 +27149,7 @@ var init_package = __esm({
27146
27149
  openai: "^5.10.1",
27147
27150
  react: "^18.3.1",
27148
27151
  "ripgrep-node": "^1.0.0",
27149
- "terminal-image": "^1.1.0",
27152
+ "terminal-image": "^4.1.0",
27150
27153
  tiktoken: "^1.0.21"
27151
27154
  },
27152
27155
  devDependencies: {
@@ -27161,7 +27164,7 @@ var init_package = __esm({
27161
27164
  husky: "^9.1.7",
27162
27165
  "lint-staged": "^16.2.4",
27163
27166
  prettier: "^3.6.2",
27164
- tsup: "^8.1.0",
27167
+ tsup: "^8.5.1",
27165
27168
  tsx: "^4.0.0"
27166
27169
  },
27167
27170
  engines: {
@@ -32896,7 +32899,7 @@ var require_package = __commonJS({
32896
32899
  module.exports = {
32897
32900
  type: "module",
32898
32901
  name: "@xagent/one-shot",
32899
- version: "1.2.9",
32902
+ version: "1.2.11",
32900
32903
  description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
32901
32904
  main: "dist/index.js",
32902
32905
  module: "dist/index.js",
@@ -32932,6 +32935,9 @@ var require_package = __commonJS({
32932
32935
  "test:tools": "./scripts/test-all-tools.sh",
32933
32936
  "test:tools:quick": "./scripts/test-tools-quick.sh",
32934
32937
  "test:tools:validate": "./scripts/validate-tool-code.sh",
32938
+ "security:review": "npm audit && npm outdated",
32939
+ "security:critical": "npm audit --audit-level=critical",
32940
+ "security:report": "npm audit --json > security-report.json || true",
32935
32941
  prepare: "husky install",
32936
32942
  "dev:site": "cd apps/site && npm run start",
32937
32943
  "build:site": "cd apps/site && npm run build",
@@ -32992,7 +32998,7 @@ var require_package = __commonJS({
32992
32998
  openai: "^5.10.1",
32993
32999
  react: "^18.3.1",
32994
33000
  "ripgrep-node": "^1.0.0",
32995
- "terminal-image": "^1.1.0",
33001
+ "terminal-image": "^4.1.0",
32996
33002
  tiktoken: "^1.0.21"
32997
33003
  },
32998
33004
  devDependencies: {
@@ -33007,7 +33013,7 @@ var require_package = __commonJS({
33007
33013
  husky: "^9.1.7",
33008
33014
  "lint-staged": "^16.2.4",
33009
33015
  prettier: "^3.6.2",
33010
- tsup: "^8.1.0",
33016
+ tsup: "^8.5.1",
33011
33017
  tsx: "^4.0.0"
33012
33018
  },
33013
33019
  engines: {