AI News — 2026-09-05
AI News Summary - September 5, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced Copilot Workspace now supports cross-repository context analysis, allowing developers to work on changes spanning multiple codebases simultaneously. The feature leverages an enhanced MCP integration that maintains context across up to 10 linked repositories. Early access users report 40% faster completion of multi-service refactoring tasks.
Anthropic Releases Claude Code 3.5 with Improved Debugging
Claude Code 3.5 introduces "backtrace reasoning" that explains not just bugs but the chain of decisions leading to errors. The update includes native support for 47 programming languages and a new collaborative mode where multiple developers can interact with the same coding session. Anthropic claims a 35% improvement in complex bug resolution compared to the previous version.
Open-Source MCP Gateway Project Hits 1.0
The MCP Gateway project reached version 1.0, offering a self-hosted solution for managing Model Context Protocol connections across AI tools. The gateway supports connection pooling, context caching, and fine-grained access controls for enterprise environments. Over 200 companies have already deployed it in production according to the project maintainers.
LangGraph 2.0 Introduces Visual Agent Debugging
LangChain released LangGraph 2.0 with a new visual debugging interface that displays agent decision trees in real-time. The framework now supports conditional loops, parallel agent execution, and automatic recovery from failed tool calls. The update also reduces token usage by up to 25% through optimized state management.