Skip to content

Add ai review configuration for fallback and timeouts #117

Description

@kergoth

Current path now:

  • per-source ai_timeout supported via git-sources.yml
  • pass-through works update-git-lock -> update/update.ps1 -> show-git-changes

Future option clean:

  1. Keep per-source overrides
  • ai_agent, ai_model, ai_timeout in each source entry
  • best when one source always same reviewer config
  1. Add central matrix (better for fallback chains)
  • new config file: agent+model -> timeout
  • lookup order:
    • explicit source ai_timeout
    • matrix exact (agent,model)
    • matrix agent default
    • global default
  • enables chain like claude -> codex -> pi(local) with proper timeouts per hop
  1. Add reviewer chain config

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions