AI News — 2026-07-03
AI News Summary - July 3, 2026
GitHub Copilot Workspace Launches Multi-Repository Context
GitHub announced that Copilot Workspace can now maintain context across up to 10 repositories simultaneously, enabling developers to work on microservices architectures more efficiently. The update uses a new context-pruning algorithm that intelligently prioritizes relevant code sections while staying within token limits. Early beta testers report 40% faster development time on cross-service features.
Anthropic Releases MCP 2.1 with Streaming Context Updates
The Model Context Protocol specification has been updated to version 2.1, introducing real-time streaming updates for context sources. This allows MCP servers to push incremental changes to connected AI assistants rather than requiring full context refreshes, significantly reducing latency for file watchers and database connections. Over 200 MCP servers have already committed to supporting the new specification.
Open-Source Agent Framework "Nexus" Reaches 50K GitHub Stars
Nexus, a lightweight agent orchestration framework focused on deterministic workflows, has rapidly gained adoption in the developer community. The framework emphasizes testability and observability, with built-in tools for debugging agent decision trees and rollback capabilities for failed multi-step operations. Major features include native MCP integration and support for running agents in isolated sandboxes.
Cursor Introduces "Time Travel Debugging" for AI-Generated Code
Cursor's latest update adds a timeline feature that tracks all AI-suggested code changes with automatic snapshots at each acceptance point. Developers can now visualize how their codebase evolved through AI assistance and instantly revert to any previous state without using git. The feature integrates with existing version control and has been particularly praised for helping teams audit AI contributions.