GitHub moved Copilot security deeper into the workflow: the Copilot app now has /security-review in public preview, and code scanning can surface AI-powered detections on pull requests beyond CodeQL-only coverage. That makes the agentic dev loop more security-aware without forcing a context switch. Sources: GitHub Copilot app security reviews ; Code scanning AI detections
GitHub Copilot in VS Code’s June 2026 recap is a meaningful agent-UX update: agentic browser tools are now GA, parallel sessions and chats are supported, cost visibility reaches session and subagent levels, Marketplace model-provider discovery is built into the editor, and Autopilot is more independent. Source: GitHub blog
Foundry IQ is now in Copilot Studio, bringing enterprise knowledge bases into agent conversations with grounded, cited answers and Microsoft’s stated relevance gains. A LinkedIn note from Yaron Cohen frames it as a unified knowledge layer between data and the agent. Sources: Microsoft blog ; LinkedIn
Microsoft Agent Framework for Go entered public preview, extending Microsoft’s agent runtime to Go developers and keeping the ecosystem story aligned across Foundry, OpenAI, MCP, A2A, AG-UI, and the Copilot SDK. Sources: Microsoft devblog ; GitHub repo
Microsoft Research published CI-Work, a contextual-integrity benchmark for enterprise LLM agents, and Agentic Evolution, a survey organizing roughly 300 papers on self-improving and co-evolving agents. Together they push the field toward measuring leakage and evolution dynamics instead of only raw task success. Sources: CI-Work ; Agentic Evolution
Satya Nadella published “The Reverse Information Paradox,” arguing that enterprises can leak proprietary knowledge while using AI, not just spend money. That is a useful governance lens for agent builders. Sources: Satya on X ; LinkedIn post
Hermes Agent v0.18.2 is a small patch but still worth noting because the repo has serious traction at roughly 215k stars and 39.9k forks. The release fixes the WhatsApp Baileys dependency so tagged Docker builds install reliably, while v0.18.1 rolled up roughly 660 PRs. Source: Hermes Agent releases