Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: breaking-brake/cc-wf-studio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.18.0
Choose a base ref
Loading
...
head repository: breaking-brake/cc-wf-studio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.18.1
Choose a head ref
Loading
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Jan 24, 2026

  1. improvement: add Codex CLI as AI provider for workflow refinement (#502)

    * feat: add Codex CLI as AI provider for workflow refinement
    
    - Add 'codex' to AiCliProvider type and CodexModel type
    - Create codex-cli-service.ts with streaming support
    - Update ai-provider.ts with Codex routing
    - Add codexModel parameter to refinement services
    - Add Codex model input in SettingsDropdown UI
    - Default model is empty (inherit from CLI config)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * fix: improve Codex CLI integration for cross-platform and output parsing
    
    - Replace nano-spawn with Node.js child_process for stdin piping
    - Add codex-cli-path.ts for CLI detection in GUI-launched VSCode
    - Fix JSONL parsing for item.completed event with item.text field
    - Add JSON extraction from mixed output (reasoning + response)
    - Add --skip-git-repo-check flag to bypass Codex trust check
    - Fix cross-platform process termination (Windows compatibility)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * improvement: add Codex reasoning effort setting and fix UI issues
    
    - Added reasoning effort setting (low/medium/high, default: low)
    - Added -c 'model_reasoning_effort' flag to Codex CLI
    - Fixed duplicate message bug when streaming completes
    - Fixed arrow key navigation in model input field
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * feat: add session continuation support for Codex CLI
    
    - Extract thread_id from thread.started events for session resume
    - Add resumeSessionId parameter to executeCodexCLI functions
    - Update command to use 'codex exec resume <thread_id>' when resuming
    - Add Codex-specific session error patterns (thread not found, etc.)
    - Remove Codex from provider switch warning (now supports sessions)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * fix: improve Windows Codex CLI path detection
    
    - Extract shared CLI path detection logic into cli-path-detector.ts
    - Refactor claude-cli-path.ts to use shared module (~200 lines removed)
    - Refactor codex-cli-path.ts to use shared module (~200 lines removed)
    - Update codex-cli-service.ts to use nano-spawn for Windows compatibility
    - Fix Codex CLI JSONL parsing for chunks without trailing newlines
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    0f8c654 View commit details
    Browse the repository at this point in the history
  2. fix: use provider-specific translation keys for AI edit messages (#504)

    - Replace placeholder-based note with dedicated keys per provider
    - Show CLAUDE.md tip only when Claude Code is selected
    - Add translations for noteClaudeCode and noteCodex in 5 languages
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    581ce5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #503 from breaking-brake/main

    Release: v3.18.1
    breaking-brake authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    a5331ce View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.18.1 [skip ci]

    ## [3.18.1](v3.18.0...v3.18.1) (2026-01-24)
    
    ### Bug Fixes
    
    * use provider-specific translation keys for AI edit messages ([#504](#504)) ([581ce5c](581ce5c))
    
    ### Improvements
    
    * add Codex CLI as AI provider for workflow refinement ([#502](#502)) ([0f8c654](0f8c654))
    github-actions[bot] committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    3036fff View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.