AI News — 2026-08-22
AI News Summary - August 22, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports simultaneous context from up to 10 repositories, enabling developers to work on microservices architectures more effectively. The feature uses an improved caching system that reduces token costs by 60% compared to previous multi-repo approaches. Early adopters report significant productivity gains when refactoring code across service boundaries.
Anthropic Releases MCP 2.1 with Streaming Context Updates
The Model Context Protocol specification has been updated to version 2.1, introducing bidirectional streaming for real-time context synchronization between AI assistants and development tools. This enables Claude Code and other MCP-compatible tools to maintain consistent state across IDE sessions and multiple devices. Over 200 MCP servers have already been updated to support the new streaming capabilities.
OpenHands Agent Framework Reaches 1.0 Milestone
The open-source OpenHands project released version 1.0, marking production-ready status for its autonomous coding agent framework. The release includes improved error recovery, support for 15+ programming languages, and a plugin system that allows developers to extend agent capabilities. Benchmark tests show OpenHands solving 68% of SWE-bench Verified tasks, a 12-point improvement over the previous version.
Cursor Editor Introduces "Diff Preview Mode" for AI Suggestions
Cursor's latest update adds a sophisticated diff preview system that shows AI-suggested changes in a side-by-side view before applying them to code. The feature includes smart conflict resolution and allows developers to selectively accept or reject portions of multi-file changes. The company reports this has reduced accidental code overwrites by 85% based on telemetry data.