AI News — 2026-07-14
AI News Brief: July 14, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced Copilot Workspace now supports cross-repository context awareness, allowing developers to reference code patterns and dependencies across up to 10 linked repositories simultaneously. The feature uses an improved indexing system that maintains context windows up to 500K tokens. Early access users report 40% faster scaffolding for microservices architectures.
Anthropic Releases MCP 2.3 with Bidirectional Tool Streaming
The Model Context Protocol specification has been updated to version 2.3, introducing bidirectional streaming for tool execution and real-time progress updates. This enables AI assistants to provide live feedback during long-running operations like database migrations or file system scans. Over 200 MCP servers have already been updated to support the new streaming capabilities.
Open-Source Agent Framework "Conductor" Reaches 1.0
The Conductor framework for building autonomous AI agents hit its 1.0 release with production-ready stability and enterprise support. Notable features include built-in memory management, automated error recovery, and native MCP integration for tool discovery. The project has gained 45K GitHub stars and is being adopted by teams previously using LangChain and AutoGPT.
Cursor IDE Introduces "Code Diff Intelligence"
Cursor's latest update adds AI-powered code review assistance that automatically identifies breaking changes, security vulnerabilities, and performance regressions in pull requests. The system uses a specialized fine-tuned model trained on 10 million reviewed PRs and integrates directly with GitHub, GitLab, and Bitbucket workflows. Beta testers report catching 3x more issues before merge.