negotium 0.2.1 → 0.2.2
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 +168 -24
- package/dist/main.js.map +4 -4
- package/dist/mcp-factories.js +2 -2
- package/dist/mcp-factories.js.map +2 -2
- package/dist/runtime/src/migration/single-user.ts +210 -26
- 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
|
@@ -7687,7 +7687,7 @@ var init_claude_provider = __esm(async () => {
|
|
|
7687
7687
|
});
|
|
7688
7688
|
|
|
7689
7689
|
// ../../packages/core/src/version.ts
|
|
7690
|
-
var NEGOTIUM_VERSION = "0.2.
|
|
7690
|
+
var NEGOTIUM_VERSION = "0.2.2";
|
|
7691
7691
|
|
|
7692
7692
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
7693
7693
|
import { spawn as spawn6 } from "child_process";
|
|
@@ -19332,4 +19332,4 @@ export {
|
|
|
19332
19332
|
createAgentHealthMcpServer
|
|
19333
19333
|
};
|
|
19334
19334
|
|
|
19335
|
-
//# debugId=
|
|
19335
|
+
//# debugId=37FBE4A6B405392964756E2164756E21
|