GitHub Copilot SDK v1.0.6-preview.1 shipped today with experimental context attribution APIs, so app builders can inspect where context tokens are going across skills, subagents, MCP servers, tools, and plugins. That is a real harness/governance upgrade, not just another SDK bump. Sources: https://github.com/github/copilot-sdk/releases ; https://github.com/github/copilot-sdk
Microsoft Agent Framework’s new “Meet your agent harness and claw” post is the cleanest implementation write-up in this pass. It shows the harness bundling planning, history persistence, web search, and function invocation into one call, and sets up the follow-on pieces for approvals, data access, and durable memory. Source: https://devblogs.microsoft.com/agent-framework/meet-your-agent-harness-and-claw/