AI News — 2026-06-02
AI News Summary - June 2, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced a major update to Copilot Workspace that enables developers to work across multiple repositories simultaneously with shared context. The feature uses an enhanced indexing system that maintains semantic understanding across codebases, allowing developers to refactor code that spans microservices architectures. Early access users report 40% faster completion times for cross-repo changes.
Anthropic Releases MCP 2.1 with Bidirectional Streaming
The Model Context Protocol receives its most significant update yet with bidirectional streaming support, enabling real-time data exchange between AI models and external tools. MCP 2.1 also introduces a standardized authentication layer and improved error handling that reduces connection failures by 85%. Over 200 tools and databases now support the protocol natively.
Open-Source Agent Framework "Conductor" Reaches 1.0
The Conductor project, an agent orchestration framework built on Rust, officially launched version 1.0 after 18 months in development. It features built-in memory management, parallel task execution, and native support for tool calling across Claude, GPT, and Gemini models. Benchmarks show Conductor agents complete complex multi-step tasks 3x faster than comparable Python frameworks.
Cursor IDE Introduces "Context Maps" for Large Codebases
Cursor shipped a new visualization feature that generates interactive maps showing relationships between files, functions, and dependencies in large projects. The AI-powered Context Maps automatically update as code changes and can highlight impact zones before refactoring. The feature is particularly useful for onboarding to unfamiliar codebases, with beta testers reporting 60% reduction in orientation time.