Releases: hack-dance/island-ai
Releases · hack-dance/island-ai
[email protected]
Patch Changes
- Updated dependencies []:
[email protected]
Major Changes
-
#32
008d007b1ec9cc7f1276ae92bd0c32dfef801c38
Thanks @roodboi! - Updating the defaults to all be null except for objects and arrays - also not explicitly looking for .default valuesPreviously we had "", 0, and false default values for primitives (silly) - you could still pass nulls as defaults through the explicit defaultValues map - but this is now the default and they can be updated either via zod .default or using the defaultValues map if there is a need for a more explicit default.
[email protected]
Patch Changes
- #28
a79bd11a9caaf4f9d99eebe0e528b04fd4ca811e
Thanks @roodboi! - adjust peer and dev deps
[email protected]
Patch Changes
- #25
17f8583a9284731be3dcc4c2b59b6733f49c8383
Thanks @roodboi! - Making agents export seperate and moving out the client credator defualt
[email protected]
Patch Changes
- #23
5e8a2cc7bfe39452928a434675bd23539890814a
Thanks @roodboi! - Cleaning up some unused types and consants + exposing all the types and things already defined
[email protected]
Patch Changes
-
#20
bf334a0f23ace44e866a37b3111ac0f312f32929
Thanks @roodboi! - updating exports slightly for wider support -
#20
6ab5c4076c35b8b7935886eda6225b2cd7b374e2
Thanks @roodboi! - add check on delta so we dont explode
[email protected]
Patch Changes
- #17
274d6af9530e9437035dda14f92948703b20dd93
Thanks @roodboi! - update schema stream dep
[email protected]
Minor Changes
- #12
36eb93ecfec2d3d145238b4f5f80009320917f25
Thanks @roodboi! - Adding support for zod default()
[email protected]
Patch Changes
- #9
e922466f35bd72bdfce8c0710a8868cca66f1571
Thanks @roodboi! - allow for client passthrough when creating agents - will still defualt to a new OAI client