Skip to content
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: Ducksss/codex-profiles
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: Ducksss/codex-profiles
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 1, 2026

  1. fix(shell-init): propagate env failure status in fish use wrapper

    The fish wrapper piped `env ... | source`, so `codex-profile use` returned
    source's exit status (always 0) and discarded env's failure — `use <invalid>`
    or `use` with no arg reported success in fish while bash/zsh correctly
    returned non-zero. Capture env's output first and `; or return $status` so the
    failure propagates, restoring cross-shell parity. Lock it in with a test
    assertion on the emitted wrapper, and note it under CHANGELOG Unreleased.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
    Ducksss and claude committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    25827e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22714e7 View commit details
    Browse the repository at this point in the history
Loading