Skip to content

Tags: Significant-Gravitas/AutoGPT

Tags

autogpt-platform-beta-v0.6.31

Toggle autogpt-platform-beta-v0.6.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(frontend): Fix confetti (#11031)

### Changes 🏗️

- Fix not being able to complete `MARKETPLACE_RUN_AGENT` task
- Fix confetti shooting on every refresh
- Fix confetti shooting from top-left corner

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] Bugs eradicated

autogpt-platform-beta-v0.6.30

Toggle autogpt-platform-beta-v0.6.30's commit message
Merge branch 'dev'

autogpt-platform-beta-v0.6.29

Toggle autogpt-platform-beta-v0.6.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(frontend/builder): Fix moved blocks disappearing on save (#10951)

- Resolves #10926
- Fixes a bug introduced in #10779

### Changes 🏗️

- Fix `.metadata.position` in graph save payload
- Make node reconciliation after graph save more robust

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] Moved nodes don't disappear on graph save

autogpt-platform-beta-v0.6.28

Toggle autogpt-platform-beta-v0.6.28's commit message
Merge branch 'master' into dev

autogpt-platform-beta-v0.6.27

Toggle autogpt-platform-beta-v0.6.27's commit message

Verified

This commit was signed with the committer’s verified signature.
Pwuts Reinier van der Leer
fix(backend/db): Keep `CreditTransaction` entries on `User` delete (#…

…10917)

This is a non-critical improvement for bookkeeping purposes.

- Change `CreditTransaction` <- `User` relation to `ON DELETE NO ACTION`
so that `CreditTransactions` are not automatically deleted when we
delete a user's data.

- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] Migration applies without problems

autogpt-platform-beta-v0.6.26

Toggle autogpt-platform-beta-v0.6.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(frontend): run agent page improvements (#10879)

## Changes 🏗️

- Add all the cron scheduling options ( _yearly, monthly, weekly,
custom, etc..._ ) using the new Design System components
- Add missing agent/run actions: export agent + delete agent

## Checklist 📋

### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  - [x] Run the app locally with `new-agent-runs` enabled
  - [x] Test the above 

### For configuration changes:

None

autogpt-platform-beta-v0.6.25

Toggle autogpt-platform-beta-v0.6.25's commit message
Merge remote-tracking branch 'origin/dev'

autogpt-platform-beta-v0.6.24

Toggle autogpt-platform-beta-v0.6.24's commit message
Merge branch 'dev'

autogpt-platform-beta-v0.6.23

Toggle autogpt-platform-beta-v0.6.23's commit message
Merge branch 'dev'

autogpt-platform-beta-v0.6.22

Toggle autogpt-platform-beta-v0.6.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(backend/AM): Fix AutoMod api key issue (#10635)

### Changes 🏗️
Calls to the moderation API now strip whitespace from the API key before
including it in the 'X-API-Key' header, preventing authentication issues
due to accidental leading or trailing spaces.

### Checklist 📋

#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
  <!-- Put your test plan here: -->
- [x] Setup and run the platform with moderation and test it works