core-agent-ide/codex-rs/cloud-tasks/src
Michael Bolin 8b7f8af343
feat: split codex-common into smaller utils crates (#11422)
We are removing feature-gated shared crates from the `codex-rs`
workspace. `codex-common` grouped several unrelated utilities behind
`[features]`, which made dependency boundaries harder to reason about
and worked against the ongoing effort to eliminate feature flags from
workspace crates.

Splitting these utilities into dedicated crates under `utils/` aligns
this area with existing workspace structure and keeps each dependency
explicit at the crate boundary.

## What changed

- Removed `codex-rs/common` (`codex-common`) from workspace members and
workspace dependencies.
- Added six new utility crates under `codex-rs/utils/`:
  - `codex-utils-cli`
  - `codex-utils-elapsed`
  - `codex-utils-sandbox-summary`
  - `codex-utils-approval-presets`
  - `codex-utils-oss`
  - `codex-utils-fuzzy-match`
- Migrated the corresponding modules out of `codex-common` into these
crates (with tests), and added matching `BUILD.bazel` targets.
- Updated direct consumers to use the new crates instead of
`codex-common`:
  - `codex-rs/cli`
  - `codex-rs/tui`
  - `codex-rs/exec`
  - `codex-rs/app-server`
  - `codex-rs/mcp-server`
  - `codex-rs/chatgpt`
  - `codex-rs/cloud-tasks`
- Updated workspace lockfile entries to reflect the new dependency graph
and removal of `codex-common`.
2026-02-11 12:59:24 +00:00
..
app.rs add codex cloud list (#9324) 2026-01-16 08:56:38 -08:00
cli.rs feat: split codex-common into smaller utils crates (#11422) 2026-02-11 12:59:24 +00:00
env_detect.rs Add cloud tasks (#3197) 2025-09-30 10:10:33 +00:00
lib.rs add codex cloud list (#9324) 2026-01-16 08:56:38 -08:00
new_task.rs Add cloud tasks (#3197) 2025-09-30 10:10:33 +00:00
scrollable_diff.rs Add cloud tasks (#3197) 2025-09-30 10:10:33 +00:00
ui.rs cloud: status, diff, apply (#7614) 2025-12-05 21:39:23 +00:00
util.rs Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08:00