DEMO / RECORDING
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
- Codex CLI receives a prompt.
- ClearJev sends the bounded routing question to Jev.
- The selected model handles the task through the CLI.
How to reproduce
- Read the original post and the linked ClearJev repository.
- Review the Codex CLI skill configuration and provide your own TypeSafe key.
- 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.