AI News — 2026-06-20
AI News - June 20, 2026
GitHub Copilot Workspace Adds Multi-Repository Context
GitHub announced that Copilot Workspace can now analyze and generate code across multiple repositories simultaneously, understanding dependencies and shared libraries. The feature uses an enhanced context window of 500K tokens to maintain coherence across codebases. Early adopters report 40% faster development time for microservices architectures.
Anthropic's MCP 2.0 Introduces Bidirectional Tool Calling
The Model Context Protocol specification has been upgraded to version 2.0, enabling AI models to not only call tools but also request clarification and negotiate parameters before execution. Over 150 MCP servers are now available in the community registry, including new integrations for Kubernetes, Terraform, and database management. The update maintains backward compatibility with MCP 1.x implementations.
Open-Source Agent Framework "Orchestrate" Reaches 1.0
Orchestrate, a lightweight agent coordination framework, has officially launched after 8 months in beta. The framework specializes in managing multi-agent workflows with built-in retry logic, state management, and observable execution traces. It supports all major LLM providers and has already been adopted by several enterprise teams for production deployments.
Cursor IDE Introduces "Ambient Mode" for Continuous Assistance
Cursor's latest update includes Ambient Mode, which passively monitors developer activity and proactively suggests refactors, tests, and documentation without explicit prompts. The feature uses on-device models for privacy-sensitive analysis and only sends specific code snippets to cloud models when generating suggestions. Users can configure suggestion frequency and scope per project.