# Work across multiple GitHub repositories without reconfiguring your agent

> GitHubConfig now accepts a repository override at the request level, allowing agents that work across multiple repositories to specify the target repo per call rather than being locked to a single…

- Published: 2026-04-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/work-across-multiple-github-repositories-without-reconfiguring-your-agent
- Markdown: https://agno-com-nine.vercel.app/articles/work-across-multiple-github-repositories-without-reconfiguring-your-agent.md

`GitHubConfig` now accepts a repository override at the request level, allowing agents that work across multiple repositories to specify the target repo per call rather than being locked to a single repo at initialization time.

See [cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/07_knowledge/05_integrations/cloud/05_github_dynamic_repo.py)
