AI News — 2026-05-10
AI News - May 10, 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 work on complex microservices architectures more efficiently. The update uses an improved embedding system that reduces token usage by 40% while maintaining accuracy. Early access users report significant productivity gains when refactoring code that spans multiple repos.
Anthropic's MCP Hub Reaches 5,000 Integrations
The Model Context Protocol ecosystem hit a major milestone with over 5,000 community-built integrations now available through Anthropic's official MCP Hub. New featured integrations this week include real-time database streaming for PostgreSQL and MongoDB, live Figma design file access, and bidirectional sync with Linear and Jira. The protocol's standardization has led to a 3x increase in cross-platform AI tool compatibility since Q1.
Open-Source Agent Framework "Nexus" Launches with Native Tool Calling
A new open-source agent framework called Nexus debuted on GitHub, offering built-in support for parallel tool execution and automatic retry logic without requiring custom code. The framework supports Claude, GPT-4, and Gemini models with a unified API and includes pre-built agents for web scraping, data analysis, and code review. Initial benchmarks show 60% faster task completion compared to LangChain for common agent workflows.
Cursor IDE Introduces "Shadow Editing" for Real-Time Collaboration
Cursor's latest update adds "Shadow Editing" mode, where AI suggestions appear as translucent overlays that developers can accept with a single keystroke or modify inline. The feature works across multiple cursors simultaneously and integrates with the IDE's existing diff view for reviewing AI-generated changes. The company reports this reduces the friction of AI-assisted coding by eliminating context switching between suggestion panels and code.