Fetching from the wire…
Public story · 2026-07-15 · high
Agent Framework requires approval before any skill loads, reads a resource, or runs a script, per Microsoft's post.
Why now: This is Agent Framework's move from an experimental skills feature to the version .NET teams are expected to run in production.
Microsoft shipped Agent Skills for .NET as a stable, production feature in Agent Framework, dropping the Experimental tag it carried through preview.
None of that runs on its own. A skill can't load, read its own resource files, or execute a script without a human or a policy approving it first, by default.
Three calls make up the API, per Microsoft's post: load_skill, read_skill_resource, and run_skill_script. Skills themselves are reusable packages of instructions, docs, and scripts. Agents pull them in only when a task needs them, instead of loading everything into context up front.
That framing connects to the GitLost story, on skills as independently shippable, combinable capability bundles. This time, per the post, they ship with guardrails built in from the start.
I like that governance shipped with the GA release itself, not as a patch added later. That's usually how I see it handled elsewhere, only after something's already broken.
Here's the bet I'd take the other side of: approval-by-default gets relaxed within a year. Teams get tired of clicking through prompts for every skill call. They'll start pre-approving whole skill sets, which quietly puts most of that risk back. Watch whether Microsoft ships a bulk-approval or trusted-source flag; that's the tell.
This lands as Agent Framework's skills feature moves from experimental to the version .NET teams are expected to run in production.
Each link below shares sources, entities, or timing with this story.
Published August 4, the GitHub Copilot Agent for Agent Framework ships as Microsoft.Agents.AI.GitHub.Copilot for .NET 8+ and agent-framework-github-copilot for Python 3.11+ (Microsoft). Every shell command, file write, URL fetch, and custom tool routes through a user-defined p...
Anthropic's Agent Skills standard (agentskills.io), launched December 2025, has been adopted by Microsoft, OpenAI, Cursor, GitHub, Atlassian, and Figma. Skills are directories with SKILL.md files that agents discover and load dynamically. GitHub Copilot, Claude Code, and Curso...
July 23, agent-framework-declarative went 1.0.0 for Python, matching the already-stable .NET package (Microsoft). Workflows author in YAML with Power Fx formulas for state and expressions, conditions, loops and jumps, sequential and conditional routing, function tools, MCP and...
Microsoft's Agent Framework blog confirms the MCP 2026-07-28 revision is in release candidate with a final lock on July 28, while A2A passed 150 adopting orgs with production SDKs in Python, JS, Java, Go, and .NET. The next two weeks are your window to review MCP breaking chan...
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
Released July 22, it bundles the tool-calling loop with iteration limits, per-call history persistence, context-window compaction, persistent todo/plan tracking, durable file memory across turns, progressively-loaded skills, web search, standing tool-approval rules with heuris...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.