@oxgeneral/orch 1.0.26 → 1.0.28
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/App-YVHDT4VD.js +23 -0
- package/dist/antigravity-O4HXTW5G.js +2 -0
- package/dist/{antigravity-W43JJLR2.js → antigravity-Q5KU76IE.js} +3 -3
- package/dist/{antigravity-W43JJLR2.js.map → antigravity-Q5KU76IE.js.map} +1 -1
- package/dist/{chunk-ITMAWW3J.js → chunk-5KNZ2OEV.js} +1 -1
- package/dist/{chunk-YKUO5PD4.js → chunk-6ZRSU2RC.js} +1 -1
- package/dist/chunk-COJCLTPD.js +3 -0
- package/dist/chunk-CY5VX7G5.js +102 -0
- package/dist/chunk-CY5VX7G5.js.map +1 -0
- package/dist/chunk-JEMJFAMY.js +6 -0
- package/dist/chunk-LWYSQ32X.js +2 -0
- package/dist/claude-MK3KXPCV.js +2 -0
- package/dist/{claude-KZMCTMDP.js → claude-TCPV5VGL.js} +3 -3
- package/dist/{claude-KZMCTMDP.js.map → claude-TCPV5VGL.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/codex-6TTUEMXU.js +2 -0
- package/dist/{codex-UR7Q22OV.js → codex-ZWDFBGE4.js} +3 -3
- package/dist/{codex-UR7Q22OV.js.map → codex-ZWDFBGE4.js.map} +1 -1
- package/dist/{container-WJJQSUHB.js → container-CH5HKCZU.js} +2 -2
- package/dist/{cursor-O6M6XOMT.js → cursor-E7X5BWGB.js} +9 -10
- package/dist/cursor-E7X5BWGB.js.map +1 -0
- package/dist/cursor-RCZXGZ3O.js +2 -0
- package/dist/{doctor-X2D67Q6Q.js → doctor-ITKGSHFU.js} +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +12 -7
- package/dist/index.js.map +1 -1
- package/dist/opencode-3Q4KA3CM.js +2 -0
- package/dist/{opencode-HOX5TCMD.js → opencode-DA6U3KYP.js} +3 -3
- package/dist/{opencode-HOX5TCMD.js.map → opencode-DA6U3KYP.js.map} +1 -1
- package/dist/{pi-GFJCLRZJ.js → pi-AZBWGTUL.js} +6 -24
- package/dist/pi-AZBWGTUL.js.map +1 -0
- package/dist/pi-IDZOXOPE.js +2 -0
- package/dist/shell-YEHU4QG6.js +2 -0
- package/dist/{shell-C2J4AIAV.js → shell-ZQZBBNLC.js} +3 -3
- package/dist/{shell-C2J4AIAV.js.map → shell-ZQZBBNLC.js.map} +1 -1
- package/dist/{task-V72DFC6L.js → task-SZDRAD7V.js} +1 -1
- package/dist/{tui-GFT7LF67.js → tui-25JIN7MP.js} +1 -1
- package/package.json +1 -1
- package/dist/App-B4VWJWWG.js +0 -23
- package/dist/antigravity-LGKZHZL7.js +0 -2
- package/dist/chunk-C7C7Q7XO.js +0 -4
- package/dist/chunk-DEHFYICU.js +0 -2
- package/dist/chunk-RFN447MA.js +0 -73
- package/dist/chunk-RFN447MA.js.map +0 -1
- package/dist/chunk-SJG3HXO5.js +0 -5
- package/dist/claude-PH7LT3OH.js +0 -2
- package/dist/codex-URQN4JLZ.js +0 -2
- package/dist/cursor-EMX3ECDY.js +0 -2
- package/dist/cursor-O6M6XOMT.js.map +0 -1
- package/dist/opencode-K22RCQ5C.js +0 -2
- package/dist/pi-GFJCLRZJ.js.map +0 -1
- package/dist/pi-XEINSHUN.js +0 -2
- package/dist/shell-NPNTWDMU.js +0 -2
package/dist/index.js
CHANGED
|
@@ -992,6 +992,11 @@ var AgentService = class {
|
|
|
992
992
|
}
|
|
993
993
|
agent.name = fields.name.trim();
|
|
994
994
|
}
|
|
995
|
+
if (fields.adapter !== void 0) {
|
|
996
|
+
const adapter = fields.adapter.trim();
|
|
997
|
+
if (!adapter) throw new InvalidArgumentsError("Agent adapter cannot be empty");
|
|
998
|
+
agent.adapter = adapter;
|
|
999
|
+
}
|
|
995
1000
|
if (fields.role !== void 0) agent.role = fields.role || void 0;
|
|
996
1001
|
if (fields.model !== void 0) agent.config.model = fields.model || void 0;
|
|
997
1002
|
if (fields.effort !== void 0) agent.config.effort = fields.effort || void 0;
|
|
@@ -2573,14 +2578,14 @@ async function buildFullContainer(context) {
|
|
|
2573
2578
|
] = await Promise.all([
|
|
2574
2579
|
import('./process-manager-A36Y7LHP.js'),
|
|
2575
2580
|
import('./registry-JXXRLJ5J.js'),
|
|
2576
|
-
import('./claude-
|
|
2577
|
-
import('./codex-
|
|
2578
|
-
import('./cursor-
|
|
2579
|
-
import('./shell-
|
|
2580
|
-
import('./opencode-
|
|
2581
|
-
import('./pi-
|
|
2581
|
+
import('./claude-TCPV5VGL.js'),
|
|
2582
|
+
import('./codex-ZWDFBGE4.js'),
|
|
2583
|
+
import('./cursor-E7X5BWGB.js'),
|
|
2584
|
+
import('./shell-ZQZBBNLC.js'),
|
|
2585
|
+
import('./opencode-DA6U3KYP.js'),
|
|
2586
|
+
import('./pi-AZBWGTUL.js'),
|
|
2582
2587
|
import('./grok-GIH3ESBQ.js'),
|
|
2583
|
-
import('./antigravity-
|
|
2588
|
+
import('./antigravity-Q5KU76IE.js'),
|
|
2584
2589
|
import('./workspace-manager-QH27FF55.js'),
|
|
2585
2590
|
import('./template-engine-XOH3FZPU.js'),
|
|
2586
2591
|
import('./skill-loader-RHCFIK74.js'),
|