š Main Branch: The One Where Agents Learned to Drive
Hiya friends,
Last week the lobster got loose. This week the agents learned to drive.
GitHub shipped Agentic Workflows and it is exactly the kind of thing that sounds like AI marketing until you see it š. Maintainers are already doing a lot with it: analyzing thousands of open issues and surfacing what matters.
š¢ What Shipped
GitHub Agentic Workflows (Technical Preview)
Define repository automation in Markdown. A .github/workflows/workflow.md file is all it takes. The gh aw CLI compiles it into standard GitHub Actions, executed by Copilot CLI, Claude, or Codex. Workflows run with read-only permissions by default. Write actions (creating PRs, issues) go through safe outputs that are reviewable and controlled.
We needed a way to let agents do real work in production repos. Agentic Workflows is that bridge making AI capable of maintaining a repository. It can triage issues, investigate CI failures, update docs, and propose fixes, all within a visible, auditable, and sandboxed environment. Peli de Halleux built an Agent Factory showcasing 150+ specialized agentic workflows. Worth browsing.
Copilot Coding Agent: Zed, Windows, and Model Picker Expansion
Copilot in Zed hit GA, so you can use your existing Copilot subscription. Copilot coding agent now runs in Windows environments via custom runs-on in copilot-setup-steps.yml (use self-hosted runners or Azure private networking since the integrated firewall isnāt compatible yet). And Business/Enterprise users can now pick between Claude Opus 4.6, GPT-5.3 Codex, or Auto per task instead of being locked to Auto.
Breaking free from GitHub Discussionsā limitations - by Jamie Tanna
Heās a maintainer on Renovate and wanted to know which feature requests his community cared about most. Thatās not a big ask. But the Discussions UI has no way to answer it. Same for āwhich threads havenāt gotten a reply in weeksā or āhow many bugs did we close this month.ā Basic maintainer questions. So he built his own pipeline. Go to hit the GraphQL API. SQLite to store 11,000 Discussions and 55,000 comments. Evidence for visualization when he needed charts. The whole thing syncs every morning and gives him a triage dashboard that loads in 0.01 seconds.
š§° What Iām Using
I posted a tweet asking about the most underrated tools with generous free tiers. 200+ replies later, here is what kept coming up:
| Tool (Link) | What Itās For |
|---|---|
| Tailscale | Private Networking (mesh VPN) |
| Headscale | Self-Hosted Private Networking |
| Cloudflare | Secure Tunnels & Zero-Trust Access |
| Infisical | Secrets Management |
| Bitwarden | Password Management |
| Appwrite | Backend as a Service |
| Convex | Reactive Backend |
| Netlify | Frontend Deployment |
| Cloudinary | Media Management (images/videos) |
| Grafana | Observability & Monitoring |
| PostHog | Product Analytics |
| CodeRabbit | AI Code Reviews |
The full thread is worth a scroll if youāre building anything on a budget. I wish all companies would learn: the free tier is a feature, not a compromise.
⨠This Week
Was streaming with @elbruno and spotted a slick tool he used for live demos. Meant to ask what it was, totally forgot. So I built my own: annotation-overlay. Shipped and open-sourced it by EOD. Made it for me, but if you do live coding, demos, or just want to draw on your screen, you might like it!
Building your own thing is delightful. AI makes the building part faster than ever. But I think itās worth keeping an honest perspective: building is easy now, maintenance is still hard. Mitchell Hashimoto said recently that āthere should be way more forksā, and heās right. Sometimes a solution just for you is the right scope. Ship it, use it, move on.
Thatās the week. Agents are getting real jobs. The free tier is a feature, not a compromise. Fundamentals first. Always.
With gratitude, Iāll see you next week,
Andrea
šŖšø LĆ©elo en espaƱol
Support Main Branch: Subscribe | GitHub Sponsors
Subscribe to Main Branch
Join developers shipping real features. Every issue is a three-minute read packed with fundamentals you can apply today.
Subscribe Now āNo spam. Unsubscribe anytime.