Commit Graph

2 Commits

  • Uprev Rust toolchain pins to 1.95.0 (#24684)
    ## Summary
    - Bump the workspace Rust toolchain from `1.93.0` to `1.95.0` across
    Cargo, Bazel, CI, release workflows, devcontainers, and the Codex
    environment config.
    - Refresh `MODULE.bazel.lock` so the Bazel Rust toolchain artifacts
    match the new version.
    - Leave purpose-specific toolchains unchanged, including the
    `argument-comment-lint` nightly and the upstream `rusty_v8` `1.91.0`
    build pin.
    - Includes fixes for new lints from `just fix` and a few codex-authored
    fixes for lints without a suggestion.
  • [codex] Add Codex environment config (#20630)
    ## Why
    
    This adds a checked-in Codex environment configuration so the repo
    exposes a ready-to-run Codex action from the app environment metadata.
    
    ## What changed
    
    - Added `.codex/environments/environment.toml` with a generated `Run`
    action.
    - The action runs the `codex` binary from `codex-rs/Cargo.toml` with
    `mcp_oauth_credentials_store=file`.
    
    ## Verification
    
    - Not run; configuration-only change.