AI News — 2026-04-06
AI News Brief: April 6, 2026
GitHub Copilot Workspace Adds Multi-Repository Context Understanding
GitHub announced that Copilot Workspace can now maintain context across up to 10 linked repositories simultaneously, enabling more sophisticated refactoring and cross-service development workflows. The update uses a new embedding-based context management system that reduces token usage by 40% while improving code suggestion accuracy. Enterprise users gain access to custom repository linking policies starting today.
Anthropic Releases MCP 2.1 Specification with Streaming Support
The Model Context Protocol 2.1 specification now includes native support for streaming data sources, allowing AI assistants to maintain real-time connections to databases, log files, and APIs. Early adopters report successful implementations with time-series databases and live monitoring dashboards. The updated SDK supports Python, TypeScript, Rust, and Go with backward compatibility for MCP 2.0 servers.
Open-Source Agent Framework "Cascade" Reaches 1.0 Release
The Cascade framework for building autonomous AI agents reached production stability with its 1.0 release, offering built-in support for tool orchestration, memory management, and multi-agent collaboration. Benchmark tests show Cascade agents completing complex software engineering tasks with 35% fewer API calls compared to LangChain-based implementations. The project has gained over 18K GitHub stars since its beta launch in February.
Cursor IDE Introduces "Ghost Workspaces" for Speculative Coding
Cursor's latest update adds Ghost Workspaces, which create isolated sandbox environments where AI can explore multiple implementation approaches in parallel before presenting options to developers. The feature leverages lightweight VM snapshots to test code changes without affecting the main workspace. Beta users report 25% faster iteration on architectural decisions and improved code quality.