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.
@@ -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: actorUserId ?? 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.4";
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=0C381456723AA9D364756E2164756E21
20889
+ //# debugId=2A40B6553A89954964756E2164756E21