.continue/agents/input-validation.md
Review this pull request for input validation quality. The most common user issues in this codebase stem from malformed API keys, blank inputs, and missing configuration values that produce confusing downstream errors.
API keys and secrets - Any code that accepts API keys, tokens, or credentials should:
sk-, Anthropic keys start with sk-ant-)Configuration values - New or modified config parsing should:
User text inputs - New or modified UI inputs should:
URL and endpoint validation - When users provide custom URLs (e.g., for self-hosted LLM endpoints):
https:// if missing)Only review files changed in this PR. If you find missing validation, add it directly. Keep fixes minimal and focused. If no user-facing input handling was changed, do nothing.