v.0.9.0-beta
版本发布时间: 2023-06-30 07:18:32
reworkd/AgentGPT最新发布版本:v.1.0.0(2023-11-02 08:14:25)
🎉🤖 Beta 0.9.0 🤖🎉
🎨 QOL Updates 🎨
We're excited to announce version 0.9.0 of AgentGPT. Since the last release we've been working closely with the community to make many quality of improvements. As such we'd like to welcome 10 new contributors (found below) to the AgentGPT community! Thanks for your support, we wouldn't be able to do this without you ❤️
Also wanted to make a special shoutout to @ergomake for helping us make our developer experience awesome! Additionally we've been featured in Decibel's open source spotlight, check it out here.
✨ Highlights
- 🖥️ Fullscreen mode, Agents now make better use of your screen real estate!
- ⏸️ Playback control, Agents now have the ability to be paused, allowing you to edit them on the fly
- 🎨 Lots of QOL updates (token tracking, ui refactoring, etc...)
- 🚨 Improved error handling and retires
- 🐛 Many bug improvements
💪 New Contributors
- @miwgel made their first contribution in https://github.com/reworkd/AgentGPT/pull/818
- @chekitaderi17 made their first contribution in https://github.com/reworkd/AgentGPT/pull/841
- @timtischler made their first contribution in https://github.com/reworkd/AgentGPT/pull/854
- @chennqqi made their first contribution in https://github.com/reworkd/AgentGPT/pull/852
- @KennyDizi made their first contribution in https://github.com/reworkd/AgentGPT/pull/646
- @tim-codes made their first contribution in https://github.com/reworkd/AgentGPT/pull/853
- @vieiralucas made their first contribution in https://github.com/reworkd/AgentGPT/pull/864
- @abhithory made their first contribution in https://github.com/reworkd/AgentGPT/pull/847
- @MusabShakeel576 made their first contribution in https://github.com/reworkd/AgentGPT/pull/883
- @istandre made their first contribution in https://github.com/reworkd/AgentGPT/pull/899
👀 Full Changelog
- 🖥️ Fullscreen by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/806
- Better setPrompts by @jasangill1 in https://github.com/reworkd/AgentGPT/pull/805
- 799 by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/810
- 🗑️ Remove Pause Mode by @awtkns in https://github.com/reworkd/AgentGPT/pull/794
- 👶 User in open-ai call by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/814
- 🐛 Fix functions by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/819
- 🧠 Remove thinking chat message type by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/823
- Enhanced spanish translation by @miwgel in https://github.com/reworkd/AgentGPT/pull/818
- Bump eslint from 8.38.0 to 8.43.0 in /next by @dependabot in https://github.com/reworkd/AgentGPT/pull/832
- ♻️ Refactor model by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/837
- Bump @tanstack/react-query from 4.29.3 to 4.29.14 in /next by @dependabot in https://github.com/reworkd/AgentGPT/pull/828
- ♻️ Separate task from messages by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/844
- Chekita by @chekitaderi17 in https://github.com/reworkd/AgentGPT/pull/841
- ♻️ Separate stores for tasks and messages by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/845
- 🥷 Extract tasks from messages in autonomous agent by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/846
- Update README.md by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/855
- Re-adding required dependency that was removed in 'Sync repo' (30022a7) by @timtischler in https://github.com/reworkd/AgentGPT/pull/854
- pkg-config: not found when
poetry install --only main
; by @chennqqi in https://github.com/reworkd/AgentGPT/pull/852 - 🎨Advanced Settings Updates by @awtkns in https://github.com/reworkd/AgentGPT/pull/808
- ♻️ Refactor and add retries by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/857
- ♻️ Refactor model dependancies by @awtkns in https://github.com/reworkd/AgentGPT/pull/858
- Bump fastapi from 0.96.1 to 0.98.0 in /platform by @dependabot in https://github.com/reworkd/AgentGPT/pull/862
- Bump prettier and @types/prettier in /next by @dependabot in https://github.com/reworkd/AgentGPT/pull/860
- Fix typo vector_db_api_key by @KennyDizi in https://github.com/reworkd/AgentGPT/pull/646
- ☝️ Update README.md by @jasangill1 in https://github.com/reworkd/AgentGPT/pull/865
- 🪙 Calculate Max Tokens by @awtkns in https://github.com/reworkd/AgentGPT/pull/867
- Fix Dockerfile + missing env vars in example by @tim-codes in https://github.com/reworkd/AgentGPT/pull/853
- ♻️ Add callbacks to openai service by @awtkns in https://github.com/reworkd/AgentGPT/pull/874
- Ergomake by @vieiralucas in https://github.com/reworkd/AgentGPT/pull/864
- Bump @octokit/rest from 19.0.11 to 19.0.13 in /cli by @dependabot in https://github.com/reworkd/AgentGPT/pull/826
- Added custom sign in page for development and production by @abhithory in https://github.com/reworkd/AgentGPT/pull/847
- 🔑 Feedback for api key upload by @jasangill1 in https://github.com/reworkd/AgentGPT/pull/877
- docs: Update SERP API by @MusabShakeel576 in https://github.com/reworkd/AgentGPT/pull/883
- 🐛 Fix Negative Token Sizing by @awtkns in https://github.com/reworkd/AgentGPT/pull/882
- feat(#750): add themestore and usetheme by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/881
- feat(#768): add tailwind config and global css by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/880
- ⏸️ Pausing by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/879
- 748 add scroll to bottom button by @abhithory in https://github.com/reworkd/AgentGPT/pull/885
- © copy button on top off header messages by @jasangill1 in https://github.com/reworkd/AgentGPT/pull/891
- fixted typo in FadeIn Component by @abhithory in https://github.com/reworkd/AgentGPT/pull/893
- Bump pytest-env from 0.8.1 to 0.8.2 in /platform by @dependabot in https://github.com/reworkd/AgentGPT/pull/829
- Bump react-i18next from 12.2.1 to 12.3.1 in /next by @dependabot in https://github.com/reworkd/AgentGPT/pull/698
- 🚨 Improved error logging by @awtkns in https://github.com/reworkd/AgentGPT/pull/898
- Fix Agent-API retries by @istandre in https://github.com/reworkd/AgentGPT/pull/899
Full Changelog: https://github.com/reworkd/AgentGPT/compare/v.0.8.0-beta...v.0.9.0-beta