AI News — 2026-08-12
AI News Update - August 12, 2026
GitHub Copilot Workspace Launches Multi-Repository Analysis
GitHub announced that Copilot Workspace can now analyze and refactor code across multiple repositories simultaneously. The feature uses an enhanced context window of 2M tokens and introduces "Repository Graphs" that map dependencies between projects. Early adopters report 40% faster completion times for cross-service refactoring tasks.
MCP 2.0 Specification Released with Bidirectional Streaming
The Model Context Protocol consortium released version 2.0, introducing bidirectional streaming capabilities that allow AI agents to maintain persistent connections with tools and data sources. The update includes standardized protocols for real-time collaboration between multiple AI agents and reduces latency by up to 60% compared to MCP 1.x. Over 200 tool providers have already committed to supporting the new specification.
Cursor Introduces "Temporal Code Search" for Legacy Codebases
Cursor unveiled a new feature that allows developers to search and understand code evolution across git history using natural language queries. The AI can explain why specific changes were made, identify when bugs were introduced, and suggest modern alternatives to deprecated patterns. The feature integrates with popular version control platforms and supports 50+ programming languages.
Open-Source Agent Framework "Conductor" Reaches 1.0
The Conductor project, a Rust-based framework for building multi-agent AI systems, officially released version 1.0 after two years in development. It features built-in support for MCP 2.0, automatic failover between model providers, and a declarative configuration system for complex agent workflows. The framework has already been adopted by several Fortune 500 companies for internal tooling.