AI News — 2026-04-17
AI News Update: April 17, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced Copilot Workspace can now maintain context across up to 10 linked repositories simultaneously, enabling developers to refactor code that spans microservices architectures. The update uses an improved embedding system that reduces token usage by 40% while expanding the effective context window to 500K tokens. Early access users report significant time savings when working on distributed systems.
MCP 2.1 Specification Released with Bidirectional Streaming
The Model Context Protocol consortium published version 2.1, introducing bidirectional streaming capabilities that allow AI agents to maintain persistent connections with multiple tools simultaneously. This enables real-time data synchronization between agents and external systems without repeated handshakes. Major implementations from Anthropic, Microsoft, and Google are expected within 30 days.
Open-Source AgentForge Framework Reaches 1.0
AgentForge, a TypeScript-first framework for building autonomous AI agents, hit its stable 1.0 release with built-in support for MCP, multi-agent collaboration, and automatic fallback handling. The framework includes pre-built modules for web browsing, code execution, and file system operations, plus a visual debugging interface. The project has gained 15K GitHub stars since its beta launch in February.
Cursor Introduces "Project Memory" for Long-Term Context
Cursor unveiled Project Memory, a feature that builds a persistent knowledge graph from your codebase interactions over time, learning patterns specific to your team's architecture and conventions. Unlike traditional RAG approaches, it uses a hybrid vector-graph database that improves suggestion accuracy by understanding temporal code evolution. The feature is rolling out to Pro subscribers this week.