@xagent/x-cli 1.2.10 → 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.10 – 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.10",
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",
@@ -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.10",
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",