negotium 0.12.1 → 0.12.3

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.
@@ -552,6 +552,7 @@ function hostedMcpCacheIdentity(surface, ctx) {
552
552
  depth: ctx.depth ?? 0,
553
553
  silent: ctx.silent ?? false,
554
554
  agent: ctx.agent,
555
+ threadRootId: ctx.threadRootId ?? null,
555
556
  peerBridge: ctx.peerBridge ?? null
556
557
  };
557
558
  break;
@@ -924,6 +925,7 @@ function buildBuiltinMcpServer(surface, ctx, stdio) {
924
925
  ...ctx.queryId ? { queryId: ctx.queryId } : {},
925
926
  ...ctx.wikiTopicId ? { wikiTopicId: ctx.wikiTopicId } : {},
926
927
  ...ctx.subagentParentTopicId ? { subagentParentTopicId: ctx.subagentParentTopicId } : {},
928
+ ...ctx.threadRootId ? { threadRootId: ctx.threadRootId } : {},
927
929
  cwd: ctx.cwd ?? (ctx.topicId ? resolveTopicWorkspaceDir(ctx.topicId) : process.cwd()),
928
930
  agent,
929
931
  ...ctx.model ? { model: ctx.model } : {},
@@ -3059,7 +3061,7 @@ var init_codex = __esm(async () => {
3059
3061
  });
3060
3062
 
3061
3063
  // ../../packages/core/src/version.ts
3062
- var NEGOTIUM_VERSION = "0.12.1";
3064
+ var NEGOTIUM_VERSION = "0.12.3";
3063
3065
 
3064
3066
  // ../../packages/core/src/agents/codex-native-multi-agent.ts
3065
3067
  import { spawn as spawn2 } from "child_process";
@@ -20330,4 +20332,4 @@ export {
20330
20332
  DEFAULT_SELF_CONFIG_PRODUCT
20331
20333
  };
20332
20334
 
20333
- //# debugId=08A64143601BA52464756E2164756E21
20335
+ //# debugId=48A7B5393BE0A5B764756E2164756E21