AI News — 2026-07-17
AI News Summary - July 17, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced Copilot Workspace now supports analyzing and making coordinated changes across up to 10 linked repositories simultaneously. The feature uses an enhanced context window of 500K tokens and integrates with MCP servers to maintain consistency across microservices architectures. Early testers report 40% faster cross-repo refactoring workflows.
Anthropic Releases MCP 2.1 with Bidirectional Streaming
The Model Context Protocol specification received a major update enabling real-time bidirectional data streams between AI models and external tools. This allows coding assistants to receive live updates from development environments, databases, and monitoring systems without polling. The MCP community has already published 12 new server implementations supporting the streaming protocol.
Open-Source Agent Framework "Cascade" Reaches 1.0
The Cascade framework for building multi-agent coding systems hit its stable 1.0 release after 18 months of development. It features built-in MCP support, hierarchical agent coordination, and native integrations with VS Code, Cursor, and Windsurf. Benchmark tests show Cascade agents completing full-stack feature implementations with 73% success rate on the SWE-bench test suite.
Cursor Introduces "Context Graphs" for Codebase Navigation
Cursor's latest update adds automatic context graph generation that visualizes relationships between code components, dependencies, and documentation. The AI assistant uses these graphs to make more informed suggestions and reduce hallucinations when working with large codebases. The feature is available in the Cursor Pro plan and supports 15 programming languages at launch.