COMMUNITY OBSERVEDMetric claims: AUTHOR REPORTEDSOURCE AUDITED🤖 Jev Agent

ClearJev — Codex Prompt Model Routing

An independent Codex CLI skill where Jev selects a model for each prompt.

Overview & Result

ClearJev is an independent Codex CLI skill that asks Jev to select a model for each prompt before the coding task runs.

How Jev fits in the loop

  1. Codex CLI receives a prompt.
  2. ClearJev sends the bounded routing question to Jev.
  3. The selected model handles the task through the CLI.

How to reproduce

  1. Read the original post and the linked ClearJev repository.
  2. Review the Codex CLI skill configuration and provide your own TypeSafe key.
  3. Run the repository checks before trying a routing task.

Why this build matters

It makes model routing a visible decision layer around Codex CLI while keeping the source project separate from TypeSafe.

Limitations

  • The repository README targets Codex CLI; do not generalize this to the Codex desktop app.

Patterns