Minor Changes
- #1273
b43b7ce
Thanks @ben-vargas! - Add Codex CLI provider with OAuth authentication- Added codex-cli provider for GPT-5 and GPT-5-Codex models (272K input / 128K output)
- OAuth-first authentication via
codex login
- no API key required - Optional OPENAI_CODEX_API_KEY support
- Codebase analysis capabilities automatically enabled
- Command-specific settings and approval/sandbox modes
Patch Changes
-
#1277
7b5a7c4
Thanks @Crunchyman-ralph! - Fix MCP connection errors caused by deprecated generateTaskFiles calls. Resolves "Cannot read properties of null (reading 'toString')" errors when using MCP tools for task management operations. -
#1276
caee040
Thanks @Crunchyman-ralph! - Fix MCP server error when file parameter not provided - now properly constructs default tasks.json path instead of failing with 'tasksJsonPath is required' error.