v0.5.0
What's Changed
- The output from the
list_tables
tool is much more terse, consuming a lot fewer input tokens. - The
debug
feature group has been renamed todebugging
(debug
will still work for now but is deprecated and may be removed in the future) - The
region
option is now required when creating new projects viacreate_project
tool. The LLM will ask you which region you wish to deploy to.
By PR
- refactor: extract eszip server side via multipart body request by @gregnr in #107
- refactor(e2e): reorganize e2e tests by @charislam in #106
- docs: adds section on security risks by @gregnr in #110
- docs: production data clarification by @gregnr in #111
- fix: add user-agent string to content api requests by @charislam in #119
- Migrate to pnpm by @mattrossman in #127
- fix: make list_tables more terse by @mattrossman in #129
- Conditional tools based on platform implementation by @gregnr in #103
- feat: make region required for create_project by @mattrossman in #130
- fix: type checking by @mattrossman in #131
New Contributors
- @mattrossman made their first contribution in #127
Full Changelog: v0.4.5...v0.5.0