AI News — 2026-09-09
AI News Summary – September 9, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced Copilot Workspace now supports simultaneous context from up to 10 repositories, enabling developers to work across microservices architectures seamlessly. The update leverages an enhanced MCP implementation that maintains consistent state across repository boundaries. Early adopters report 40% faster cross-service refactoring tasks.
Anthropic Releases Claude Code 3.5 with Extended Session Memory
Claude Code 3.5 introduces persistent session memory spanning up to 72 hours, allowing developers to pause and resume complex coding tasks without context loss. The update includes improved debugging capabilities that automatically track variable states across multiple file edits. Anthropic reports the model now successfully completes 78% of multi-file refactoring requests on first attempt.
OpenMCP 2.0 Standard Ratified by Consortium
The Model Context Protocol Consortium officially ratified OpenMCP 2.0, introducing standardized vector store integration and cross-provider context portability. Major providers including Anthropic, Google, and Microsoft committed to full implementation by Q4 2026. The standard enables seamless context sharing between different AI coding assistants within the same development session.
LangGraph 0.8 Ships with Native Multi-Agent Orchestration
LangChain's LangGraph framework released version 0.8 featuring built-in support for hierarchical multi-agent systems with automatic task delegation. The update includes a visual debugger for agent interaction flows and reduces boilerplate code by approximately 60%. The framework now supports agents spawning sub-agents dynamically based on task complexity.