AI News — 2026-07-01
AI News Brief - July 1, 2026
Claude Code Introduces Multi-Repository Context Windows
Anthropic announced that Claude Code can now maintain context across up to 10 linked repositories simultaneously, with a combined context window of 500K tokens. This enables developers to refactor code across microservices architectures while maintaining full system awareness. The feature is rolling out to Claude Pro subscribers this week with Team plan access coming in August.
MCP Gateway Protocol Reaches 1.0 Stable Release
The Model Context Protocol consortium released MCP Gateway 1.0, establishing standardized routing and transformation layers between AI models and enterprise data sources. Major adopters include Salesforce, MongoDB, and Stripe, who have committed to native MCP Gateway support across their APIs. The specification includes built-in security policies and rate limiting to address enterprise compliance concerns.
Aider Open-Source Tool Adds Visual UI Mode
The popular command-line coding assistant Aider launched a new visual interface mode with split-pane editing and inline diff visualization. The update maintains Aider's benchmark-leading code editing accuracy while making it more accessible to developers who prefer GUI workflows. The visual mode is available in version 0.48.0 with both local and cloud model support.
AutoGen Studio Unveils Hierarchical Agent Teams
Microsoft's AutoGen framework introduced "Agent Hierarchies," allowing developers to structure multi-agent systems with supervisor-worker patterns and delegated task routing. Early benchmarks show 40% improvement in complex task completion rates compared to flat agent architectures. The feature includes visual debugging tools to trace decision-making across agent layers.
Open-Source SmolLM-Coder-3B Matches GPT-3.5 on HumanEval
Hugging Face released SmolLM-Coder-3B, a compact code generation model that achieves 72% on HumanEval while running efficiently on consumer hardware. The model was trained on a curated dataset of 2 trillion tokens and supports 40+ programming languages. It's available under Apache 2.0 license with quantized versions optimized for edge deployment.