You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.12.0] - 2026-07-21
Added
agent-framework-azure-cosmos-memory: Add an alpha Azure Cosmos DB semantic-memory context provider with fact extraction, user profiles, samples, and integration coverage (#6719)
agent-framework-azurefunctions, agent-framework-core, agent-framework-durabletask: Add HITL response-URL addressing for requests raised from inside workflows (#7001)
agent-framework-core: Add cross-session origin attribution to context-injected messages (#7041)
agent-framework-core, agent-framework-tools: Warn when auto-approved tools have name collisions (#7090)
agent-framework-core: Add a session_provider option to MCPSkillsSource and MCPSkill (mutually exclusive with client) that resolves the MCP session on every fetch, keeping cached skills reconnect-safe when the underlying session is replaced (#7135)
agent-framework-hosting-mcp: Add app-owned MCP hosting helpers for exposing agents and workflows as native MCP tools (#7209)
agent-framework-hosting-responses: [BREAKING] Add Responses conversation ID creation and parsing helpers, and distinguish conversation IDs from previous response IDs (#7234)
agent-framework-hosting-telegram: Add Telegram hosting helpers and samples (#7047)
samples: Add a Microsoft OpenTelemetry Distro observability sample (#5632)
agent-framework-azurefunctions, agent-framework-devui, agent-framework-foundry, agent-framework-hosting-responses, agent-framework-lab, agent-framework-mistral, agent-framework: Clean up dependency groups and compatibility handling (#7046)
agent-framework-foundry-hosting: Promote the package to beta and add it to the main installation surface; make the Foundry Toolbox MCP skills sample self-contained (#7099)
agent-framework-azure-contentunderstanding, agent-framework-gemini, agent-framework-mistral, agent-framework-monty, agent-framework-tools: Promote the packages to beta, add them to the main installation surface, expose lazy-loading namespaces, and move package-local samples into the root sample tree
agent-framework-github-copilot: Forward GitHubCopilotOptions verbatim when creating sessions (#7155)
agent-framework-core: Preserve explicit null arguments during automatic function calling (#7108)
agent-framework-core: Count non-ASCII text correctly during compaction (#7124)
agent-framework-core: Forward header_provider headers to streamable HTTP MCP transports (#7218)
agent-framework-core: Prevent compaction from emitting empty projections (#7219)
agent-framework-core: Return MCP tool-use sampling results to the requesting server (#7189)
agent-framework-foundry-hosting: Make FoundryToolbox.as_skills_provider() cache toolbox skill discovery by default so skill://index.json is read once instead of on every agent run, give disable_caching an observable effect, and add a cache_refresh_interval option (#7135)
agent-framework-hosting, agent-framework-hosting-responses: Isolate stored session snapshots from later mutations (#7141)
agent-framework-ollama: Generate distinct call ids for parallel tool calls (#6822)
agent-framework-orchestrations: Prevent the Magentic manager from duplicating conversation history (#6297)
samples: Correct the concurrent agents sample's handling of workflow output (#6548)