AI News — 2026-04-21
AI News Update: April 21, 2026
Claude Code Introduces Multi-Repository Context Windows
Anthropic announced that Claude Code now supports simultaneous context from up to 10 repositories, dramatically improving its ability to work on microservices architectures. The update includes a new "dependency graph" visualization that shows how changes in one repo might affect others. Early adopters report 40% fewer integration bugs when refactoring across service boundaries.
MCP 2.0 Specification Released with Streaming Support
The Model Context Protocol consortium published MCP 2.0, introducing bidirectional streaming for real-time data sources and collaborative editing scenarios. The new spec includes standardized primitives for database connections, API integrations, and file system watchers. Over 50 tools have already committed to supporting the updated protocol by Q3 2026.
Open-Source Agent Framework "Conductor" Hits 1.0
Conductor, a new agent orchestration framework built on Rust, reached production readiness with its 1.0 release. The framework emphasizes deterministic execution, built-in observability, and resource limits to prevent runaway agents. Benchmarks show it handles 10x more concurrent agents than comparable Python-based frameworks while using half the memory.
GitHub Copilot Workspace Adds Natural Language PR Reviews
GitHub unveiled an experimental feature that generates comprehensive PR reviews in natural language, explaining not just what changed but why it matters for the codebase. The AI reviewer cross-references documentation, past discussions, and architectural decision records to provide context-aware feedback. The feature is currently available to GitHub Enterprise customers in private beta.