Releases: Significant-Gravitas/AutoGPT
autogpt-platform-beta-v0.4.9
🚀 Release autogpt-platform-beta-v0.4.9
📅 Date: February 6, 2025
🔥 What's New?
New Features
- #9430 - Enhance the output from the external API on agent output (by @aarushik93)
Bug Fixes
Dependencies & Maintenance
- #9403 - Bump
framer-motion
from 11.16.0 to 12.0.11 in/autogpt_platform/frontend
(by @dependabot) - #9434 - Bump production dependencies across 1 directory with 5 updates (by @dependabot)
- #9400 - Bump production dependencies in
/autogpt_platform/frontend
with 4 updates (by @dependabot) - #9401 - Bump development dependencies in
/autogpt_platform/frontend
with 13 updates (by @dependabot) - #9432 - Bump production dependencies across 1 directory with 4 updates (by @dependabot)
🎉 Thanks to Our Contributors!
A huge thank you to everyone who contributed to this release, including our new and returning contributors:
🚀 Full Changelog: Compare autogpt-platform-beta-v0.4.8...autogpt-platform-beta-v0.4.9
autogpt-platform-beta-v0.4.8
🚀 Release autogpt-platform-beta-v0.4.8
Date: January 2025
🔥 What's New?
New Features
- #9366 - Add text replace block (by @ntindle) - PR
- #9369 - Todoist REST API blocks (by @Abhi1992002) - PR
- #9291 - Implement User Credit Transaction History (by @majdyz) - PR
- #9319 - Authentication for Todoist block (by @Abhi1992002) - PR
- #9308 - Add ScreenshotOne block (by @ntindle) - PR
- #9390 - Update LLM models (by @kcze) - PR
Enhancements
- #9423 - Use USD value instead of cents credit value (by @majdyz) - PR
- #9426 - Avoid multiple auto-top-ups within the same execution (by @majdyz) - PR
- #9419 - Fix wordings for auto top-up feature (by @majdyz) - PR
- #9418 - Set the minimum auto top-up amount to 500 credits (by @majdyz) - PR
UI/UX Improvements
- #9368 - Allow further zooming out in the builder (by @pratimsadhu) - PR
- #9377 - Center reset password page (by @kcze) - PR
- #9358 - Fixed font for Heading Issue #8971 (by @safimuhammad) - PR
- #9381 - Marketplace UI changes (by @safimuhammad) - PR
Bug Fixes
- #9296 - PAYG system fixes (by @kcze) - PR
- #9389 - Show feedback if user exists on sign up (by @kcze) - PR
- #9383 - Fix typing for
dict
/dict[Any, Any]
SchemaField
(by @kcze) - PR - #9391 - Fix broken top-up flow (by @majdyz) - PR
- #9392 - Fix return url post top-up (by @majdyz) - PR
- #9417 - Fix return URL of billing portal when platform_base_url != frontend_base_url (by @majdyz) - PR
- #9427 - Charge user credits before its block execution (by @majdyz) - PR
Documentation
- #9379 - Update README.md (by @ethethanlee) - PR
Dependencies & Maintenance
- #9343 - Bump ruff from 0.9.2 to 0.9.3 (by @dependabot) - PR
- #9364 - Bump production-dependencies group with 9 updates (by @dependabot) - PR
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors:
As well as our returning contributors:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.4.8
Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
Hotfix for duplicate pins
What's Changed
Full Changelog: autogpt-platform-beta-v0.4.6...autogpt-platform-beta-v0.4.7
autogpt-platform-beta-v0.4.6
What's Changed
- fix(backend): fix missing agent object requirement by @ntindle in #9380
Allows users to download agent from the store
Full Changelog: autogpt-platform-beta-v0.4.5...autogpt-platform-beta-v0.4.6
autogpt-platform-beta-v0.4.5
What's Changed
- fix(backend): Remove hardcoded auto-top-up config definition on set_auto_top_up by @majdyz in #9361
- fix(backend): Fix get balance error on user with null running balance by @majdyz in #9365
Full Changelog: autogpt-platform-beta-v0.4.4...autogpt-platform-beta-v0.4.5
autogpt-platform-beta-v0.4.4
🚀 Release autogpt-platform-beta-v0.4.4
Date: January 29, 2025
🔥 What's New?
New
- #9272 - Create external API (by @aarushik93)
- #9267 - Enable executing store agents without agent ownership (by @Pwuts)
- #9330 - Add LLM prompt as the output pin (by @majdyz)
- #9278 - Implement Auto-Top-Up credits capability (by @majdyz)
- #9306 - Minimize non-caught error logic between graph exec creation and queueing (by @majdyz)
- #9333 - Added autocomplete on login (by @turboslapper)
Enhancements
- #9248 - Re-enable tests in monitor.spec.ts (by @ntindle)
- #9340 - Make spend credit failure part of block execution failure (by @majdyz)
- #9288 - Remove steps about adding Ollama credentials (by @Bentlybro)
- #9119 - Change
/store*
URL to/marketplace*
(by @kcze) - #9050 - Implement top-up flow for PAYG System (by @kcze)
- #9217 - Add graph/node id & execution id on CreditTransaction table (by @majdyz)
- #9264 - Add billing portal entry point (by @majdyz)
- #9226 - Add TypeScript type checks to frontend (by @ntindle)
- #9352 - Add default support in oneOf field (by @Abhi1992002)
- #9299 - Bump ruff from 0.8.6 to 0.9.2 in /autogpt_libs (by @dependabot)
- #9300 - Bump the development-dependencies group across 1 directory with 5 updates (by @dependabot)
- #9298 - Bump the development-dependencies group across 1 directory with 17 updates (by @dependabot)
- #9347 - Bump the production-dependencies group across 1 directory with 19 updates (by @dependabot)
- #9237 - Bump the production-dependencies group across 1 directory with 4 updates (by @dependabot)
- #9349 - Bump the production-dependencies group across 1 directory with 19 updates (by @dependabot)
Bug Fixes
- #9243 - Security upgrade next from 14.2.20 to 14.2.21 (by @ntindle)
- #9290 - Unbreak save button after save error (by @Pwuts)
- #9311 - Fix page layouts (sizing + padding) (by @Pwuts)
- #9295 - Make monthly top-up adjust the target balance (by @majdyz)
- #9247 - Fix "Select All" in Agent Dashboard (by @Ayush-Mittal10)
- #9337 - Remove TwitterUnblockUserBlock & TwitterBlockUserBlock (by @majdyz)
- #9338 - Check if Linear is enabled before showing blocks (by @ntindle)
- #9351 - Add ollama_host to AIConversationBlock (by @Bentlybro)
- #9287 - No longer require Ollama key (by @ntindle)
- #9138 - Fix broken connections when copying and pasting an agent (by @RitikDutta)
- #9360 - Fix failing test_block_credit_reset (by @majdyz)
- #9341 - Increase agent execution timeout to fix
test_agent_execution
flakiness (by @ntindle) - #9339 - Update repo-close-stale-issues.yml (by @ntindle)
New Blocks
- #9271 - Add blocks for GitHub checks & statuses (by @ntindle)
- #9158 - Split CodeExecutionBlock into InstantiationBlock & StepExecutionBlock (by @mariosacaj)
- #9320 - Add multimedia file support & basic Video blocks (by @majdyz)
- #9285 - Add Mem0 AI memory block (by @ntindle)
- #9113 - Add username+password credentials type; Bring Back email and Reddit blocks (by @ntindle)
- #9269 - Linear integration (by @ntindle)
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors:
As well as our returning contributors:
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.4.4
Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.4.3
What's Changed
- fix(blocks/Exa): Fix exa contents block advanced toggle by @aarushik93 in #9255
Full Changelog: autogpt-platform-beta-v0.4.2...autogpt-platform-beta-v0.4.3
autogpt-platform-beta-v0.4.2
🚀 Release autogpt-platform-beta-v0.4.2
Date: 10th Jan 2025
🔥 What’s New?
New Features
- #9149 - Make scheduler DB connection pool configurable & prevent connection overflow (by @majdyz)
- #8932 - Support multiple credentials inputs on blocks (by @Pwuts)
- #9185 - Add
TERMINATED
execution status to backend executor (by @Pwuts) - #8754 - Add Twitter integration (by @Abhi1992002)
- #9212 - Add API key generation frontend (by @Abhi1992002)
- #9230 - Fix carousel on store page (by @Abhi1992002)
- #9235 - Provide Nvidia by default in backend/blocks/nvidia (by @aarushik93)
Enhancements
- #9180 - Move some GitHub blocks to the correct file (by @Bentlybro)
- #9164 - Delete old marketplace code (by @Swiftyos)
- #9234 - Update Ollama docs (by @Bentlybro)
- #9202, #9150, #9165, #9214, #9207 - Various dependency updates and refactors (by @dependabot & others)
- #9195 - Add custom fonts and update layout styles (by @Abhi1992002)
- #9216 - Fix Provider name enum usage (by @ntindle)
Bug Fixes
- #9130 - Remove croniter (by @majdyz)
- #9128 - Ensure fields with default values are not set to advanced by default (by @majdyz)
- #9157 - Prevent HTTP requests to internal IPv6 addresses for Agent Blocks (by @majdyz)
- #9171 - Fix validation of hostname-less URLs (by @Pwuts)
- #9170 - Make input layout & padding consistent (by @majdyz)
- #9121 - Download agent from store if user is not logged in (by @Abhi1992002)
- #9197 - Fix Poetry v2.0.0 compatibility (by @Pwuts)
- #9209, #9210 - Fix webhook ingress URL generation & intermittent test failures (by @Pwuts)
- #9219 - Improve handling of plain text in “send web request” block (by @Bentlybro)
- #9233 - Add default credentials for Fal, Exa, E2B (by @aarushik93)
- #9229 - Remove Python.format & Jinja templating format backward compatibility (by @majdyz)
New Blocks
- #9144 - Add GitHub Create File block (by @Bentlybro)
- #9169 - Add GitHub Create Repo block (by @Bentlybro)
- #9172 - Add GitHub List Stargazers block (by @Bentlybro)
- #9213 - Add Nvidia Deepfake Detection block (by @aarushik93)
🎉 Thanks to Our Contributors!
A huge shoutout to everyone who contributed to this release. Special thanks to our new contributors, as well as our returning ones:
- @majdyz
- @Pwuts
- @Bentlybro
- @Abhi1992002
- @aarushik93
- @ntindle
- @Swiftyos
- @dependabot
- And all other amazing contributors!
📥 How to Get This Update
To update to this version, run:
git pull origin autogpt-platform-beta-v0.4.2
Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.4.1
🚀 Release autogpt-platform-beta-v0.4.1
Pull Requests: 7
Date: 31st Dec 2024
🔥 What’s New?
-
New Features
- (No new features in this hotfix release.)
-
Enhancements
-
Bug Fixes
- 🐛 #9112 - Ensured username is properly lowered upon update (by @Swiftyos)
- 🐛 #9114 - Creator profile descriptions now respect new lines (by @ethethanlee)
- 🐛 #9147 - Multiple platform fixes, including:
• Redirect to the marketplace
• Use agent graph data instead of store listing data
• Don’t export agent input values
• URL sanitization for agent names containing colons
• Show all top agents
(by @Swiftyos) - 🐛 #9135 - Added status check to prevent lock release timing out (by @majdyz)
- 🐛 #9132 - Fixed broken block UI layout (by @majdyz)
- 🐛 #9159 - Hotfix release ensuring stable state of the code (by @Swiftyos)
-
New Blocks
- (No new blocks in this release.)
🎉 Thanks to Our Contributors!
A special shoutout to all the amazing contributors who made this release possible, especially those new contributors:
And returning contributors:
📥 How to Get This Update
To update to this version, use:
git pull origin autogpt-platform-beta-v0.4.1
Or download it directly from the
Releases page.
For a complete list of changes, see the Full Changelog.
📝 Feedback and Issues
If you encounter any issues or have suggestions, please join our Discord and let us know!
autogpt-platform-beta-v0.4.0
🚀 Release autogpt-platform-beta-v0.4.0
Date: December 20, 2024
🛍️ Introducing the New Marketplace
🌎 Overview
AutoGPT Marketplace Version 2 expands on the Pre-Marketplace by enhancing agent discovery, providing richer content presentation, and introducing new user engagement features. The focus is on creating a visually appealing and interactive marketplace that allows users to explore and evaluate agents through images, videos, and detailed descriptions.
Vision
To create a visually compelling and interactive open-source marketplace for autonomous AI agents, where users can easily discover, evaluate, and interact with agents through media-rich listings, ratings, and version history.
Objectives
• 📊 Incorporate visuals (icons, images, videos) into agent listings.
• ⭐ Introduce a rating system and agent run count.
• 🔄 Provide version history and update logs from creators.
• 🔍 Improve user experience with advanced search and filtering features.
Marketplace Updates
New Features
- 🚀 Agent Store V2 (#8874) by @Swiftyos
- 🚀 Default for is featured (#9061) by @ntindle
- 🚀 Auto-populate the agent submission form (#9074) by @Swiftyos
- 🚀 Generate AI images for store submissions (#9090) by @Swiftyos
- 🚀 Add new model and prompt in image generation (#9099) by @Abhi1992002
Enhancements
- ⚡ Add URL swapping for marketplace (#8418) by @Abhi1992002
- ⚡ Small UI changes on marketplace (#9094) by @Abhi1992002
Bug Fixes
- 🐛 Merge issues from store -> dev (#9016) by @ntindle
- 🐛 Uploading to store selects two agents (#9065) by @Swiftyos
- 🐛 Youtube link not showing video on agent page (#9068) by @Swiftyos
- 🐛 Marketplace - Navbar should say "Marketplace" rather than "Agent Store" (#9069) by @Swiftyos
- 🐛 Fix "Integrations" link in Settings (#9073) by @Bentlybro
- 🐛 Make username case insensitive (#9088) by @Swiftyos
- 🐛 Missing default image in "Publish an Agent" flow (#9089) by @Swiftyos
- 🐛 Increase margin below featured section (#9092) by @Swiftyos
- 🐛 Remove debug logging of requests (#9093) by @Swiftyos
- 🐛 Sanitize username and Agent Name in URLs (#9096) by @Swiftyos
- 🐛 Fix add agent to library (#9098) by @Swiftyos
🔥 What’s New?
-
New Features
- 🚀 Add API key rate limit middleware (#8850) by @aarushik93
- 🚀 Add block tests (#8804) by @ntindle
- 🚀 Add LaunchDarkly feature flagging UI (#8847) by @aarushik93
- 🚀 Add monitor tests (#8880) by @ntindle
- 🚀 Add field extraction handle for block with object output (#8900) by @majdyz
- 🚀 Reset password page (#8987) by @kcze
- 🚀 Search results updates (#9024) by @Bentlybro
- 🚀 Add basic library functionality (#9043) by @Swiftyos
- 🚀 Updates to navbar (#9047) by @Bentlybro
- 🚀 Updated schema to allow featuring of specific creators (#9048) by @Swiftyos
- 🚀 Support manually setting up webhooks (#8750) by @ntindle
- 🚀 Disable theme toggle (#9062) by @Bentlybro
- 🚀 Remove "credentials" from export & import of agents (#9081) by @Bentlybro
- 🚀 Swap context menu for dropdown (#9091) by @ntindle
-
Enhancements
- ⚡ Apply lint on autogpt_lib folder (#8751) by @majdyz
- ⚡ Adding Docs for Agent Blocks (#8845) by @kbarnard10
- ⚡ Fix dependabot PR/commit titles (#8841) by @Pwuts
- ⚡ Remove huntr security bounty mention (#8872) by @ntindle
- ⚡ Use dict instead of Dict in blocks/fal (#8855) by @aarushik93
- ⚡ Fix linting & formatting for autogpt_libs (#8860) by @Pwuts
- ⚡ Bump ruff from 0.8.0 to 0.8.1 (#8864) by @dependabot
- ⚡ Add docs for writing playwright tests (#8877) by @ntindle
- ⚡ Add poetry.lock check (#8885) by @Pwuts
- ⚡ Bump dev dependencies in /autogpt_platform/market (#8871) by @dependabot
- ⚡ Bump production dependencies in /autogpt_platform/frontend (#8865) by @dependabot
- ⚡ Incremental additions to platform documentation (#8898) by @kbarnard10
- ⚡ Refactor GraphExecution naming clash (#8939) by @majdyz
- ⚡ Simplify CredentialsField usage & use ProviderName globally (#8725) by @Pwuts
- ⚡ Speed up frontend test jobs (#8949) by @Pwuts
- ⚡ Bump dev dependencies in /autogpt_platform/market (#8923) by @dependabot
- ⚡ Update cryptography from 43.0.3 to 44.0.0 (#8870) by @dependabot
- ⚡ Bump ruff from 0.8.2 to 0.8.3 (#9008) by @dependabot
- ⚡ Additional build page automation tooling (#8951) by @ntindle
- ⚡ Bump uvicorn from 0.32.1 to 0.34.0 (#9012) by @dependabot
- ⚡ Bump dev dependencies across directories (#9017) by @dependabot
- ⚡ Update Supabase and backend API management (#9036) by @kcze
- ⚡ New Release (platform) (#9023) by @Swiftyos
-
Bug Fixes
- 🐛 [Specify encoding for file with emoji on Windows (#8873)](https://github.com/Significant-Gravitas/Au...