GitHub Copilot code review now reads repository-level AGENTS.md, so repo-local instructions can shape review feedback automatically. The same changelog post also makes it easier to request Copilot reviews on draft PRs. Sources: GitHub Changelog.
GitHub also tightened Copilot attribution and reporting: author:@me search now includes PRs opened by Copilot cloud agent, and generated release notes now credit the human requester alongside @copilot. Sources: author search update and release notes credit update.
Enterprise governance got a useful control point: Copilot CLI and VS Code can now respect disableBypassPermissionsMode in managed settings, letting orgs turn off automatic permission bypass / “yolo mode” for agentic sessions. Source: GitHub Changelog.
Microsoft’s June partner announcements say Copilot Cowork is now available alongside the Microsoft Scout agent experience, while a fresh r/microsoft_365_copilot thread suggests the billing model is still in flux around consumption packs vs. PAYG/prepay. Sources: Microsoft Partner Center June 2026 announcements and Reddit discussion.
Microsoft’s Employee Self-Service Agent Developer Kit is now documented as a Copilot Studio customization path in VS Code. The repo is still small, but it is active enough to matter for ecosystem watch: 15 stars, 6 forks, 354 commits, 20 issues, and 7 PRs. Sources: Microsoft Learn and GitHub repo.
Semantic Kernel remains a heavyweight traction signal even as Microsoft positions Microsoft Agent Framework as its successor: the repo still shows 28.2k stars and 4.7k forks, and it shipped python-1.43.1 on June 17. Sources: GitHub repo and releases.
Elastic’s new agent-memory writeup is one of the clearer architecture posts today: it describes a persistent multi-tenant agent memory layer with 0.89 R@10, hybrid retrieval, supersession, decay, and per-user DLS isolation. The HN thread is actively discussing it. Sources: Elastic blog and HN thread.