@livx.cc/agentx 0.94.38 → 0.95.1

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/dist/cli.d.ts CHANGED
@@ -141,6 +141,7 @@ interface Args {
141
141
  scratch?: boolean;
142
142
  harden?: boolean;
143
143
  hardenNet?: boolean;
144
+ worktree?: string;
144
145
  }
145
146
  declare function parseArgs(argv: string[]): Args;
146
147
  /** Hooks that render tool activity to stderr: a preToolUse header, and for edits a colorized diff.