topic
Ci Cd
2 posts tagged Ci Cd.
Agentic Dev Tooling4 min read
GitHub Models Is Retired: The Free LLM-in-CI Playground Is Gone
GitHub quietly finished shutting down GitHub Models on July 30, 2026, cutting off the free API that let GitHub Actions call LLMs with a token you already had. Here's what broke, why, and where builders are moving.
- github-models
- llm-api
- ci-cd
- vibecoding
- github-copilot
AI-Assisted Development4 min read
The Cache Key Trick That Makes uvx Actually Fast in GitHub Actions
Simon Willison found a clean way to make `uvx tool-name` reproducible and cache-friendly in CI: pin resolution to a date, then use that date as your cache-busting lever.
- vibecoding
- github-actions
- uv
- ci-cd
- python-tooling