Skip to content

Releases: evalstate/fast-agent

v0.3.12

05 Oct 14:30
Compare
Choose a tag to compare

Major Changes

  • Sonnet 4.5 Support
  • MCP Transport Diagnostics Command (/mcp)
  • Show Agent History and Clear History Command (/history, /clear)
  • Enhanced Display Handling
  • Type clean-up
Transport Display History Display

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.3.12

v0.3.8

20 Sep 09:10
Compare
Choose a tag to compare

What's Changed

  • Support for XAI grok-4-fast! 2M Context Window VLM - model aliases:

grok-4-fast = grok-4-fast-non-reasoning
grok-4-fast-reasoning = grok-4-fast-reasoning

Full Changelog: v0.3.7...v0.3.8

v0.3.7

18 Sep 23:09
Compare
Choose a tag to compare

Major Features

  • mcp-ui support @idosal
  • OAuth and Keyring Support added
  • MCP Instructions support added
  • Improvements to exported API layout
  • Default serialization to PromptMessageExtended format
  • Handle untokenizable content for models
  • Code improvements thanks (@ChrisW-priv )

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.7

v0.3.0

12 Sep 20:04
e783502
Compare
Choose a tag to compare

fast-agent 0.3.0

Warning

This release contains breaking API changes. Pin to 0.2.58 if necessary.

  • mcp-ui support
  • api enhancements and improvements
  • migration to fast_agent package. some compatibility layer remains.
  • augmented_llm deprecated; improved architecture

Changes

v0.2.58

31 Aug 15:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.57...v0.2.58

Props to contributors. ❤️

NB This is intended to be the last 0.2.* release, with 0.3.0 coming soon. Command Line and High Level API remain the same, but there are some adjustments may be needed due to renaming and other internal improvements if using programmatically.

v0.2.57

19 Aug 19:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.56...v0.2.57

Big thank you to all contributors :)

v0.2.56

14 Aug 20:06
Compare
Choose a tag to compare

What's Changed

  • Fix nested model's schema not converted to json object by @samchugit in #336
  • Add support for AWS Bedrock OpenAI OSS models by @jdecker76 in #343
  • Fix - Improve exit command visibility in interactive prompt by @ivy113 in #344
  • Fix MCP filtering by @jdecker76 in #341

New Contributors

Full Changelog: v0.2.55...v0.2.56

v0.2.55

12 Aug 07:46
Compare
Choose a tag to compare

What's Changed

  • Fix aliyun provider won't take empty tool array & json_schema by @samchugit in #331
  • list_mcp_tools on agent interface by @evalstate in #334

New Contributors

Full Changelog: v0.2.52...v0.2.55

v0.2.52

07 Aug 21:08
Compare
Choose a tag to compare

OpenAI GPT-5 Series Support

This release adds validated support for GPT-5 series (tested Text, Tools, Vision, PDF, Structured Outputs), entries to the model database, convenience aliases and support for the minimal reasoning mode.

Access with

fast-agent --model gpt-5  # gpt-5 with defaults
fast-agent --model gpt-5-mini.minimal # gpt-5-mini in minimal reasoning mode
fast-agent --model gpt-5-nano.high # gpt-5-nano in high reasoning mode.

v0.2.51

05 Aug 19:45
Compare
Choose a tag to compare

TensorZero Updated Support and QuickStart

Read the updated documentation here: https://fast-agent.ai/models/llm_providers/#tensorzero-integration

  • Migrate tensorzero implementation from native inference to OpenAI, and add quickstart by @aaronpolhamus in #308 -

gpt-oss support on Groq

Added support for groq.openai/gpt-oss-120b and groq.openai/gpt-oss-20b, tested with Tools and Structured Output. Aliases added for quick access : gpt-oss and gpt-oss-20b. so you can access with:

fast-agent --model gpt-oss

  • Fix TypeError when Google Gemini returns None content.parts by @HarshLit in #328

New Contributors

Full Changelog: v0.2.50...v0.2.51