AI News — 2026-04-26
AI News Summary - April 26, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports context aggregation across up to 10 repositories simultaneously, allowing developers to work on microservices architectures more efficiently. The feature uses an improved embedding system that maintains code relationships across repo boundaries. Early access users report 40% faster development on distributed systems.
Anthropic Releases MCP 2.1 with Streaming Context
The Model Context Protocol received a major update enabling real-time context streaming for long-running agent tasks. MCP 2.1 introduces bidirectional context channels that allow tools to push updates back to the model without breaking the execution flow. Over 150 MCP servers have already updated to support the new streaming primitives.
Open-Source Agent Framework "Conductor" Reaches 1.0
Conductor, a lightweight Python framework for building multi-agent systems, released its stable 1.0 version after 8 months in beta. The framework emphasizes agent composability and includes built-in support for MCP, OpenAI's Swarm protocol, and custom tool integrations. The project has gained 23K GitHub stars and is being adopted by several enterprise teams.
Cursor Introduces "Diff Chat" for Collaborative Code Review
Cursor's latest update adds Diff Chat, an AI-powered feature that facilitates natural language discussions directly within code diffs. The system can explain changes, suggest improvements, and automatically resolve merge conflicts based on conversation context. The feature integrates with existing MCP-compatible review tools and supports team knowledge bases.