Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing bugfixes and newer commits from master to release-v0.4.4 #4914

Merged
merged 8 commits into from Jul 8, 2023

Conversation

lc0rp
Copy link
Contributor

@lc0rp lc0rp commented Jul 8, 2023

Pwuts and others added 5 commits July 7, 2023 06:53
* Fix summarize_text function usage

* Update memory_item.py
…1296)

* Document function get_memory in ./scripts/memory/init.py

* Update get_memory docstring to current format

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
Co-authored-by: Luke <2609441+lc0rp@users.noreply.github.com>
@lc0rp lc0rp requested a review from collijk as a code owner July 8, 2023 02:55
@netlify
Copy link

netlify bot commented Jul 8, 2023

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 6cf8ec9
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64a981eff234d500084336d3

@github-actions github-actions bot added size/l conflicts Automatically applied to PRs with merge conflicts labels Jul 8, 2023
@github-actions
Copy link

github-actions bot commented Jul 8, 2023

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

* Command name supports multiple names

* Separate CommandRegistry.commands and .command_aliases

* Update test_commands.py

* Add __contains__ operator to CommandRegistry

* Update error message for unknown commands

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
@github-actions github-actions bot added size/xl and removed size/l labels Jul 8, 2023
@github-actions
Copy link

github-actions bot commented Jul 8, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@github-actions
Copy link

github-actions bot commented Jul 8, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@github-actions
Copy link

github-actions bot commented Jul 8, 2023

This PR exceeds the recommended size of 500 lines. Please make sure you are NOT addressing multiple issues with one PR.

@Pwuts
Copy link
Member

Pwuts commented Jul 8, 2023

Note

Pull requests like this can be expected to run out of scope very quickly. When the objective is to pull a specific set of new commits from master into a release branch, creating a branch with just those commits in it and making a PR from that branch instead of from master may be safer. Otherwise, merging anything into master will update this PR, voiding testing that has been done on the release branch in the same scope as the changes.

@Pwuts Pwuts removed the conflicts Automatically applied to PRs with merge conflicts label Jul 8, 2023
@Auto-GPT-Bot
Copy link
Contributor

You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged.

@codecov
Copy link

codecov bot commented Jul 8, 2023

Codecov Report

Patch coverage: 74.69% and project coverage change: +0.49 🎉

Comparison is base (16787b3) 50.03% compared to head (6735b81) 50.52%.

Additional details and impacted files
@@                Coverage Diff                 @@
##           release-v0.4.4    #4914      +/-   ##
==================================================
+ Coverage           50.03%   50.52%   +0.49%     
==================================================
  Files                 116      116              
  Lines                4831     4857      +26     
  Branches              650      655       +5     
==================================================
+ Hits                 2417     2454      +37     
+ Misses               2229     2219      -10     
+ Partials              185      184       -1     
Impacted Files Coverage Δ
autogpt/command_decorator.py 100.00% <ø> (ø)
autogpt/commands/file_operations.py 80.80% <ø> (ø)
autogpt/commands/web_search.py 97.77% <ø> (ø)
autogpt/core/ability/schema.py 0.00% <0.00%> (ø)
autogpt/core/agent/simple.py 0.00% <0.00%> (ø)
autogpt/core/planning/strategies/next_ability.py 0.00% <ø> (ø)
autogpt/core/runner/cli_app/cli.py 0.00% <ø> (ø)
autogpt/core/runner/cli_app/main.py 0.00% <0.00%> (ø)
autogpt/main.py 23.68% <0.00%> (+0.30%) ⬆️
autogpt/memory/vector/__init__.py 53.33% <ø> (ø)
... and 11 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Pwuts Pwuts added this to the v0.4.4 Release milestone Jul 8, 2023
@Pwuts Pwuts merged commit 43a62fd into release-v0.4.4 Jul 8, 2023
12 of 13 checks passed
@Pwuts Pwuts deleted the inter/master-to-release-v0.4.4 branch July 8, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

9 participants