dependabot[bot]
e523e25e38
chore(deps-dev): bump ruff from 0.6.1 to 0.6.2 ( #3540 )
2024-08-23 00:04:04 +08:00
dependabot[bot]
760811e998
chore(deps): bump litellm from 1.43.19 to 1.44.1 ( #3539 )
2024-08-23 00:03:38 +08:00
dependabot[bot]
590f31e39f
chore(deps): bump boto3 from 1.35.2 to 1.35.3 ( #3537 )
2024-08-23 00:03:18 +08:00
dependabot[bot]
b4b231bf10
chore(deps-dev): bump pytest-asyncio from 0.23.8 to 0.24.0 ( #3541 )
2024-08-23 00:02:52 +08:00
dependabot[bot]
eae272b0f8
chore(deps-dev): bump @types/node from 22.4.2 to 22.5.0 in /frontend ( #3536 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.4.2 to 22.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 18:44:09 +03:00
Graham Neubig
ba0d1a9c76
Update FeedbackModal.tsx ( #3538 )
2024-08-22 15:40:21 +00:00
Robert Brennan
12de9f7a78
revert to old ghcr repo ( #3533 )
2024-08-22 10:03:18 -04:00
Aaron Xia
dc0a1f3940
Fix wrong doc url ( #3531 )
...
* Update custom-sandbox-guide.md
update https://docs.all-hands.dev/modules/usage/architecture/runtime
* Update runtime_build.py
update url
* Update README.md
update url
2024-08-22 13:16:27 +02:00
tobitege
f8e8365caa
(test) Increase test_arg_parser.py code coverage with more tests ( #3509 )
...
* increase test_arg_parser.py code coverage with more tests
* fix ipython integration tests
2024-08-22 09:43:56 +08:00
dependabot[bot]
9b30f0c21b
chore(deps-dev): bump husky from 9.1.4 to 9.1.5 in /frontend ( #3501 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.4 to 9.1.5.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.4...v9.1.5 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
2024-08-22 00:30:29 +02:00
dependabot[bot]
174f48f5b3
chore(deps): bump boto3 from 1.35.1 to 1.35.2 ( #3518 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.35.1 to 1.35.2.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.35.1...1.35.2 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-08-22 00:29:48 +02:00
Xingyao Wang
b19b724eae
feat: show exact python interpreter to the agent in IPython and Bash ( #3448 )
...
* try to fix pip unavailable
* update test case for pip
* force rebuild in CI
* remove extra symlink
* fix newline
* added semi-colon to line 31
* Dockerfile.j2: activate env at the end
* Revert "Dockerfile.j2: activate env at the end"
This reverts commit cf2f565102 .
* cleanup Dockerfile
* switch default python image
* remove image agnostic (no longer used)
* fix tests
* simplify integration tests default image
* add nodejs specific runtime tests
* update tests and workflows
* switch to nikolaik/python-nodejs:python3.11-nodejs22
* update build sh to output image name correctly
* increase custom images to test
* fix test
* fix test
* fix double quote
* try fixing ci
* update ghcr workflow
* fix artifact name
* try to fix ghcr again
* fix workflow
* save built image to correct dir
* remove extra -docker-image
* make last tag to be human readable image tag
* fix hyphen to underscore
* run test runtime on all tags
* revert app build
* separate ghcr workflow
* update dockerfile for eval
* fix tag for test run
* try fix tag
* try fix tag via matrix output
* try workflow again
* update comments
* try fixing test matrix
* fix artifact name
* try fix tag again
* Revert "try fix tag again"
This reverts commit b369badd8c .
* tweak filename
* try different path
* fix filepath
* try fix tag artifact path again
* save json instead of line
* update matrix
* print all tags in workflow
* support only streaming diff logs from the runtime client
* remove strip from log line to fix indentation
* get py interpreter for jupyter
* rstrip to remove newline on the rightside for logging
* fix blocking issue for stream logs
* set python interpreter path in bash ps1
* update testcase for jupyter py interpreter path
* remove accidentally added changes
* remove accidentally added changes
* only print dockerfile when debug
* add docs
* remove extra tests that weren't supposed to be in this pr
* add back missing test
* revert
* make LogBuffer synchronous to fix hang in integration tests
* fix integration tests
* Update opendevin/runtime/client/client.py
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
* fix test case
* fix integration tests
* change deque to list
* update integration tests
* rename test runtime
* fix docs
* rename opendevin to openhands in tests
---------
Co-authored-by: tobitege <tobitege@gmx.de >
Co-authored-by: Graham Neubig <neubig@gmail.com >
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
Co-authored-by: Engel Nyst <enyst@users.noreply.github.com >
2024-08-21 20:08:50 +00:00
Robert Brennan
54546b1e29
fix slack links again ( #3526 )
2024-08-22 03:54:28 +08:00
tobitege
c7886168e1
(feat) implement typescript linting for CodeActAgent ( #3452 )
...
* tweaks to linter.py to prep for typescript linting (not implemented yet)
* fix 2 linter unit tests
* simpler basic_lint output; updated unit test
* fix default gpt-4o model name in aider default config
* linter.py: use tsc (typescript compiler) for linting; added more tests
* make typescript linting be more forgiving
* use npx instead of npm to install typescript in Dockerfile.j2
* Fix merge mistake
* removed npx call from Dockerfile.j2
* fix run_cmd to use code parameter; replace regex in test
* fix test_lint_file_fail_typescript to ignore leading path characters
* added TODO comment to extract_error_line_from
* fixed bug in ts_lint with wrong line number parsing
2024-08-21 21:41:35 +02:00
tobitege
81bb918ea0
(test) Move test_runtime to ghcr_test_runtime; adapt workflows ( #3513 )
...
* move test_runtime to ghcr_test_runtime; adapt workflows; fix runtime AttributeError
* split test_runtime.py into multiple tests in new tests/runtime folder
* moved common fixtures to tests/runtime/conftest.py
2024-08-22 03:07:20 +08:00
Raj Maheshwari
80f88e14cd
[Feat] Aider Benchmark ( #3507 )
...
* [Feat] Aider Benchmark
* [Add] README.md
2024-08-21 18:05:41 +00:00
mamoodi
b7b4556433
Remove concurrency and cleanup workflows ( #3524 )
2024-08-21 13:12:00 -04:00
dependabot[bot]
9dcad7877b
chore(deps-dev): bump @types/react from 18.3.3 to 18.3.4 in /frontend ( #3522 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.3 to 18.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 16:52:38 +00:00
Robert Brennan
4172f8530f
fix slack links ( #3523 )
2024-08-21 16:02:20 +00:00
dependabot[bot]
a24779fdb8
chore(deps): bump i18next-http-backend from 2.6.0 to 2.6.1 in /frontend ( #3521 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.6.0 to 2.6.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 15:56:02 +00:00
dependabot[bot]
63d2ae8625
chore(deps-dev): bump @types/node from 22.4.1 to 22.4.2 in /frontend ( #3520 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.4.1 to 22.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 15:51:24 +00:00
dependabot[bot]
751e420710
chore(deps-dev): bump openai from 1.41.1 to 1.42.0 ( #3517 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.41.1...v1.42.0 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 23:42:33 +08:00
dependabot[bot]
4124e861f6
chore(deps): bump litellm from 1.43.18 to 1.43.19 ( #3516 )
...
Bumps [litellm](https://github.com/BerriAI/litellm ) from 1.43.18 to 1.43.19.
- [Release notes](https://github.com/BerriAI/litellm/releases )
- [Commits](https://github.com/BerriAI/litellm/compare/v1.43.18...v1.43.19 )
---
updated-dependencies:
- dependency-name: litellm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 23:42:03 +08:00
dependabot[bot]
dec8f85f0d
chore(deps): bump google-cloud-aiplatform from 1.62.0 to 1.63.0 ( #3519 )
...
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform ) from 1.62.0 to 1.63.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases )
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/python-aiplatform/compare/v1.62.0...v1.63.0 )
---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 23:41:51 +08:00
tobitege
70723581ac
(test) enhance conftest to lessen false positives in integration tests ( #3512 )
...
* conftest: also mask size=xxx parameter in integration tests
* mask random poetry path part
* make regex more flexible
2024-08-21 15:48:32 +02:00
tobitege
426f3b5fc0
(fix) add Anthropic dependency for Vertex ( #3506 )
...
* add anthropic dependency for Vertex to Dockerfile.j2 template
* add anthropic also to pyproject
* revert Dockerfile.j2 change
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
---------
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
2024-08-21 11:12:49 +08:00
Robert Brennan
3fe7894966
update docs for headless mode ( #3508 )
...
* update docs for headless mode
* fix newline
* fix command parsing
* add docs
* Update README.md
* Update headless-mode.md
* empty commit
* update integration tests
---------
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
Co-authored-by: Xingyao Wang <xingyao6@illinois.edu >
2024-08-20 23:57:48 +00:00
Xingyao Wang
944d21f34a
fix(ci): repo owner for docker pull ( #3510 )
2024-08-21 06:16:24 +08:00
tofarr
5e1d55f2a0
Now checking for the meta (Command) key as well as the ctrl key ( #3484 )
2024-08-20 12:20:14 -06:00
tobitege
7ef5a2d1ff
(fix) Rename last opendevin occurences ( #3490 )
...
* renaming more opendevin occurences
* remove DOCKER_IMAGE variable from Makefile
* Revert rename in evaluation/swe_bench/run_infer.py
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
---------
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
2024-08-20 16:45:26 +00:00
tobitege
af14dea7c6
bump frontend version from 0.1.0 to 0.8.3 ( #3496 )
2024-08-20 18:35:40 +02:00
dependabot[bot]
7d85cacf9b
chore(deps-dev): bump openai from 1.41.0 to 1.41.1 ( #3499 )
2024-08-21 00:31:31 +08:00
dependabot[bot]
a444aaf17f
chore(deps): bump i18next from 23.12.3 to 23.14.0 in /frontend ( #3502 )
2024-08-21 00:31:19 +08:00
dependabot[bot]
e60ec328d4
chore(deps): bump vite from 5.4.1 to 5.4.2 in /frontend ( #3500 )
2024-08-21 00:30:58 +08:00
dependabot[bot]
8aa282dda6
chore(deps): bump json-repair from 0.28.1 to 0.28.3 ( #3503 )
...
Bumps [json-repair](https://github.com/mangiucugna/json_repair ) from 0.28.1 to 0.28.3.
- [Release notes](https://github.com/mangiucugna/json_repair/releases )
- [Commits](https://github.com/mangiucugna/json_repair/compare/v0.28.1...v0.28.3 )
---
updated-dependencies:
- dependency-name: json-repair
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 16:14:43 +00:00
Mahmood Alhawaj
6487175a31
refactored all relative paths to absolute paths ( #3495 )
2024-08-21 00:09:48 +08:00
dependabot[bot]
d0df95ac62
chore(deps): bump boto3 from 1.35.0 to 1.35.1 ( #3498 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.35.0...1.35.1 )
---
updated-dependencies:
- dependency-name: boto3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 15:55:37 +00:00
Xingyao Wang
c8452f5813
fix: custom runtime image won't work for go ( #3464 )
...
* fix request param for container_image;
add test for go;
* fix go version issue
* update test to detect go version
2024-08-20 23:38:59 +08:00
Graham Neubig
a7dfd5b9fa
Update README.md ( #3492 )
...
This PR acknowledges that this repo used to be called OpenDevin, to reduce confusion for those who may have heard of OpenDevin before.
2024-08-20 16:26:34 +02:00
tofarr
f5aa111ba6
Fix: Bump max_iterations when resuming due to throttling ( #3410 )
...
* Fix: Reset iteration count when resuming due to throttling
* Fix inadvertent additions
* WIP
* Changing max_iterations instead of iteration count
* Now adjusting max_iterations or max_budget_per_task as appropriate
* Fix check on iterations
* Fix linter issues
* AgentController: remember initial max_iterations and use it to extend state's iterations
* increase task budget by initial value (not doubling it)
---------
Co-authored-by: Tim O'Farrell <tofarr@gmai.com >
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
Co-authored-by: mamoodi <mamoodiha@gmail.com >
2024-08-20 06:53:26 -06:00
dependabot[bot]
0a3d46a90b
chore(deps): bump i18next-http-backend from 2.5.2 to 2.6.0 in /frontend ( #3459 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.5.2 to 2.6.0.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.5.2...v2.6.0 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 09:03:04 +00:00
Xingyao Wang
dc4f017b80
remove extra guide url file ( #3486 )
2024-08-20 07:30:04 +02:00
dependabot[bot]
7cc0b2827a
chore(deps-dev): bump @types/node from 22.3.0 to 22.4.1 in /frontend ( #3460 )
2024-08-20 02:16:02 +00:00
dependabot[bot]
435688be51
chore(deps): bump jose from 5.6.3 to 5.7.0 in /frontend ( #3458 )
...
Bumps [jose](https://github.com/panva/jose ) from 5.6.3 to 5.7.0.
- [Release notes](https://github.com/panva/jose/releases )
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/panva/jose/compare/v5.6.3...v5.7.0 )
---
updated-dependencies:
- dependency-name: jose
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yufan Song <33971064+yufansong@users.noreply.github.com >
2024-08-20 02:14:59 +00:00
Xingyao Wang
981c46cb61
fix: last tag list in CI ( #3488 )
2024-08-20 09:56:33 +08:00
Xingyao Wang
d45b7208f9
fix last_tag of matrix ( #3487 )
2024-08-20 09:36:40 +08:00
Xingyao Wang
3d9a38d755
fix: CI push image ( #3485 )
...
* fix comment
* remove extra ls
* update title
* fix app docker
2024-08-20 09:17:22 +08:00
Xingyao Wang
d4ba7f53f9
fix: integration tests ( #3481 )
...
* chore: fix ghcr again
* fix integraton tests
2024-08-19 23:06:55 +00:00
Xingyao Wang
94590aad35
chore: fix ghcr app push yet again ( #3482 )
2024-08-20 06:55:55 +08:00
Xingyao Wang
058dd5a025
chore: fix ghcr again ( #3479 )
2024-08-19 22:17:24 +00:00