negotium 0.1.45 → 0.1.46
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 +1267 -283
- package/dist/main.js.map +15 -13
- package/dist/mcp-factories.js +2 -2
- package/dist/mcp-factories.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 +3 -3
package/dist/agent-helpers.js
CHANGED
|
@@ -2622,7 +2622,7 @@ var init_claude_provider = __esm(async () => {
|
|
|
2622
2622
|
});
|
|
2623
2623
|
|
|
2624
2624
|
// ../../packages/core/src/version.ts
|
|
2625
|
-
var NEGOTIUM_VERSION = "0.1.
|
|
2625
|
+
var NEGOTIUM_VERSION = "0.1.46";
|
|
2626
2626
|
|
|
2627
2627
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
2628
2628
|
import { spawn as spawn3 } from "child_process";
|
|
@@ -17391,4 +17391,4 @@ export {
|
|
|
17391
17391
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
17392
17392
|
};
|
|
17393
17393
|
|
|
17394
|
-
//# debugId=
|
|
17394
|
+
//# debugId=1341462A946EC88564756E2164756E21
|