Quick Start
Run thndrs from the repository you want to work in:
thndrsThe first launch opens required setup. Choose a provider, authenticate, and
select a model before submitting a coding prompt. thndrs setup provides the
guided CLI credential and configuration route; its selected provider supplies
the initial model. Use the TUI /model command or configuration to choose a
different model.
thndrs setup --provider chatgpt-codexthndrs setup --provider umansTo point thndrs at a different workspace:
thndrs --cwd /path/to/repoFor ChatGPT Codex, setup starts browser OAuth by default. In a headless or remote environment, choose device code explicitly with:
thndrs login chatgpt-codex --oauth-method device-code