@rallycry/conveyor-agent 6.1.0 → 6.1.1
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.
|
@@ -4815,6 +4815,7 @@ function buildQueryOptions(host, context) {
|
|
|
4815
4815
|
canUseTool: buildCanUseTool(host),
|
|
4816
4816
|
tools: { type: "preset", preset: "claude_code" },
|
|
4817
4817
|
mcpServers: { conveyor: createConveyorMcpServer(host.connection, host.config, context, mode) },
|
|
4818
|
+
sandbox: context.useSandbox ? { enabled: true } : { enabled: false },
|
|
4818
4819
|
hooks: buildHooks(host),
|
|
4819
4820
|
maxTurns: mode === "code-review" ? Math.min(settings.maxTurns ?? 15, 15) : settings.maxTurns,
|
|
4820
4821
|
effort: settings.effort,
|
|
@@ -7545,4 +7546,4 @@ export {
|
|
|
7545
7546
|
ProjectRunner,
|
|
7546
7547
|
FileCache
|
|
7547
7548
|
};
|
|
7548
|
-
//# sourceMappingURL=chunk-
|
|
7549
|
+
//# sourceMappingURL=chunk-4NL6FASS.js.map
|