AI News — 2026-05-29
AI News - May 29, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports cross-repository context awareness, allowing developers to work on microservices architectures with full dependency understanding. The feature uses an enhanced MCP implementation to maintain state across up to 10 linked repositories simultaneously. Early adopters report 40% faster development cycles when working on distributed systems.
Anthropic Releases MCP 2.1 Specification with Streaming Support
The Model Context Protocol consortium published version 2.1, introducing native streaming for long-running tool executions and improved error recovery mechanisms. The update enables AI assistants to provide real-time feedback during complex operations like database migrations or large-scale refactoring. Over 50 MCP server implementations have already committed to supporting the new spec within 30 days.
Open-Source Agent Framework "Conductor" Reaches 1.0
The Conductor project hit its first stable release, offering a lightweight alternative to LangChain and CrewAI with built-in observability and cost tracking. The framework features a novel "skill marketplace" where developers can share and monetize reusable agent capabilities as MCP servers. Initial benchmarks show 3x better token efficiency compared to similar frameworks on coding tasks.
Cursor Introduces "Shadow Mode" for Safe AI Refactoring
Cursor's latest update includes Shadow Mode, which runs proposed code changes in an isolated environment before applying them to your working branch. The feature uses containerized execution to validate refactoring suggestions and catches breaking changes before they reach your codebase. The company reports this has reduced AI-induced bugs by 78% in beta testing.