Skip to content

Releases: devlooped/Extensions.AI

v0.8.2

21 Aug 21:53
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Friendly error when non-matching SDK is used by @kzu in #101

Full Changelog: v0.8.1...v0.8.2

v0.8.1

20 Aug 21:25
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Add support for Verbosity introduced in GPT-5 by @kzu in #100

🔨 Other

  • Add simple benchmark test for GPT-5 reasoning efforts by @kzu in #97

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Aug 17:34
@kzu kzu
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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