1. 30 Apr, 2026 1 commit
  2. 29 Apr, 2026 2 commits
    • Stefy Lanza (nextime / spora )'s avatar
      refactor(credentials): move provider validation into handler layer · 05082603
      Stefy Lanza (nextime / spora ) authored
      - Add BaseProviderHandler.validate_credentials() with default api_key check
      - Implement provider-specific validate_credentials() overrides:
        - Kiro: validates creds_file/sqlite_db/token persistence (file for admin,
          DB path for users)
        - OpenAI/Anthropic/Google: validate api_key presence/format
        - Claude/Codex/Kilo/Qwen: validate OAuth2 or API key
        - Ollama: always valid (no authentication required)
      - get_provider_handler() now calls handler.validate_credentials() after
        instantiation, raising ValueError on failure
      - Replace all credential validation in main.py API endpoints with
        handler-level checks, removing duplicate logic
      - get_provider_models() now uses get_provider_handler() for unified validation
        instead of scattered inline checks
      - Remove obsolete validate_kiro_credentials() function from main.py
      - All validation respects user vs admin credential storage (DB vs files)
      05082603
    • Stefy Lanza (nextime / spora )'s avatar
      Remove artifacts · 002ed209
      Stefy Lanza (nextime / spora ) authored
      002ed209
  3. 28 Apr, 2026 1 commit
  4. 27 Apr, 2026 1 commit
  5. 25 Apr, 2026 9 commits
  6. 24 Apr, 2026 26 commits