Main
Follow the README quick install to bootstrap a venv, run
login(writes~/.clawcodex/config.json), then start the REPL.Use the CLI modes as building blocks: interactive REPL by default,
--tuifor a Textual UI, and-pfor non-interactive scripting.Treat provider/model overrides as a reproducibility tool in CI (README shows
--providerand--modelflags).
Source-backed notes
- README quick install shows
python -m src.cli loginandpython -m src.clito start the REPL. - README lists a complete CLI including
--tui,--stream,config, and-pscripting examples. - README documents permission-mode flags like
--permission-mode planand--dangerously-skip-permissions(with safety notes).
FAQ
- Is it a runnable CLI or just a port?: README positions it as a working CLI agent, not just a source dump.
- Where does it store config?: README says login writes to
~/.clawcodex/config.json. - Can I use it in scripts?: Yes — README shows
clawcodex -p "..."with JSON outputs.