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/agent-helpers.js
CHANGED
|
@@ -3785,7 +3785,7 @@ var init_claude_provider = __esm(async () => {
|
|
|
3785
3785
|
});
|
|
3786
3786
|
|
|
3787
3787
|
// ../../packages/core/src/version.ts
|
|
3788
|
-
var NEGOTIUM_VERSION = "0.2.
|
|
3788
|
+
var NEGOTIUM_VERSION = "0.2.2";
|
|
3789
3789
|
|
|
3790
3790
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
3791
3791
|
import { spawn as spawn3 } from "child_process";
|
|
@@ -17977,4 +17977,4 @@ export {
|
|
|
17977
17977
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
17978
17978
|
};
|
|
17979
17979
|
|
|
17980
|
-
//# debugId=
|
|
17980
|
+
//# debugId=B714AC03F638E5C364756E2164756E21
|