Skip to content

Releases: devlooped/Extensions.AI

v0.8.0

08 Aug 17:34
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add support for GPT-5 minimal reasoning effort by @kzu in #95

🐛 Fixed bugs

  • Only emit the ChatClientExtensions if package is referenced by @kzu in #93

📝 Documentation updates

  • Introduce OSMF EULA by @kzu in #96

🔨 Other

  • Rename extension so users can tell ours apart by @kzu in #92

Full Changelog: v0.7.4...v0.8.0

v0.7.4

06 Aug 05:31
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Leverage overload resolution attribute to direct compiler by @kzu in #89
  • Target net9/10 in package by @kzu in #90

Full Changelog: v0.7.3...v0.7.4

v0.7.3

18 Jul 09:08
@kzu kzu

Choose a tag to compare

Caution

BREAKING CHANGE ON .NET 10 PREVIEW 6 COMPILER
Previous versions were built with Preview 5 and WILL NOT WORK with Preview 6.
Likewise, this version is built with Preview 6 and WILL NOT WORK with Preview 5 or earlier.

Full Changelog: v0.7.2...v0.7.3

v0.7.2

10 Jul 11:57
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Allow finding tool calls by the result type only by @kzu in #80

Full Changelog: v0.7.1...v0.7.2

v0.7.1

10 Jul 11:16
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add overload to find calls in a chat response by tool name by @kzu in #77
  • Sanitize local function names in tools by @kzu in #79

Full Changelog: v0.7.0...v0.7.1

v0.7.0

07 Jul 18:09
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Enable full Live Search compatibility for Grok by @kzu in #72
  • Add support for OpenAI web search options and Grok compat by @kzu in #74

📝 Documentation updates

  • Document new live search options by @kzu in #73

Full Changelog: v0.6.2...v0.7.0

v0.6.2

04 Jul 05:20
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add generated JSON context for Chat model objects including additional properties by @kzu in #69
  • Add tool-focused extension to inspect calls and results by @kzu in #71

🔨 Other

  • Rename pipeline output helper class by @kzu in #70

Full Changelog: v0.6.1...v0.6.2

v0.6.1

04 Jul 00:24
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add public API for observing the client pipeline by @kzu in #63

📝 Documentation updates

  • Document new pipeline observing by @kzu in #64

🔨 Other

  • Simplify console HTTP pipeline logging using Observe/Observable by @kzu in #66
  • Remove reference to SponsorLink manifest by @kzu in #67

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Jul 21:56
@kzu kzu
ecd3d88

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Simplify approach to Grok chat client and dynamic clients by @kzu in #56
  • Drop ctor overload not receiving a model by @kzu in #57
  • Create a smarter OpenAI chat client that honors model ID by @kzu in #58
  • Improve JSON console logging at the client pipeline level by @kzu in #60

📝 Documentation updates

  • Showcase OpenAI features in readme by @kzu in #59
  • Add note on Smith example, cleanup logging example by @kzu in #61

Full Changelog: v0.5.2...v0.6.0

v0.5.2

02 Jul 15:47
@kzu kzu

Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Improve integration with MEAI typical usage pattern by @kzu in #53

📝 Documentation updates

  • Showcase usage of Throw in Weaving by @kzu in #49

🔨 Other

  • Remove projects that belong elsewhere by @kzu in #55

Full Changelog: v0.5.1...v0.5.2