Releases: callstackincubator/ai
Releases · callstackincubator/ai
0.2.0
Apple Foundation Model
This release brings support for structured outputs, tool calling and latest AI SDK (v5).
What's Changed
- feat: structured output by @grabbou in #38
- feat: tool calling by @grabbou in #59
- feat: v5 by @grabbou in #77
- feat: streaming support for v5 SDK and tool calling by @grabbou in #80
Full Changelog: v0.1.0...v0.2.0
Release 0.1.0
0.1.0
First public release!!
demo.mp4
Bug Fixes
- include proper script file (a0a7cc5)
- ios: add missing download function (#20) (e696599)
- remove leftovers (e27aef4)
- remove submodule from repo (#16) (4d36eb3)
Features
- add
getModels
method (#5) (36b61bf) - add initial version of iOS module (c65421d)
- download function on android (#19) (f5bbf1a)
- dynamic path and lib from bundle config (#4) (0ac134f)
- ios: implement
prepareModel
method (#13) (215b106) - passing chat history to model (#7) (111b059)
- scripts: add git-lfs and rustup dependency checks (#21) (e122560)
- single config script &
mlc-prepare
command (#14) (9bb6841)