AI News — 2026-09-15
AI News Summary - September 15, 2026
GitHub Copilot Workspace Introduces Multi-Repository Context
GitHub announced Copilot Workspace now supports simultaneous context from up to 10 repositories, enabling developers to work across microservices architectures more efficiently. The update uses an improved embedding system that maintains context coherence while reducing token usage by 40%. Early access users report significant productivity gains when refactoring distributed systems.
Anthropic Releases MCP 2.1 with Bidirectional Tool Streaming
The Model Context Protocol 2.1 specification now supports bidirectional streaming for tool execution, allowing AI assistants to provide real-time progress updates during long-running operations. Major adopters including Cursor and Continue have already committed to implementing the spec within 30 days. The update also introduces standardized authentication flows for enterprise MCP servers.
Open-Source Agent Framework 'Nexus' Reaches 1.0
Nexus, a lightweight agent orchestration framework written in Rust, has officially launched version 1.0 after 18 months of development. The framework emphasizes deterministic execution paths and built-in observability, addressing common reliability issues in autonomous agent systems. Initial benchmarks show 3x faster task completion compared to LangGraph for structured workflows.
Claude Code Editor Adds Visual Programming Mode
Anthropic updated Claude Code with an experimental visual programming interface that lets developers construct complex logic flows using drag-and-drop components. The system generates production-ready code in Python, TypeScript, or Rust while maintaining full bidirectional sync with text-based editing. The feature is currently available to Claude Pro subscribers in beta.