AI News — 2026-09-17
AI News Summary - September 17, 2026
Claude Code Launches Multi-Repository Context Feature
Anthropic announced that Claude Code can now maintain context across up to 10 linked repositories simultaneously, enabling developers to work on complex microservices architectures without losing track of dependencies. The feature uses an enhanced MCP implementation to efficiently index and retrieve relevant code across projects. Early adopters report 40% faster refactoring times for distributed systems.
MCP 3.0 Specification Released with Streaming Support
The Model Context Protocol consortium published MCP 3.0, introducing bidirectional streaming for real-time context updates and a standardized plugin architecture. Major IDE vendors including JetBrains and Microsoft have committed to full implementation by Q4 2026. The update addresses previous bottlenecks in handling large codebases and enables true collaborative AI pair programming sessions.
Open-Source Agent Framework "Conductor" Reaches 50K GitHub Stars
Conductor, a lightweight Python framework for building autonomous AI agents, hit a major milestone with adoption from enterprises including Shopify and Stripe. The framework specializes in tool orchestration and features built-in safety guardrails, prompt caching, and native MCP support. Version 2.1 adds experimental support for agent-to-agent communication protocols.
Cursor Introduces "Ghost Mode" for Speculative Code Generation
Cursor's latest update includes Ghost Mode, which continuously generates potential code completions in the background and surfaces them only when confidence thresholds are met. The feature reduces visible UI disruption while maintaining suggestion quality at 89% acceptance rates. The system learns from individual developer patterns using on-device federated learning.