Microsoft/GitHub pushed agent discovery toward a shared standard: Agent Finder for GitHub Copilot is now available, and it implements the new Agentic Resource Discovery (ARD) spec so Copilot can rank and surface MCP servers, skills, canvases, agents, and other tools from a registry instead of requiring manual wiring. The HN thread is mostly debating whether this is a new layer over search or a genuinely useful enterprise registry. Sources: Microsoft Signal, GitHub Changelog, HN
MAI-Code-1-Flash is expanding beyond the initial Copilot rollout: GitHub says the Microsoft-built small coding model is now available across more Copilot surfaces, with Business and Enterprise coming soon. Reddit’s Copilot community is already pointing out that the model is first-party and hosted in GitHub’s Azure tenant, which is useful context for enterprise latency/governance expectations. Sources: GitHub Changelog, HN, Reddit
GitHub Copilot app is now generally available on macOS, Windows, and Linux. The official pitch is that it is the desktop home for agent-driven development, with parallel sessions, worktrees, integrated terminal/browser validation, canvases, cloud automations, and MCP-based tools. HN discussion is already showing real workflows built around remote Linux workstations and PR/test automation. Sources: GitHub Changelog, GitHub Blog, HN
Copilot CLI got a meaningful refresh at Build: rubber duck mode and voice input are GA, while prompt scheduling and an experimental terminal UI with tabs for issues, PRs, and gists are available behind /experimental. Reddit’s Copilot community is focusing on cost pressure and the growing number of agent-side controls, which is a good signal that the CLI is becoming an actual operational surface rather than a demo. Sources: GitHub Changelog, Reddit
Microsoft Agent Framework continues to look like the successor path for Microsoft’s agent stack: the repo is at 11.5k stars and 1.9k forks, and the latest Python release is 1.9.0. The release line is adding MCP-based skills support, A2A session improvements, and Foundry Toolbox discovery samples, which is a pretty direct signal that Microsoft is centering the framework on tool/skill discovery and hosted multi-agent workflows. Sources: GitHub repo, GitHub releases
LangGraph shipped 1.2.6 on June 18 and remains a strong field signal at 35.3k stars and 5.9k forks. This release is mostly stability-oriented, fixing nested subgraph checkpoint inheritance and cancel-on-abort behavior, but the repo’s sustained release cadence still makes it worth watching as one of the higher-traction orchestration stacks outside Microsoft. Sources: GitHub repo, GitHub releases