negotium 0.3.13 → 0.3.14
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 +57 -4
- 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/version.ts +1 -1
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/agent-helpers.js
CHANGED
|
@@ -2429,7 +2429,7 @@ var init_claude_registry = __esm(() => {
|
|
|
2429
2429
|
});
|
|
2430
2430
|
|
|
2431
2431
|
// ../../packages/core/src/version.ts
|
|
2432
|
-
var NEGOTIUM_VERSION = "0.3.
|
|
2432
|
+
var NEGOTIUM_VERSION = "0.3.14";
|
|
2433
2433
|
|
|
2434
2434
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
2435
2435
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -18987,4 +18987,4 @@ export {
|
|
|
18987
18987
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
18988
18988
|
};
|
|
18989
18989
|
|
|
18990
|
-
//# debugId=
|
|
18990
|
+
//# debugId=AA945E7A95E4EEDF64756E2164756E21
|