Skip to content

Commit c2951cc

Browse files
authored
Fix typos and enhance clarity in CHANGELOG.md
Corrected typos and improved clarity in the changelog.
1 parent 4905982 commit c2951cc

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog - Agent Framework Toolkit
22

3+
## Unreleased
4+
- Updated ModelContextProtocol from 1.0.0 to 1.1.0.
5+
36
## Version 1.0.0-rc3.1 (8th of March 2026)
4-
- Anthropic: Added Support for Structured Output (custom implementation as Anthropic doe not adhere to common practice, but outcome is the same).
7+
- Anthropic: Added Support for Structured Output (custom implementation, as Anthropic does not adhere to common practice, but the outcome is the same).
58
- Update the various Model Constants with the latest releases
69
- AzureOpenAI: Endpoint Pattern `https://<name>.openai.azure.com/openai/v1` is now also auto-corrected by default (to: `https://<name>.openai.azure.com`)
7-
- Added `AgentSession.GetMessages()` extension method for easier discoverability on getting messages from a session (Require that session belong to an agent that use the default InMemoryChatHistory)
10+
- Added `AgentSession.GetMessages()` extension method for easier discoverability on getting messages from a session (Require that the session belongs to an agent that uses the default InMemoryChatHistory)
811
- Added Cerebras provider (`AgentFrameworkToolkit.Cerebras`)
912

1013
---
@@ -18,8 +21,8 @@
1821

1922
## Version 1.0.0-rc2 (26th of Feb 2026)
2023
- Bump Microsoft Agent Framework from v.1.0-rc1 to v.1.0-rc2
21-
- Removed `.RunAsync<T>(...)` polyfill (AIAgentExtensnions.cs) that dealt with [AF Issue #4118](https://github.com/microsoft/agent-framework/issues/4118) as it is now fixed.
22-
- Added dedicated Constructors for the various Connection-Classes for easier construction.
24+
- Removed `.RunAsync<T>(...)` polyfill (AIAgentExtensions.cs) that dealt with [AF Issue #4118](https://github.com/microsoft/agent-framework/issues/4118) as it is now fixed.
25+
- Added dedicated Constructors for the various connection classes for easier construction.
2326
- Bump ModelContextProtocol NuGet from 0.8.0-preview1 to 1.0.0
2427
- Bump AWSSDK.BedrockRuntime" NuGet from 4.0.16 to 4.0.16.1
2528
- Bump AWSSDK.Extensions.Bedrock.MEAI Nuget from 4.0.5.7 to 4.0.5.8
@@ -28,7 +31,7 @@
2831

2932
## Version 1.0.0-rc1 (21st of Feb 2026)
3033
- [BREAKING] Upgraded and fixed breaking changes from Microsoft Agent Framework v.1.0-rc1
31-
- Important Note: AF now have `.RunAsync<T>(...)` directly on AIAgent, which on paper make `AIAgentExtensions.cs` not needed anymore, but due to a bug in RC1 (https://github.com/microsoft/agent-framework/issues/4118) it is currently used as polyfill for Microsoft's bug. This however have a side-effect that if you use the AgentFactories, but consume the agents as `AIAgent` I can't serve the polyfill version to you due to new real (buggy) implementation and polyfill have same name. Workaround for this is to consume factor as named Agent (example `OpenAIAgent` or my generic version `Agent` or use the extension method like this `AIAgentExtensions.RunAsync<T>()`). Once Microsoft fix their issue the polyfill workaround can go away and all scenarions will work again
34+
- Important Note: AF now has `.RunAsync<T>(...)` directly on AIAgent, which, on paper, makes `AIAgentExtensions.cs` not needed anymore, but due to a bug in RC1 (https://github.com/microsoft/agent-framework/issues/4118) it is currently used as a polyfill for Microsoft's bug. This however, has a side-effect that if you use the AgentFactories, but consume the agents as `AIAgent` I can't serve the polyfill version to you due to new real (buggy) implementation and polyfill have same name. Workaround for this is to consume factor as named Agent (example `OpenAIAgent` or my generic version `Agent` or use the extension method like this `AIAgentExtensions.RunAsync<T>()`). Once Microsoft fix their issue the polyfill workaround can go away and all scenarions will work again
3235
- AgentSkills: Fixed the body of the skill did not add line breaks ([PR#46](https://github.com/rwjdk/AgentFrameworkToolkit/pull/46) : Thanks to [@visasnouski](https://github.com/) for the fix 👍)
3336

3437
---

0 commit comments

Comments
 (0)