AI News — 2026-09-22
AI News Brief - September 22, 2026
Cursor IDE Launches Multi-Repository Context Feature
Cursor has released version 0.42 with support for cross-repository context awareness, allowing developers to reference code, documentation, and dependencies across multiple projects simultaneously. The feature uses a new indexing system that can process up to 50 repositories in under 2 minutes, with intelligent relevance ranking based on import relationships and API usage patterns. Early adopters report 40% faster resolution of complex refactoring tasks that span microservice architectures.
Anthropic Expands MCP Server Marketplace to 500+ Integrations
The Model Context Protocol ecosystem has reached a major milestone with over 500 verified server implementations now available in Anthropic's official registry. Notable additions this week include native MCP servers for Kubernetes cluster management, Snowflake data warehouses, and real-time collaboration tools like Figma and Miro. The MCP specification 2.1 also introduced bidirectional streaming capabilities, enabling more responsive agent-to-tool interactions.
OpenAI Releases GPT-4.5 Code with 256K Context Window
OpenAI announced GPT-4.5 Code, a specialized model optimized for programming tasks with a 256,000 token context window and improved accuracy on HumanEval (94.2%) and MBPP (91.7%) benchmarks. The model features enhanced understanding of legacy codebases and can now accurately trace dependencies in projects with over 100,000 lines of code. GitHub Copilot will begin rolling out GPT-4.5 Code integration to enterprise customers starting next week.
LangGraph 2.0 Introduces Visual Agent Debugging
LangChain has released LangGraph 2.0 with a completely redesigned debugging interface that provides real-time visualization of agent decision trees, tool calls, and state transitions. The update includes breakpoint support, step-by-step execution, and automatic detection of infinite loops or redundant reasoning patterns. The framework now supports persistent agent memory across sessions using PostgreSQL or Redis backends.