zhimin-z commited on
Commit
e20c366
·
1 Parent(s): 16e01ce
Files changed (4) hide show
  1. Claude Code.json +0 -1
  2. Gemini CLI.json +1 -3
  3. Grok CLI.json +0 -1
  4. OpenAI Codex.json +2 -1
Claude Code.json CHANGED
@@ -5,6 +5,5 @@
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
  }
 
5
  "initArgs": ["--dangerously-skip-permissions", "--output-format", "json"],
6
  "followupStyle": "resume",
7
  "followupArgs": ["--dangerously-skip-permissions", "--output-format", "json"],
 
8
  "state": "active"
9
  }
Gemini CLI.json CHANGED
@@ -5,8 +5,6 @@
5
  "initArgs": ["--yolo"],
6
  "followupStyle": "replay",
7
  "followupArgs": ["--yolo"],
8
- "excludePatterns": [
9
- "**Agent warnings:**"
10
- ],
11
  "state": "inactive"
12
  }
 
5
  "initArgs": ["--yolo"],
6
  "followupStyle": "replay",
7
  "followupArgs": ["--yolo"],
8
+ "outputEndMarker": "**Agent warnings:**",
 
 
9
  "state": "inactive"
10
  }
Grok CLI.json CHANGED
@@ -5,6 +5,5 @@
5
  "initArgs": [],
6
  "followupStyle": "replay",
7
  "followupArgs": [],
8
- "excludePatterns": [],
9
  "state": "inactive"
10
  }
 
5
  "initArgs": [],
6
  "followupStyle": "replay",
7
  "followupArgs": [],
 
8
  "state": "inactive"
9
  }
OpenAI Codex.json CHANGED
@@ -5,6 +5,7 @@
5
  "initArgs": ["--full-auto"],
6
  "followupStyle": "resume",
7
  "followupArgs": ["--full-auto"],
8
- "excludePatterns": [],
 
9
  "state": "active"
10
  }
 
5
  "initArgs": ["--full-auto"],
6
  "followupStyle": "resume",
7
  "followupArgs": ["--full-auto"],
8
+ "outputStartMarker": "\ncodex\n",
9
+ "outputEndMarker": "\ntokens used",
10
  "state": "active"
11
  }