@xagent/x-cli 1.2.6 → 1.2.7

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.6 – Revolutionary Optimization & Agent Self-Testing
1
+ ## 1.2.7 – 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.6",
27053
+ version: "1.2.7",
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",
@@ -27071,7 +27071,8 @@ var init_package = __esm({
27071
27071
  "package.json"
27072
27072
  ],
27073
27073
  scripts: {
27074
- local: "bun --watch src/index.ts",
27074
+ local: "bun run build && bun dist/index.js",
27075
+ "local-watch": "bun --watch src/index.ts",
27075
27076
  "test-agent": "bun run build && ./dist/index.js -p",
27076
27077
  "test-log": 'bun run build && ./dist/index.js -p "$1" 2>&1 | tee agent-test.log',
27077
27078
  "test-iterative": "./scripts/test-agent-iterative.sh",
@@ -32895,7 +32896,7 @@ var require_package = __commonJS({
32895
32896
  module.exports = {
32896
32897
  type: "module",
32897
32898
  name: "@xagent/one-shot",
32898
- version: "1.2.6",
32899
+ version: "1.2.7",
32899
32900
  description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
32900
32901
  main: "dist/index.js",
32901
32902
  module: "dist/index.js",
@@ -32916,7 +32917,8 @@ var require_package = __commonJS({
32916
32917
  "package.json"
32917
32918
  ],
32918
32919
  scripts: {
32919
- local: "bun --watch src/index.ts",
32920
+ local: "bun run build && bun dist/index.js",
32921
+ "local-watch": "bun --watch src/index.ts",
32920
32922
  "test-agent": "bun run build && ./dist/index.js -p",
32921
32923
  "test-log": 'bun run build && ./dist/index.js -p "$1" 2>&1 | tee agent-test.log',
32922
32924
  "test-iterative": "./scripts/test-agent-iterative.sh",