feat: support for codex as external CLI
fix: improved handling of MCP token limits when handling CLI output
This commit is contained in:
@@ -33,4 +33,10 @@ INTERNAL_DEFAULTS: dict[str, CLIInternalDefaults] = {
|
||||
default_role_prompt="systemprompts/clink/gemini_default.txt",
|
||||
runner="gemini",
|
||||
),
|
||||
"codex": CLIInternalDefaults(
|
||||
parser="codex_jsonl",
|
||||
additional_args=["exec"],
|
||||
default_role_prompt="systemprompts/clink/codex_default.txt",
|
||||
runner="codex",
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user