v.0.3.0-beta
版本发布时间: 2023-05-03 05:48:57
reworkd/AgentGPT最新发布版本:v.1.0.0(2023-11-02 08:14:25)
🎉🤖 Beta 3.0 🤖🎉
With AgentGPT recently surpassing 20k stars on Github we are thrilled to announce the release of Beta 3.0.
In an effort to better serve the needs of AgentGPT's amazing community, the team has created an official documentation page to help better answer your questions and provide the community a clear roadmap.
If you'd like to help shape the future of AgentGPT please fill this brief survey and join our discord server. We would love to hear your feedback. ❤️
✨ Highlights
- 🔍 Web search (Still in preview), AgentGPT now has the ability to search google and summarize results!
- 🌐 Full internationalization (i18n) support, AgentGPT now natively close to 20 languages!
- ⏸️ Ability to pause and resume agents, a highly requested feature.
- 💄 Improved output formatting
- 🎨 Improvement to general UI/UX
- 📖 Improved documentation, roadmap, and contribution guidelines
- 🐛 Various bugfixes
- ...and much more!
:eyes: What's Changed
- feat: [#232] Added a bigger UI for Goal input by @giri-madhan in https://github.com/reworkd/AgentGPT/pull/242
- fix: fix close Modal incorrectly by @3kinglee in https://github.com/reworkd/AgentGPT/pull/252
- Optimized imports in account.ts file by @mihaichris in https://github.com/reworkd/AgentGPT/pull/257
- Update README.md by @Srijan-Subedi in https://github.com/reworkd/AgentGPT/pull/260
- Update README.hu-Cs4K1Sr4C.md by @Srijan-Subedi in https://github.com/reworkd/AgentGPT/pull/263
- Update README.zh-HANS.md by @Srijan-Subedi in https://github.com/reworkd/AgentGPT/pull/262
- feat: ratelimiter for requests by @awtkns in https://github.com/reworkd/AgentGPT/pull/286
- :bug: Fix discord link by @awtkns in https://github.com/reworkd/AgentGPT/pull/290
- Ability to deploy projects to Vercel with one click by @belikers in https://github.com/reworkd/AgentGPT/pull/293
- feat: add combobox for export options by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/292
- 🐛 Add Validation For Name & Goal by @l2hyunwoo in https://github.com/reworkd/AgentGPT/pull/302
- bug: add trim when handle new goal and save by @l2hyunwoo in https://github.com/reworkd/AgentGPT/pull/305
- chore: remove unnecessary annotations & add indices to prisma schema by @w00ing in https://github.com/reworkd/AgentGPT/pull/300
- fix TypeError: Cannot read properties of undefined (reading 'writeText') by @codecsrayo in https://github.com/reworkd/AgentGPT/pull/303
- 🐛 Catch removeChild error use semantic node instead of text node by @l2hyunwoo in https://github.com/reworkd/AgentGPT/pull/309
- feat: Max token Setting by @awtkns in https://github.com/reworkd/AgentGPT/pull/315
- feat: Persist custom settings by @awtkns in https://github.com/reworkd/AgentGPT/pull/317
- feat: add pdf font for cn by @Dogtiti in https://github.com/reworkd/AgentGPT/pull/308
- Fix Multi-Language Support by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/326
- Addressing the collapsible drawer feature by @rp-bot in https://github.com/reworkd/AgentGPT/pull/327
- build(deps): bump @vercel/analytics from 0.1.11 to 1.0.0 by @dependabot in https://github.com/reworkd/AgentGPT/pull/338
- build(deps): bump react-i18next from 12.2.0 to 12.2.1 by @dependabot in https://github.com/reworkd/AgentGPT/pull/339
- build(deps): bump @trpc/react-query from 10.21.0 to 10.21.1 by @dependabot in https://github.com/reworkd/AgentGPT/pull/335
- build(deps): bump @trpc/client from 10.21.0 to 10.21.1 by @dependabot in https://github.com/reworkd/AgentGPT/pull/337
- build(deps): bump @trpc/next from 10.21.0 to 10.21.1 by @dependabot in https://github.com/reworkd/AgentGPT/pull/336
- :bug: Disable Ratelimitter Locally by @awtkns in https://github.com/reworkd/AgentGPT/pull/351
- build(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in https://github.com/reworkd/AgentGPT/pull/354
- :bug: Fix import of large fonts by @awtkns in https://github.com/reworkd/AgentGPT/pull/357
- feat: Use sentry for error monitoring by @awtkns in https://github.com/reworkd/AgentGPT/pull/366
- feat: implement live task status update in task window by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/329
- fix: [#361] Z-index issue in Settings by @giri-madhan in https://github.com/reworkd/AgentGPT/pull/369
- added a password attribute to api key input tag by @rp-bot in https://github.com/reworkd/AgentGPT/pull/356
- Feat/update task status by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/368
- 🚀 Re-add google analytics by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/375
- chore: docker compose by @Dogtiti in https://github.com/reworkd/AgentGPT/pull/365
- fix: incorrect rendering of saved agents by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/371
- Update ChatWindow.tsx ISSUE #295 by @jcub7012 in https://github.com/reworkd/AgentGPT/pull/398
- feat: implement agent global state by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/400
- feat: implement pause functionality by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/413
- fix: only show continue button when agent is paused and not stopped by @Jshen123 in https://github.com/reworkd/AgentGPT/pull/420
- 🌐 Basics of web search by @asim-shrestha in https://github.com/reworkd/AgentGPT/pull/347
- add CoC, Contributing, security, support docs by @lightningRalf in https://github.com/reworkd/AgentGPT/pull/418
- build(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in https://github.com/reworkd/AgentGPT/pull/427
- fix: settings load by @Dogtiti in https://github.com/reworkd/AgentGPT/pull/429
- build(deps-dev): bump tailwindcss from 3.3.1 to 3.3.2 by @dependabot in https://github.com/reworkd/AgentGPT/pull/426
- Translation updates by @Cs4K1Sr4C in https://github.com/reworkd/AgentGPT/pull/399
- build(deps-dev): bump prettier-plugin-tailwindcss from 0.2.7 to 0.2.8 by @dependabot in https://github.com/reworkd/AgentGPT/pull/423
- build(deps): bump stripe from 12.2.0 to 12.3.0 by @dependabot in https://github.com/reworkd/AgentGPT/pull/424
❤️ New Contributors
- @3kinglee made their first contribution in https://github.com/reworkd/AgentGPT/pull/252
- @mihaichris made their first contribution in https://github.com/reworkd/AgentGPT/pull/257
- @belikers made their first contribution in https://github.com/reworkd/AgentGPT/pull/293
- @l2hyunwoo made their first contribution in https://github.com/reworkd/AgentGPT/pull/302
- @w00ing made their first contribution in https://github.com/reworkd/AgentGPT/pull/300
- @codecsrayo made their first contribution in https://github.com/reworkd/AgentGPT/pull/303
- @Dogtiti made their first contribution in https://github.com/reworkd/AgentGPT/pull/308
- @rp-bot made their first contribution in https://github.com/reworkd/AgentGPT/pull/327
- @jcub7012 made their first contribution in https://github.com/reworkd/AgentGPT/pull/398
- @lightningRalf made their first contribution in https://github.com/reworkd/AgentGPT/pull/418
Full Changelog: https://github.com/reworkd/AgentGPT/compare/v.0.2.0-beta...v.0.3.0-beta