mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
[codex] Fix commitments safety and coverage (#75302)
* fix commitments safety and coverage * Repair commitments safety PR review blockers * fix(clawsweeper): address review for automerge-openclaw-openclaw-75302 (1) * Repair commitments safety PR review blocker --------- Co-authored-by: clawsweeper-repair <clawsweeper-repair@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,7 @@ export function buildAnthropicCliBackend(): CliBackendPlugin {
|
||||
},
|
||||
bundleMcp: true,
|
||||
bundleMcpMode: "claude-config-file",
|
||||
nativeToolMode: "always-on",
|
||||
config: {
|
||||
command: "claude",
|
||||
args: [
|
||||
|
||||
@@ -25,6 +25,7 @@ export function buildGoogleGeminiCliBackend(): CliBackendPlugin {
|
||||
},
|
||||
bundleMcp: true,
|
||||
bundleMcpMode: "gemini-system-settings",
|
||||
nativeToolMode: "always-on",
|
||||
config: {
|
||||
command: "gemini",
|
||||
args: ["--skip-trust", "--output-format", "json", "--prompt", "{prompt}"],
|
||||
|
||||
@@ -20,6 +20,7 @@ export function buildOpenAICodexCliBackend(): CliBackendPlugin {
|
||||
},
|
||||
bundleMcp: true,
|
||||
bundleMcpMode: "codex-config-overrides",
|
||||
nativeToolMode: "always-on",
|
||||
config: {
|
||||
command: "codex",
|
||||
args: [
|
||||
|
||||
Reference in New Issue
Block a user