AI News — 2026-09-27
AI News Summary - September 27, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace now supports context awareness across up to 10 linked repositories simultaneously. The update enables developers to refactor code and maintain consistency across microservices architectures without manual context switching. Early access users report 40% faster completion times for cross-service feature implementations.
Anthropic Releases MCP Server Registry with 500+ Integrations
Anthropic launched an official Model Context Protocol server registry, cataloging over 500 verified MCP implementations for databases, APIs, and development tools. The registry includes automated testing and security audits for all listed servers, addressing previous concerns about untrusted third-party MCP implementations. Community contributions are now accepted through a standardized review process.
OpenAI's Agent Framework Adds Recursive Task Planning
OpenAI updated its Agent SDK with recursive task decomposition capabilities, allowing agents to automatically break down complex objectives into executable subtasks. The framework now supports dynamic replanning when tasks fail and includes built-in safety constraints for resource usage. Benchmark tests show agents successfully completing multi-step software deployment tasks with 78% success rate.
Cursor Editor Introduces "Shadow Mode" for AI Pair Programming
Cursor released Shadow Mode, where the AI silently watches developers code and proactively suggests refactorings and bug fixes without interrupting flow. The feature uses local LLM inference for privacy-sensitive projects and learns individual coding patterns over time. Users can toggle between passive observation and active assistance modes.