feat: support for codex as external CLI
fix: improved handling of MCP token limits when handling CLI output
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .base import BaseParser, ParsedCLIResponse, ParserError
|
||||
from .codex import CodexJSONLParser
|
||||
from .gemini import GeminiJSONParser
|
||||
|
||||
_PARSER_CLASSES: dict[str, type[BaseParser]] = {
|
||||
CodexJSONLParser.name: CodexJSONLParser,
|
||||
GeminiJSONParser.name: GeminiJSONParser,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user