-
Notifications
You must be signed in to change notification settings - Fork 546
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 24 files changed
- 3 contributors
Commits on Jan 24, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0f8c654 - Browse repository at this point
Copy the full SHA 0f8c654View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 581ce5c - Browse repository at this point
Copy the full SHA 581ce5cView commit details -
Merge pull request #503 from breaking-brake/main
Release: v3.18.1
Configuration menu - View commit details
-
Copy full SHA for a5331ce - Browse repository at this point
Copy the full SHA a5331ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3036fff - Browse repository at this point
Copy the full SHA 3036fffView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.18.0...v3.18.1