zhimin-z commited on
Commit
dfe1e8d
·
1 Parent(s): 729bdf0
Files changed (2) hide show
  1. Claude Code.json +3 -3
  2. OpenAI Codex.json +3 -3
Claude Code.json CHANGED
@@ -2,9 +2,9 @@
2
  "provider": "Anthropic",
3
  "bin": "claude",
4
  "promptStyle": "flag",
5
- "initArgs": ["--dangerously-skip-permissions", "--output-format", "text"],
6
- "followupStyle": "replay",
7
- "followupArgs": ["--dangerously-skip-permissions", "--output-format", "text"],
8
  "excludePatterns": [],
9
  "state": "active"
10
  }
 
2
  "provider": "Anthropic",
3
  "bin": "claude",
4
  "promptStyle": "flag",
5
+ "initArgs": ["--dangerously-skip-permissions", "--output-format", "json"],
6
+ "followupStyle": "resume",
7
+ "followupArgs": ["--dangerously-skip-permissions", "--output-format", "json"],
8
  "excludePatterns": [],
9
  "state": "active"
10
  }
OpenAI Codex.json CHANGED
@@ -2,9 +2,9 @@
2
  "provider": "OpenAI",
3
  "bin": "codex",
4
  "promptStyle": "exec",
5
- "initArgs": ["--full-auto"],
6
  "followupStyle": "resume",
7
- "followupArgs": ["--full-auto"],
8
- "excludePatterns": ["**Agent warnings:**"],
9
  "state": "active"
10
  }
 
2
  "provider": "OpenAI",
3
  "bin": "codex",
4
  "promptStyle": "exec",
5
+ "initArgs": ["--full-auto", "--output-format", "jsonl"],
6
  "followupStyle": "resume",
7
+ "followupArgs": ["--full-auto", "--output-format", "jsonl"],
8
+ "excludePatterns": [],
9
  "state": "active"
10
  }