v0.7.0
What's Changed
- fix: use more stable dynamic version of python for windows by @drpebcak in #335
- fix: use correct name for windows package in generation script by @drpebcak in #336
- chore: simplify SDK docs while they are being developed by @thedadams in #338
- fix: openapi tools received random operationNums by @cloudnautique in #334
- fix: set encoding for python tools to utf-8 by @drpebcak in #337
- fix: tool names should be used instead of filename by @cloudnautique in #341
- bug: speed up the openapi loading by @ibuildthecloud in #340
- chore: make workspace path always absolute by @drpebcak in #346
- fix: do not lowercase all items in tool(like) lists by @cloudnautique in #344
- chore: add fallback err to log message to debug by @ibuildthecloud in #347
- chore: collect and log token usage by @ibuildthecloud in #349
- chore: add rm, del add cred delete aliases by @ibuildthecloud in #351
- chore: rename sys.print to sys.echo by @ibuildthecloud in #352
- chore: drop dead code by @ibuildthecloud in #353
- chore: clarify log message by @ibuildthecloud in #354
- chore: if loading a dir load ./tool.gpt by @ibuildthecloud in #355
- bug: only change user to system if there is just one message by @ibuildthecloud in #357
- bug: stop dropping "." and "{}" messages by @ibuildthecloud in #358
- chore: only set usage request param for openai not model providers by @ibuildthecloud in #359
- feat: add "tools: foo as bar" syntax by @ibuildthecloud in #360
- chore: when normalizing the tool name drop /tool.gpt if you can by @ibuildthecloud in #361
- chore: change default model to gpt4o by @ibuildthecloud in #356
- chore: refactor export context behavior by @ibuildthecloud in #365
- chore: change sys.download to use the workspace by default by @g-linville in #364
- bug: fix anthropic model provider by @ibuildthecloud in #367
- bug: provider daemons would be orphaned by @ibuildthecloud in #368
- chore: move spurious log message to debug by @ibuildthecloud in #369
- Chore: Add new tool parameters by @sangee2004 in #343
- chore: update list of providers by @drpebcak in #366
- Chore: Add documentation for context by @sangee2004 in #348
- chore: rename google-provider by @drpebcak in #373
- bug: fix concatinating multiple tool calls when index is not set by @ibuildthecloud in #374
- chore: event cleanup, send first start before context/credential by @ibuildthecloud in #375
- chore: cleanup output to make logs less noisy by @ibuildthecloud in #376
- chore: assign provider tool category when launch provider by @ibuildthecloud in #377
- bug: don't print to stdout, this break the sdk by @ibuildthecloud in #378
- chore: delete sys.workspace* methods by @ibuildthecloud in #379
- enhance: add sys.date.now built in for time/date. by @cloudnautique in #372
- add: OpenAPI v2 tools support by @iwilltry42 in #345
- chore: add authorization hook by @ibuildthecloud in #380
- feat: add sys.chat.history by @ibuildthecloud in #382
- bug: include type for params by @ibuildthecloud in #384
- chore: update docs to reflect changes to anthropic provider by @drpebcak in #381
- docs: improve sentiments example model compatibility by @njhale in #385
- bug: fix gpt4 by @ibuildthecloud in #386
New Contributors
- @iwilltry42 made their first contribution in #345
Full Changelog: v0.6.0...v0.7.0