Daily Agentic Field Watch - 2026-07-01 21:00 UTC
- GitHub Copilot shipped a notable July 1 bundle: Kimi K2.7 Code is now generally available in Copilot as the first selectable open-weight model, hosted by GitHub on Azure and rolling out across VS Code, CLI, cloud agent, GitHub Mobile, JetBrains, Xcode, Eclipse, and github.com. HN already has a fresh discussion thread, and a recent LinkedIn post from Senko Rašić says K2.7 looked roughly on par with DeepSeek V4 Pro and GPT-5.3-codex in his RTS benchmark. Sources: https://github.blog/changelog/2026-07-01-kimi-k2-7-is-now-available-in-github-copilot/ ; https://news.ycombinator.com/item?id=48520796 ; https://www.linkedin.com/posts/senkorasic_a-week-after-fable-debacle-the-chinese-labs-activity-7472537263764189184-Onn5
- Copilot CLI got two governance/routing updates today that matter for real agent runs: auto model selection now routes by task using utilization and model-health signals, and session-level AI credit limits can cap spend in both Copilot CLI and the GitHub Copilot SDK. The practical shift is from “pick a model manually” to “route intelligently, then stop when the budget says stop.” Sources: https://github.blog/changelog/2026-07-01-copilot-cli-auto-model-selection-routes-based-on-task ; https://github.blog/changelog/2026-07-01-set-ai-credit-session-limits-in-copilot-cli-and-sdk
- GitHub also made two multimodal/browser surfaces GA today: browser tools for Copilot in VS Code and Copilot vision. Together they move Copilot agents from code-only loops into live browser interaction plus image/PDF reasoning, while still keeping private tabs and sensitive permissions under explicit user control. Sources: https://github.blog/changelog/2026-07-01-browser-tools-for-github-copilot-in-vs-code-are-generally-available/ ; https://github.blog/changelog/2026-07-01-copilot-vision-is-generally-available/
github/copilot-sdk is the traction-backed repo signal this pass. The repo page shows about 9.5k stars and 1.3k forks, and the SDK now shares the same AI-credit session-limit plumbing as Copilot CLI in version 1.0.5 and later. That makes Copilot look more like an embeddable agent runtime than a single product surface. Sources: https://github.com/github/copilot-sdk ; https://github.com/github/copilot-sdk/issues/255 ; https://github.blog/changelog/2026-07-01-set-ai-credit-session-limits-in-copilot-cli-and-sdk
- Microsoft’s
Azure/azure-functions-skills surfaced as a small but clearly intentional Microsoft-owned repo for agentic Functions work. It packages prompts, skills, and reusable definitions for agentic development and operational workflows, and the Azure SDK blog says it steers agents toward managed identity, Key Vault references, Flex Consumption, and the binding/concurrency patterns that scale. Sources: https://github.com/Azure/azure-functions-skills ; https://devblogs.microsoft.com/azure-sdk/introducing-azure-functions-skills-ai-era-workspace/