negotium 0.2.21 → 0.2.22
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 +77 -3
- package/dist/main.js.map +8 -7
- 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/node-host.ts +1 -1
- package/dist/runtime/src/version.ts +1 -1
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/mcp-factories.js
CHANGED
|
@@ -1015,7 +1015,7 @@ var init_claude_registry = __esm(() => {
|
|
|
1015
1015
|
});
|
|
1016
1016
|
|
|
1017
1017
|
// ../../packages/core/src/version.ts
|
|
1018
|
-
var NEGOTIUM_VERSION = "0.2.
|
|
1018
|
+
var NEGOTIUM_VERSION = "0.2.22";
|
|
1019
1019
|
|
|
1020
1020
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
1021
1021
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -21023,4 +21023,4 @@ export {
|
|
|
21023
21023
|
createAgentHealthMcpServer
|
|
21024
21024
|
};
|
|
21025
21025
|
|
|
21026
|
-
//# debugId=
|
|
21026
|
+
//# debugId=4534882705992A7264756E2164756E21
|