Releases: obot-platform/tools
Releases · obot-platform/tools
Release v0.6.1
What's Changed
- fix: return correct column names from dedicated table rows tool by @njhale in #401
- Chore: Add openai o1 support by @StrongMonkey in #366
- feat: Wordpress Tool by @tybalex in #349
- chore: switch model-/auth-providers to new metadata logic by @iwilltry42 in #391
- chore: updates to prompting framework by @thedadams in #404
- Fix: Correct Outlook credential reference by @cjellick in #408
- Fix: Correct json for outlook by @cjellick in #409
- fix: hide OBOT_AUTH_PROVIDER_COOKIE_SECRET in UI by @iwilltry42 in #405
- change generic credential button text by @tybalex in #412
- chore: auth providers: disable logging by @g-linville in #406
- chore: auth providers: rename cookie to obot_access_token by @g-linville in #400
- set dark mode icon for vllm by @sanjay920 in #407
- fix: convert slack message datetimes to user tz in code by @njhale in #402
- fix: google search workspace id extraction and session management by @njhale in #410
- fix: vllm providerMeta missing comma by @iwilltry42 in #414
- Fix: fix incorrect scope for onedrive by @StrongMonkey in #416
- fix: wordpress auth instruction update by @tybalex in #411
- chore: custom URL for GitLab from env var by @cloudnautique in #417
- Fix: Add newline to wordpress cred description by @cjellick in #421
- Fix: fix typo for incorrect scope by @StrongMonkey in #422
Full Changelog: v0.6.0...v0.6.1
Release v0.6.0
What's Changed
- add outlook tools by @g-linville in #1
- chore: add cli wrappers by @drpebcak in #3
- fix: add missing end of loop by @drpebcak in #4
- fix: add missing end of loop by @drpebcak in #6
- Add GitLab tools. by @cloudnautique in #5
- enhance: add top level group tool by @cloudnautique in #7
- enhance: nudge the tool to call logs traces by @cloudnautique in #8
- add slack and notion tools by @g-linville in #9
- Add trello and supabase tools by @StrongMonkey in #2
- enhance: use new type context tool by @cloudnautique in #11
- chore: update description to mention the cli used by @drpebcak in #13
- chore: add atlas/mongo tool by @drpebcak in #12
- Add neonctl cli to interact with neon.tech by @cloudnautique in #14
- chore: add mysql tool by @drpebcak in #10
- Add basic psql to the cli integrations by @cloudnautique in #16
- chore: add redis-cli by @cloudnautique in #18
- chore: add aiven cli by @cloudnautique in #17
- fix: outlook: improve OpenAPI titles by @g-linville in #19
- add descriptions to tools that didn't have them by @g-linville in #23
- outlook: mail: remove childFolder tools by @g-linville in #22
- chore: add current time context by @thedadams in #24
- add prompting for Outlook to avoid printing HTML by @g-linville in #26
- chore: add hubspot crm tools by @drpebcak in #29
- chore: use new openapi revamp by @cloudnautique in #25
- chore: initial commit of hubspot marketing tools by @drpebcak in #31
- Quote command arguments in aws cli by @lmello in #30
- enhance: Outlook Calendar code tools by @g-linville in #28
- enhance: add Outlook Mail code tools by @g-linville in #32
- improve slack tools by @g-linville in #33
- chore: switch Outlook Mail tools to be code-based by @g-linville in #36
- chore: switch Outlook Calendar tools to be code-based by @g-linville in #34
- fix: outlook: ask LLM not to output IDs by @g-linville in #38
- fix: outlook mail: include links to messages by @g-linville in #39
- Add code-based Github tool by @njhale in #37
- fix: outlook mail: encourage the LLM to include the body preview in output by @g-linville in #42
- outlook mail: prompt improvements to handle message IDs better by @g-linville in #43
- more Slack improvements by @g-linville in #41
- fix: improve outlook mail search by @g-linville in #40
- enhance: remove list issues and prs commands by @njhale in #44
- Outlook Mail: map Outlook IDs to auto-incrementing numerical IDs by @g-linville in #46
- outlook mail: update go mod by @g-linville in #47
- chore: initial split of read/write tools by @drpebcak in #45
- outlook mail: tell the LLM to print links by @g-linville in #48
- outlook mail: tell the LLM to use Markdown by @g-linville in #49
- fix: outlook mail: delete message by moving to Deleted Items by @g-linville in #50
- chore: improvements to prompts by @drpebcak in #51
- chore: convert some tools to code by @drpebcak in #52
- chore: remove engagement email context that is not needed now that there is a code tool by @drpebcak in #53
- chore: initial commit of some basic tools to work with google sheets by @drpebcak in #54
- chore: basic suite of tools for working with gmail by @drpebcak in #55
- chore: additional tools to update specific cells of a spreadsheet by @drpebcak in #57
- chore: youtube transcriber tool by @drpebcak in #58
- Enhance: add star count by @cjellick in #56
- fix: use names for env vars that do not conflict between integrations by @drpebcak in #59
- chore: move credentials to each tool instead of sharing by @drpebcak in #61
- chore: improve behaviour around inserting cells with multiline content by @drpebcak in #62
- feat: add excel tools by @g-linville in #63
- enhance: add more notion tools by @g-linville in #60
- fix: properly parse parts on emails with attachments by @drpebcak in #64
- fix: properly handle subject and body of forwarded email by @drpebcak in #65
- fix: move to trash instead of permanently deleting messages. also fix… by @drpebcak in #66
- fix: excel: share the tools by @g-linville in #67
- chore: slack: define credentials on each tool by @g-linville in #69
- chore: outlook: define credentials on each tool by @g-linville in #68
- Chore: Remove clis for tool repo by @cjellick in #71
- refactor by @cjellick in #72
- fix: use correct scope for accessing only google sheets documents by @drpebcak in #74
- enhance: add pagination to the "Search Issues and PRs" tool by @njhale in #73
- chore: add ai tool to transcribe in more advanced case by @drpebcak in #70
- enhance: add category and icon metadata to tools by @njhale in #75
- chore: remove hubspot tools and apis directory by @njhale in #79
- chore: regenerate go sum files for outlook mail by @njhale in #80
- fix: use same behavior for parsing input text as ui by @drpebcak in #76
- enhance: make github tools self-contained by @njhale in #77
- enhance: make notion tools self-contained by @njhale in #82
- enhance: make slack tools self-contained by @njhale in #78
- enhance: make excel tools self-contained by @njhale in #84
- enhance: make outlook calendar self-contained by @njhale in #86
- enhance: make outlook mail tools self-contained by @njhale in #85
- enhance: add youtube bundle tool and metadata by @njhale in #81
- enhance: make google spreadsheet tools self-contained by @njhale in #90
- enhance: make gmail tools self-contained by @njhale in #87
- fix: correct broken outlook tool ref by @njhale in #91
- fix: use credential keyword for credential references by @g-linville in #89
- chore: add oauth2 tool and refactor all tools to use it by @njhale in #92
- Add knowledge sync tools to tools by @StrongMonkey in #93
- chore: update index tool refs to reflect repo org transfer by @njhale in #94
- chore: add knowledgeDataSources category by @ibuildthecloud in #96
- enhance: add current date and time context tool by @njhale in #97
- chore: instruct the "Send Email" tool that it cannot forward or reply to emails by @drpebcak in #98
- feat: add google search tool by @njhale in #99
- fix: google search metadata by @njhale in #101
- fix: mak...