AI News — 2026-05-06
AI News - May 6, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports context from up to 10 linked repositories simultaneously, enabling developers to work on microservices architectures more effectively. The feature uses an improved embedding system that maintains coherent suggestions across codebases while staying within a 500K token context window. Early access users report 40% faster development time on cross-service features.
MCP Server Registry Reaches 5,000 Published Servers
The official Model Context Protocol registry surpassed 5,000 community-published MCP servers today, with notable additions including integrations for Terraform, Kubernetes cluster management, and real-time database schema analysis. Anthropic released updated MCP SDK v3.2 with improved streaming capabilities and reduced latency for tool execution. The registry now includes automated security scanning for all published servers.
OpenHands Agent Framework Launches Production-Ready v2.0
The open-source OpenHands project released version 2.0, featuring a complete rewrite of its agent orchestration engine with support for persistent memory across sessions and multi-modal task planning. The framework now includes pre-built agents for code review, test generation, and documentation writing that can be deployed via Docker in under 5 minutes. Benchmarks show 85% task completion on SWE-bench Verified compared to 72% in v1.8.
Cursor IDE Introduces "Shadow Mode" for AI Pair Programming
Cursor shipped a new "Shadow Mode" feature that runs AI suggestions in the background without interrupting developer flow, only surfacing recommendations when confidence scores exceed 90%. The mode uses a fine-tuned Claude 3.7 model specifically trained on debugging patterns and refactoring tasks. Users can review shadow suggestions in a dedicated panel and accept them with keyboard shortcuts.