agamm/LLM Upgrade Bot
Scan your codebase for outdated LLM model strings and open a PR with upgrades. Supports 235+ models from OpenAI, Anthropic, Google & more. No code leaves your repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with contents:write and pull-requests:write permissions | no | ${{ github.token }} |
| directory | Directory to scan (relative to repo root) | no | . |
| base-branch | Base branch for the PR | no | main |
| extensions | Extra file extensions to scan (comma-separated, e.g. ".txt,.cfg") | no | "" |
| include | Only scan files matching these globs (comma-separated, e.g. "README.md,src/**") | no | "" |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created pull request (empty if none created) |
| upgrades-found | Whether upgradable models were found (true/false) |