First Run¶
Fastest Path¶
god-code chat --project ./my-game
If no usable credentials are configured and the terminal is interactive, God Code launches the setup wizard.
What First Run Asks For¶
- provider
- API key or OAuth path
- optional model/base URL adjustments
What To Check Immediately After Setup¶
Run inside chat:
/status
Check:
- provider
- model
- auth state
- project path
godot_pathif you expect validation to work
Common First-Run Fixes¶
Godot executable is missing¶
Set it inside chat:
/set godot_path /absolute/path/to/godot
or:
/menu -> Edit setting -> godot_path
Wrong provider or model¶
Use:
/provider
/model
Need to edit API key later¶
Use:
/menu -> Edit setting -> api_key
Sensitive values use hidden input.