negotium 0.16.4 → 0.16.5
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 +4 -3
- package/dist/agent-helpers.js.map +5 -5
- package/dist/{chunk-33exyd19.js → chunk-8h0fya43.js} +1 -1
- package/dist/{chunk-atdgzpwv.js → chunk-f536ex89.js} +3 -3
- package/dist/{chunk-atdgzpwv.js.map → chunk-f536ex89.js.map} +2 -2
- package/dist/{chunk-zt9dey0p.js → chunk-krz6n9jm.js} +3 -2
- package/dist/{chunk-zt9dey0p.js.map → chunk-krz6n9jm.js.map} +4 -4
- package/dist/hosted-agent.js +4 -3
- package/dist/hosted-agent.js.map +5 -5
- package/dist/main.js +5 -4
- package/dist/main.js.map +5 -5
- package/dist/mcp-factories.js +4 -3
- package/dist/mcp-factories.js.map +5 -5
- package/dist/registry.js +3 -3
- package/dist/rollout.js +2 -2
- package/dist/runtime/src/mcp/runtime-spec.ts +4 -0
- package/dist/runtime/src/platform/mcp-config.ts +6 -4
- package/dist/runtime/src/version.ts +1 -1
- package/dist/types/packages/core/src/mcp/runtime-spec.d.ts +3 -0
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-33exyd19.js.map → chunk-8h0fya43.js.map} +0 -0
package/dist/agent-helpers.js
CHANGED
|
@@ -1316,7 +1316,8 @@ var init_mcp_config = __esm(() => {
|
|
|
1316
1316
|
if (!topicId || !agent)
|
|
1317
1317
|
return null;
|
|
1318
1318
|
return buildRuntimeMcpSpec(agent, {
|
|
1319
|
-
userId
|
|
1319
|
+
userId,
|
|
1320
|
+
...actorUserId ? { actorUserId } : {},
|
|
1320
1321
|
topicId,
|
|
1321
1322
|
topicTitle: session,
|
|
1322
1323
|
queryId,
|
|
@@ -3118,7 +3119,7 @@ var init_codex = __esm(async () => {
|
|
|
3118
3119
|
});
|
|
3119
3120
|
|
|
3120
3121
|
// ../../packages/core/src/version.ts
|
|
3121
|
-
var NEGOTIUM_VERSION = "0.16.
|
|
3122
|
+
var NEGOTIUM_VERSION = "0.16.5";
|
|
3122
3123
|
|
|
3123
3124
|
// ../../packages/core/src/agents/codex-native-multi-agent.ts
|
|
3124
3125
|
import { spawn as spawn2 } from "child_process";
|
|
@@ -20885,4 +20886,4 @@ export {
|
|
|
20885
20886
|
DEFAULT_SELF_CONFIG_PRODUCT
|
|
20886
20887
|
};
|
|
20887
20888
|
|
|
20888
|
-
//# debugId=
|
|
20889
|
+
//# debugId=2A40B6553A89954964756E2164756E21
|