This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
Releases: openchatai/copilot
Releases · openchatai/copilot
0.0.21-beta
What's Changed
- Bump numpy from 1.25.1 to 1.26.0 in /llm-server by @dependabot in #77
- Add Trello's swagger by @gharbat in #141
- Feat/chat conversation by @codebanesr in #145
Full Changelog: 0.0.20-beta...0.0.21-beta
0.0.20-beta
What's Changed
- Bump regex from 2023.6.3 to 2023.8.8 in /llm-server by @dependabot in #32
- Truncating large lists at every stage of LLM call by @codebanesr in #136
- Context size reduction by @codebanesr in #137
Full Changelog: 0.0.19-beta...0.0.20-beta
0.0.19-beta
What's Changed
- Aligning the prompts to product more structured outputs by @codebanesr in #128
- Adding an extra phase for summarization by @codebanesr in #129
- Set debug level to info by @gharbat in #131
- implement of confirmation message when the user wants to exit the copilo… by @codebanesr in #133
- Delete .DS_Store by @gharbat in #134
Full Changelog: 0.0.18-beta...0.0.19-beta
0.0.18-beta
What's Changed
- Better flows debugging messages by @gharbat in #120
- Bump urllib3 from 1.26.16 to 1.26.17 in /llm-server by @dependabot in #116
- Bump postcss from 8.4.24 to 8.4.31 in /dashboard by @dependabot in #126
- Bump postcss from 8.4.28 to 8.4.31 in /copilot-widget by @dependabot in #125
- Custom API Planner - Enhancements and Adjustments by @codebanesr in #124
- Converted completion to chat API.
- Improved codebase for teamwork.
- Introduced a transformer function to manage context size.
- Incorporated feedback loops to keep the agent updated on changes and refer back to previous ones.
- Better performance with custom planner and reduced feedback loops (only x1 for now).
Full Changelog: 0.0.17-beta...0.0.18-beta
0.0.17-beta
What's Changed
- Fixing llm response by @codebanesr in #111
- Allow fetching of workflow by swagger id by @codebanesr in #112
- Allow to debug the full flow by doing something like make logs | grep llm-server by @gharbat in #114
- Raising a hotfix to handle single API call @codebanesr in #113
Full Changelog: 0.0.16-beta...0.0.17-beta
0.0.16-beta
What's Changed
- Return the response along with status code by @gharbat in #109
- Minor fix by @codebanesr in #110
- Bump srsly from 2.4.6 to 2.4.8 in /llm-server by @dependabot in #96
Full Changelog: 0.0.15-beta...0.0.16-beta
0.0.15-beta
What's Changed
- Minimizes the project size by removing old HTML/CSS files by @gharbat in #107
- Using prance to resolve refs, hence this will remove lot of unnecessa… by @codebanesr in #97
- Simplified codebase by removing unnecessary backend code, leading to improved schema generation confidence.
- Implemented a parallel execution chain to enhance execution speed.
- Updated the OpenAPI summarization call. Link
- Enhanced capabilities of the hierarchical planner (PUT method) and resolved certain bugs in the output parser.
- Updated Swagger backend URLs.
- Introduced namespace restrictions to vector search.
- Reduced prompt size and addressed prompt format issues for workflows.
- Implemented short-circuiting in LLM chains when unnecessary. Link
- Added prance to remove unnecessary backend code + more confidence on generated schema
Full Changelog: 0.0.14-beta...0.0.15-beta
0.0.14-beta
What's Changed
- Copilot widget enhancements by @ah7255703 in #103
- Patch ci by @ah7255703 in #104
@openchatai/copilot-flows-editor
integration @ah7255703 in #90- Ability to update and create flows from the dashboard
- Ability to install the copilot using npm, pnpm, yarn. read more
Full Changelog: 0.0.13-beta...0.0.14-beta
0.0.13-beta
What's Changed
- Adding plan and executor chain by @codebanesr in #91
- Not relying on predefined rigid workflows
- Generating plans and execution logic on the fly
- Added support for gpt-4
- Removed errors from planner discussed here
Full Changelog: 0.0.12-beta...0.0.13-beta
0.0.12-beta
What's Changed
- Fixed:chunk load error by @ah7255703 in #89
- Fix/dockerignore by @codebanesr in #88
- Return paginated workflows by @codebanesr in #93
- Adding ci/cd to build docker images by @codebanesr in #94
- Disabling builds currently by @codebanesr in #98
- Enable debug logging in the LLM server by @gharbat in #99
Full Changelog: v0.0.11-beta...0.0.12-beta