negotium 0.5.16 → 0.5.17
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/agent-helpers.js +2 -2
- package/dist/agent-helpers.js.map +2 -2
- package/dist/hosted-agent.js +2 -2
- package/dist/hosted-agent.js.map +2 -2
- package/dist/main.js +21 -7
- package/dist/main.js.map +7 -6
- package/dist/mcp-factories.js +2 -2
- package/dist/mcp-factories.js.map +2 -2
- package/dist/registry.js +2 -2
- package/dist/registry.js.map +2 -2
- package/dist/runtime/src/runtime-gateway.ts +396 -0
- package/dist/runtime/src/version.ts +1 -1
- package/dist/runtime-gateway.js +241 -0
- package/dist/runtime-gateway.js.map +10 -0
- package/dist/types/packages/core/src/runtime-gateway.d.ts +89 -0
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +6 -1
package/dist/agent-helpers.js
CHANGED
|
@@ -2443,7 +2443,7 @@ var init_claude_registry = __esm(() => {
|
|
|
2443
2443
|
});
|
|
2444
2444
|
|
|
2445
2445
|
// ../../packages/core/src/version.ts
|
|
2446
|
-
var NEGOTIUM_VERSION = "0.5.
|
|
2446
|
+
var NEGOTIUM_VERSION = "0.5.17";
|
|
2447
2447
|
|
|
2448
2448
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
2449
2449
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -19282,4 +19282,4 @@ export {
|
|
|
19282
19282
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
19283
19283
|
};
|
|
19284
19284
|
|
|
19285
|
-
//# debugId=
|
|
19285
|
+
//# debugId=10106D4891A4D42364756E2164756E21
|