This is a custom version of the Codex project, enhanced with Learn Mode that allows the CLI to track user behavior and save sessions. The version is stable, simple, and ready for expansion to an intelligent Agent.
-
Standard Codex CLI
- Run Codex commands interactively or non-interactively.
- Supports main subcommands such as
exec,resume,login,logout,apply,sandbox,cloud.
-
Learn Mode (New)
- Automatically records all user interactions with the CLI.
- Each prompt and corresponding response is logged for internal dataset creation for future Agent usage.
- Captures data without affecting the main behavior of the system.
-
Resume Support
- Continue previous sessions with
codex resume. - Merges flags and settings from the previous run.
- Continue previous sessions with
-
Testing & Validation
- Unit tests ensure correct behavior of
resume,exit_messages, and flag merging.
- Unit tests ensure correct behavior of