AI News — 2026-09-10
AI News Summary - September 10, 2026
GitHub Copilot Workspace Introduces Multi-Repository Context
GitHub announced that Copilot Workspace can now maintain context across up to 10 linked repositories simultaneously, addressing a major pain point for microservices development. The feature uses an improved caching system that reduces token costs by 60% compared to naive multi-repo approaches. Early access users report significant productivity gains when refactoring code that spans multiple services.
Anthropic Releases MCP 2.1 with Streaming Tool Results
The Model Context Protocol specification has been updated to version 2.1, introducing streaming support for tool execution results. This allows MCP servers to send incremental updates during long-running operations, improving the responsiveness of AI assistants working with databases, file systems, and external APIs. Over 40 existing MCP server implementations have already committed to supporting the new streaming interface.
Open-Source Agent Framework "Conductor" Reaches 1.0
Conductor, a lightweight Python framework for building AI agents with explicit state machines, has officially launched version 1.0 after 18 months of development. Unlike black-box agent frameworks, Conductor requires developers to define discrete states and transitions, which has proven to produce more reliable and debuggable agents for production environments. The project has gained 15K GitHub stars and backing from several AI safety researchers.
Cursor Editor Adds "Shadow Mode" for Training Custom Models
Cursor unveiled Shadow Mode, which records developers' coding patterns and decisions without interfering with their workflow, creating training datasets for fine-tuned organization-specific models. The feature runs entirely locally and gives developers granular control over what data is collected. Three enterprises in the private beta reported 35% better suggestion acceptance rates after two weeks of shadow training.