ax-agents 0.1.8 → 0.1.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.
Files changed (2) hide show
  1. package/ax.js +0 -1
  2. package/package.json +1 -1
package/ax.js CHANGED
@@ -6730,7 +6730,6 @@ async function main() {
6730
6730
  loop: flags.loop,
6731
6731
  reset: flags.reset,
6732
6732
  session: flags.session ? session : null,
6733
- yolo,
6734
6733
  timeoutMs,
6735
6734
  });
6736
6735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ax-agents",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "A CLI for orchestrating AI coding agents via tmux",
5
5
  "bin": {
6
6
  "ax": "ax.js",