AI News — 2026-04-18
AI News - April 18, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports intelligent context gathering across up to 10 linked repositories simultaneously. The update uses a new indexing system that maintains semantic understanding of cross-repo dependencies, particularly useful for microservices architectures. Early access users report 40% fewer context-switching errors when working on distributed systems.
Anthropic Releases MCP 2.1 with Bidirectional Tool Calling
The Model Context Protocol specification has been updated to version 2.1, introducing bidirectional tool calling that allows MCP servers to request information from clients. This enables more sophisticated workflows where tools can dynamically negotiate capabilities and permissions during execution. Over 150 MCP servers have already been updated to support the new specification.
Open-Source Agent Framework 'Conductor' Reaches 1.0
Conductor, a Python framework for building multi-agent systems with built-in observability, has released its stable 1.0 version after 18 months of development. The framework features automatic agent orchestration, retry logic with exponential backoff, and native MCP integration for tool access. The project has gained 12k GitHub stars and is already being used in production by several enterprise teams.
Cursor IDE Introduces Natural Language Debugging
Cursor's latest update includes an experimental "Debug with AI" feature that allows developers to describe bugs in natural language rather than setting traditional breakpoints. The system analyzes runtime state, stack traces, and code context to identify likely causes and suggest fixes. The feature currently supports Python, TypeScript, and Rust with other languages planned for Q3.