@linzumi/cli 1.0.189 → 1.0.190

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "1.0.189",
3
+ "version": "1.0.190",
4
4
  "description": "Linzumi CLI \u2014 point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -576,6 +576,8 @@ async function handleParseWorkerArgs(testCase) {
576
576
  codexModelProvider: options.codexModelProvider ?? null,
577
577
  linzumiAgentMcpToken: options.linzumiAgentMcpToken ?? null,
578
578
  codingJobMcpToken: options.codingJobMcpToken ?? null,
579
+ multiAgentJobs: options.multiAgentJobs === true,
580
+ multiAgentJobsEligible: options.multiAgentJobsEligible === true,
579
581
  kandanThreadId: options.threadProcess?.kandanThreadId ?? null,
580
582
  debugTrace: options.debugTrace ?? null,
581
583
  },