11 stories in the last 7 days
Everything GitHub across dozens of tech sources, distilled by AI into sharp ~100-word summaries and updated hourly. Follow GitHub to pin its stories to your For You feed. Tap any story for the full brief, or open the original source.

Copia Automation raised $26 million to bring version control, backups, and recovery to programmable logic controllers (PLCs) on factory floors. The round, co-led by AE Ventures and Squadra Ventures, brings total funding to $55 million. Manufacturing was the most-attacked industry of 2025, and Copia offers a continuous-delivery system for industrial code.
Summaries by ByteBrief
A developer discovered 10,000 repositories on GitHub distributing Trojan malware. The repos share a common pattern, are not forks, and push commits adding a link to a zip archive. GitHub support took over a month to remove the initially reported repos.

Cursor, GitLab, and Zed agree that GitHub is broken but propose different fixes. Cursor wants a new API, GitLab pushes for federation, and Zed advocates for a Git-based protocol. The debate centers on how to rebuild developer collaboration tools without relying on GitHub's platform.

GitHub introduced the Copilot app, a desktop control center for agent-native development in technical preview for Copilot Pro, Pro+, Business, and Enterprise users. The app uses git worktrees to isolate each agent session, enabling parallel workflows without interference. A "My Work" view shows sessions, issues, pull requests, and background automations across connected repositories.

GitHub closed two HackerOne reports from Deep Specter Research as ineligible, despite the Shai-Hulud supply-chain worm exploiting those design flaws. The worm has infected over 3,000 repositories and 200 developer accounts. Deep Specter found 516 malicious packages live across npm, PyPI, and RubyGems.

GitHub is using Amazon Web Services to supplement cloud capacity as AI-driven demand surges. The company expects total commits to reach 14 billion in 2026, up from 1 billion in 2025. Microsoft confirmed a multi-cloud strategy for GitHub while maintaining its commitment to Azure.

Microsoft is adding AWS capacity to GitHub after AI-driven growth strained infrastructure and triggered a series of reliability issues. The move aims to address performance problems caused by surging demand for AI-powered features on the platform.
Microsoft is using AWS infrastructure to handle a capacity crunch for GitHub's AI features. The move highlights the extreme demand for AI compute resources. GitHub's Copilot and other AI tools require significant cloud capacity that Microsoft's own data centers cannot currently fully supply.
GitHub Copilot CLI slash commands let users switch models, check token usage, and resume past sessions from the terminal. Typing / shows all supported commands. /model lists available models with details. /context displays remaining tokens. /compact summarizes the conversation to free space.
GitHub published the Multilingual Repositories Dataset, a metadata dataset covering over 80 million classification rows across more than 40 million public repositories. The dataset helps researchers and developers find repositories with non-English natural-language content. Portuguese tops non-English READMEs with over 3 million repositories. Korean is the most common non-English language in issue text.
The AMD R600 Gallium3D driver received 59 commits to Mesa 26.2, with code restructuring and cleaning assisted by GitHub Copilot. Developer Gert Wollny used the AI tool to improve the driver covering Radeon HD 2000 through HD 6000 series cards, long after AMD stopped upstream work.