No API key found. Provide via --api-key, config file, or environment variable
Provide an API key via any of: config file, --api-key flag, or environment variable.
[error] API error: API error 401: ...
Verify your API key is correct and active.
Profile 'xxx' not found in config
Check that the profile is defined in your config file.
[error] API error: API error 404: ...
Check that --model is spelled correctly and your API key has access to that model.
[error] API error: API error 413: ...
Conversation history is too long. Restart the agent or reduce --max-turns.
[error] Provider error: Rate limited, retry after 5000ms
API call frequency is too high. The agent will auto-retry after the indicated delay.
Command timed out after 120000ms
A Bash tool command exceeded the timeout. Increase the timeout via the tool's timeout parameter.
The Grep tool automatically falls back to system grep. For better search performance:
brew install ripgrep # macOS
sudo apt install ripgrep # Debian/Ubuntu