Skip to content

Osodyssey/codex

 
 

Repository files navigation

Codex CLI (Custom Version with Learn Mode)

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.


Features

  1. Standard Codex CLI

    • Run Codex commands interactively or non-interactively.
    • Supports main subcommands such as exec, resume, login, logout, apply, sandbox, cloud.
  2. 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.
  3. Resume Support

    • Continue previous sessions with codex resume.
    • Merges flags and settings from the previous run.
  4. Testing & Validation

    • Unit tests ensure correct behavior of resume, exit_messages, and flag merging.

About

Lightweight coding agent that runs in your terminal

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 96.4%
  • Python 1.7%
  • TypeScript 1.1%
  • Shell 0.2%
  • JavaScript 0.2%
  • HTML 0.2%
  • Other 0.2%