Skip to content

Releases: cohere-ai/cohere-toolkit

2024-12-05 (v1.1.5)

27 Dec 17:46
131a1a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

2024-12-05 (v1.1.4)

05 Dec 23:14
ea23011
Compare
Choose a tag to compare

Summary of Changes in Version 1.1.4

General Improvements

  • Backend Fixes and Enhancements:

    • Addressed table overlap issue in Groups/UserGroupsAssociation to avoid conflicts.
    • Improved hybrid search functionality and added client access token filtering for tool authentication.
    • Replaced co reader implementation with aiohttp GET for the web scrape tool.
    • Fixed alignment of the Wikipedia toggle in the Assistants Web feature.
  • Frontend Enhancements:

    • Fixed react-scroll-to-bottom import issue.
    • Added a button for hotkey bindings in the Assistants Web interface.
  • Documentation:

    • Updated tool documentation to reflect the current state accurately.

Dependency Updates

  • Development:
    • Updated aiohttp to 3.10.11 and python-multipart to 0.0.18.
    • Bumped dependencies for cross-spawn, path-to-regexp, and express in Slack bot interfaces.

Infrastructure and Testing

  • Infrastructure:

    • Enabled integration tests for all PRs and resolved broken tests.
    • Improved Azure deployment through Docker Compose.
  • Testing:

    • Added cleanup mechanisms for containers used in integration tests.
    • Enabled specification of individual tests for unit and community testing.

New Features

  • Added Gmail support as a tool.
  • Backend now validates tool parameters generated by the model.

Miscellaneous

  • Removed the detach flag from docker compose up.
  • Improved make first-run to read existing configuration variables.

For detailed differences, refer to the Full Changelog

2024-11-18 (v1.1.3)

18 Nov 15:48
8fd8cf1
Compare
Choose a tag to compare

What's Changed

  • Improve global Settings usage to deal with settings that aren't set
  • Major tool refactoring:
    • Clarify tool schema names (eg ManagedTool -> ToolDefinition, ToolName -> Tool)
    • Removed config settings (in practice this was not useful)
    • Removed ALL_TOOLS dictionary definitions, instead add Tool class to the Tool enum directly
    • Add get_tool_definition to fetch config for all classes
    • Have backend return default agent instead of frontend hardcoding const
  • Fixed auth tool issues with Slack
  • Refactoring and simplified Deployments + Model DB representations
  • Added support for ICS files
  • Added File content viewer
  • Allow toggling tools for custom Assistants

Full Changelog: v1.1.2...v1.1.3

2024-11-01 (v1.1.2)

01 Nov 17:56
404f286
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

2024-10-25 (v1.1.1)

25 Oct 20:31
083b530
Compare
Choose a tag to compare

What's Changed

Backend:

  • Added new Cohere Platform models to the seeder.
  • Removed experimental Langchain chat/multihop functionality.
  • Improved file content parsing with the Python interpreter.
  • Added death loop detection.

Frontend:

  • Notified users if login via SSO fails.
  • Added advanced settings and "Show steps" functionality.
  • Fixed issues with agent model setup.
  • Improved agent creation flow.
  • Added better error handling for backend server failures.
  • Fixed client imports for assistants_web.

Infra/Tests/Bugfixes:

  • Fixed broken integration tests and ran them on merges to the main branch.
  • Removed single Docker image setups.
  • Bumped Slackbot and dependencies to latest versions.
  • Added security enhancements with sandbox attribute for iframes.
  • Fixed clipboard behavior fallback when clipboard API is unavailable.
  • Implemented deployment to AWS using AWS Copilot.
  • Reverted changes related to use-stick-to-bottom.

New Contributors

Full Changelog: v1.1.0...v1.1.1

2024-09-27 (v1.1.0)

27 Sep 18:19
b851a07
Compare
Choose a tag to compare

Major release with many changes, the front end updates include the addition of dark mode, a new command dialog, improvements to the user interface, and the additions of an agents view. On the back end, we've added optional SSO auth to login and for tool usage, hybrid search, agents support, bugfixes, docs improvements, and much more.

Full Changelog: v1.0.6...v1.1.0

2024-06-04 (v1.0.6)

04 Jul 14:44
b69b18c
Compare
Choose a tag to compare

What's Changed

Read more

2024-06-04 (v1.0.5)

04 Jun 14:29
17a67df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

2024-04-09 (v1.0.4)

17 May 19:31
a29a626
Compare
Choose a tag to compare

Notably fixes issue with building single container docker image

PSA: Update your NEXT_PUBLIC_API_HOSTNAME variable to use http://localhost:8000

What's Changed

Full Changelog: v1.0.3...v1.0.4

2024-05-17 (v1.0.3)

17 May 14:06
be79b09
Compare
Choose a tag to compare

PSA: Update your NEXT_PUBLIC_API_HOSTNAME variable to use http://localhost:8000

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3