AI News — 2026-06-30
AI News Summary - June 30, 2026
GitHub Copilot Workspace Reaches General Availability with Enhanced Multi-File Editing
GitHub announced that Copilot Workspace has exited beta and is now generally available to all GitHub Copilot subscribers. The platform now supports coordinated edits across up to 50 files simultaneously while maintaining context coherence, with improved repository-wide analysis powered by their latest foundation model. Early adopters report 40% faster feature implementation times compared to traditional Copilot Chat workflows.
Anthropic Releases MCP 2.0 Specification with Bidirectional Streaming
The Model Context Protocol team at Anthropic published version 2.0 of the MCP specification, introducing bidirectional streaming capabilities that allow servers to push real-time updates to connected AI systems. This enables MCP servers to handle live data feeds, filesystem watchers, and continuous integration pipelines without polling overhead. Over 200 community-built MCP servers have already committed to supporting the new specification.
LangGraph Studio Introduces Visual Agent Debugging with Time-Travel
LangChain released LangGraph Studio 3.0 with a breakthrough time-travel debugging feature that lets developers replay agent execution graphs and modify decisions at any node. The tool captures complete state snapshots at each agent step, enabling developers to fork execution paths and test alternative reasoning strategies. The release also includes automatic bottleneck detection that identifies slow tool calls and inefficient decision loops.
Open-Source Codestral-2-32B Achieves 89% on HumanEval
Mistral AI released Codestral-2-32B, an Apache 2.0 licensed coding model that scores 89% on HumanEval and 78% on SWE-bench Verified, matching or exceeding several proprietary alternatives. The model features a 128K context window optimized for repository-level understanding and runs efficiently on consumer hardware with 4-bit quantization. Integration guides for VSCode, Neovim, and JetBrains IDEs are available in the official repository.