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.5.0
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.6.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 3 contributors

Commits on Jul 1, 2026

  1. feat(app): add app --instance flag, deprecate app-instance command

    Collapse the two co-equal Desktop launch commands into one verb. `app`
    stays the default single-app switcher (stock, notarized Codex.app), and
    parallel launch moves behind an opt-in `--instance` flag; `--rebuild` is
    valid only together with `--instance`. `app-instance` remains as a hidden,
    deprecated back-compat alias that forwards to `app --instance`, so existing
    scripts and muscle memory keep working.
    
    Keeps the `--instance` name consistent with `logs --instance` and
    CODEX_PROFILE_APP_INSTANCE_ROOT. Updates help text, bash/zsh/fish
    completions, and docs (README, SECURITY, AGENTS, llms.txt, index.html,
    geo-measurement) to lead with `app`. Adds tests for the flag path, the
    alias, and the --rebuild-requires-instance guard.
    
    Bump version to 0.5.0.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
    Ducksss and claude committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    38f8910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df99c3a View commit details
    Browse the repository at this point in the history
Loading