AI News — 2026-04-09
AI News - April 9, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace can now maintain context across up to 10 linked repositories simultaneously, enabling developers to refactor code across microservices architectures. The feature uses an improved context window management system that prioritizes relevant files based on dependency graphs. Early access users report 40% faster completion times for cross-repo tasks.
Anthropic Releases MCP Server Registry with 500+ Integrations
Anthropic launched an official Model Context Protocol server registry, featuring over 500 community-contributed integrations for databases, APIs, and development tools. The registry includes automated security scanning and version management for MCP servers. Notable additions include native connectors for Kubernetes, Terraform state files, and real-time debugging tools.
Open-Source Agent Framework "Swarm-RS" Reaches 1.0
The Rust-based agent orchestration framework Swarm-RS hit its stable 1.0 release, offering lightweight agent coordination with sub-10ms latency between agent communications. Built specifically for resource-constrained environments, it enables running multiple specialized AI agents on single GPU instances. The project has gained 15K GitHub stars since its February preview.
Cursor Introduces "Shadow Mode" for Risk-Free AI Edits
Cursor IDE released Shadow Mode, allowing AI-suggested code changes to run in isolated containers before being applied to the actual codebase. Developers can preview the runtime behavior of AI modifications, including performance impacts and test results, before accepting them. The feature integrates with existing CI/CD pipelines and supports rollback with full state preservation.