negotium 0.6.4 → 0.6.5
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/{chunk-tfwbft4r.js → chunk-rzef19v4.js} +2 -2
- package/dist/{chunk-tfwbft4r.js.map → chunk-rzef19v4.js.map} +2 -2
- package/dist/hosted-agent.js +2 -2
- package/dist/hosted-agent.js.map +2 -2
- package/dist/main.js +36 -2
- package/dist/main.js.map +7 -7
- package/dist/mcp-factories.js +2 -2
- package/dist/mcp-factories.js.map +2 -2
- package/dist/registry.js +1 -1
- package/dist/runtime/src/node-host.ts +1 -0
- package/dist/runtime/src/runtime-gateway.ts +61 -0
- package/dist/runtime/src/version.ts +1 -1
- package/dist/runtime-gateway.js +24 -1
- package/dist/runtime-gateway.js.map +3 -3
- package/dist/types/packages/core/src/runtime-gateway.d.ts +9 -0
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/agent-helpers.js
CHANGED
|
@@ -2980,7 +2980,7 @@ var init_codex = __esm(async () => {
|
|
|
2980
2980
|
});
|
|
2981
2981
|
|
|
2982
2982
|
// ../../packages/core/src/version.ts
|
|
2983
|
-
var NEGOTIUM_VERSION = "0.6.
|
|
2983
|
+
var NEGOTIUM_VERSION = "0.6.5";
|
|
2984
2984
|
|
|
2985
2985
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
2986
2986
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -19294,4 +19294,4 @@ export {
|
|
|
19294
19294
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
19295
19295
|
};
|
|
19296
19296
|
|
|
19297
|
-
//# debugId=
|
|
19297
|
+
//# debugId=E4CEF015C435076364756E2164756E21
|