chore: rebuild CentOS7 release package
This commit is contained in:
@@ -21,6 +21,7 @@ function createAgentRuntime(deps) {
|
||||
saveSession,
|
||||
setRuntimeSessionId,
|
||||
getRuntimeSessionId,
|
||||
titleToolInstructions,
|
||||
} = deps;
|
||||
|
||||
function readRuntimePositiveIntEnv(name, fallback, options = {}) {
|
||||
@@ -179,6 +180,9 @@ function createAgentRuntime(deps) {
|
||||
const ccwebMcpEnv = createCcwebMcpEnv(session, options);
|
||||
appendCcwebMcpConfig(args, ccwebMcpEnv);
|
||||
appendProjectMcpConfigs(args, options.projectMcpConfigs);
|
||||
if (titleToolInstructions) {
|
||||
args.push('-c', `developer_instructions=${tomlString(titleToolInstructions)}`);
|
||||
}
|
||||
|
||||
const permMode = session.permissionMode || 'yolo';
|
||||
// `-s/--sandbox` is an option for `codex exec`, but not for `codex exec resume`.
|
||||
|
||||
Reference in New Issue
Block a user