AI News — 2026-04-20
AI News Brief: April 20, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports simultaneous context from up to 10 repositories, enabling developers to work on microservices architectures more effectively. The feature uses an improved embedding system that maintains cross-repo symbol resolution and dependency tracking. Early access users report 40% faster development time on distributed system projects.
Anthropic Releases MCP Server Templates for Common Development Tasks
Anthropic published an official collection of 15 production-ready MCP server templates covering databases, CI/CD pipelines, cloud providers, and monitoring tools. The templates include built-in security best practices and rate limiting, addressing common concerns from enterprise adopters. The company also announced MCP 2.1 specification with improved streaming support for long-running operations.
Open-Source Agent Framework "Conductor" Reaches 1.0
The agent orchestration framework Conductor hit its stable 1.0 release after 18 months of development, offering built-in support for tool calling across all major LLM providers. Key features include declarative agent workflows, automatic retry logic, and comprehensive observability hooks. The project has already been adopted by several YC companies for production automation tasks.
Cursor Introduces "Shadow Mode" for AI Pair Programming
Cursor's latest update includes Shadow Mode, where the AI passively watches your coding session and proactively suggests refactors, bug fixes, and optimizations without interrupting flow. The feature uses a lightweight model running locally for latency under 100ms and only suggests interventions when confidence exceeds 85%. Users can train Shadow Mode on their own coding patterns for personalized suggestions.