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.
- package/dist/agent-helpers.js +4 -2
- package/dist/agent-helpers.js.map +5 -5
- package/dist/{chunk-547drc5t.js → chunk-jz4jf6t1.js} +3 -1
- package/dist/{chunk-547drc5t.js.map → chunk-jz4jf6t1.js.map} +4 -4
- package/dist/{chunk-xc9x7xww.js → chunk-pva2g5qz.js} +3 -3
- package/dist/{chunk-xc9x7xww.js.map → chunk-pva2g5qz.js.map} +2 -2
- package/dist/{chunk-xze4zxfq.js → chunk-v9vh52nc.js} +1 -1
- package/dist/hosted-agent.js +4 -2
- package/dist/hosted-agent.js.map +5 -5
- package/dist/main.js +11 -5
- package/dist/main.js.map +7 -7
- package/dist/mcp-factories.js +4 -2
- 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 +12 -0
- package/dist/runtime/src/platform/mcp-config.ts +1 -0
- package/dist/runtime/src/runtime/inbox.ts +16 -1
- package/dist/runtime/src/version.ts +1 -1
- package/dist/types/packages/core/src/mcp/runtime-spec.d.ts +8 -0
- package/dist/types/packages/core/src/version.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-xze4zxfq.js.map → chunk-v9vh52nc.js.map} +0 -0
package/dist/agent-helpers.js
CHANGED
|
@@ -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.
|
|
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=
|
|
20335
|
+
//# debugId=48A7B5393BE0A5B764756E2164756E21
|