Additional LLM Providers
Support for OpenAI/Codex, Gemini, and other CLI-based coding agents beyond Claude Code.
Current Progress
- Extensible
ProviderDescribing protocol in place
- Claude Code provider fully implemented as reference
Remaining Work
Design Considerations
- Each provider has different transcript formats — parsers must be provider-specific
- The
ProviderDescribing protocol should remain the single abstraction layer
- UI should clearly indicate which provider a session belongs to
- Configuration screens should adapt based on provider capabilities
Acceptance Criteria
- At least one additional provider (Codex or Gemini) is functional
- Provider architecture remains clean and extensible
- Sessions from different providers are clearly distinguished in the UI
Additional LLM Providers
Support for OpenAI/Codex, Gemini, and other CLI-based coding agents beyond Claude Code.
Current Progress
ProviderDescribingprotocol in placeRemaining Work
Design Considerations
ProviderDescribingprotocol should remain the single abstraction layerAcceptance Criteria