-
Notifications
You must be signed in to change notification settings - Fork 35.1k
Improve copilot coding agent setup #267014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new GitHub Actions workflow to optimize the ephemeral GitHub Copilot coding agent environment by preinstalling dependencies and warming caches for faster iterative tasks.
Key changes:
- Creates a dedicated setup workflow that handles Node.js dependencies, build tools, and built-in extensions caching
- Implements retry logic for npm installation and uses cache restoration for faster subsequent runs
- Includes environment optimization by skipping unnecessary downloads (Electron, Playwright browsers)
Co-authored-by: Copilot <[email protected]>
The setup steps are generally too slow for a coding agent session. Currently without setup steps each sessions runs for 10 to 15 minutes, but with this complete setup steps it took ~8 minutes. |
Thanks for your help and tips |
No description provided.