openhands
8c1fa936f9
Fix resource leaks in runtime and server components
...
- Add proper cleanup of request sessions in runtime implementations
- Add proper cleanup of WebSocket connections in server
- Add proper cleanup sequence for runtime resources
- Add proper cleanup of Google Cloud storage clients
- Add error handling and logging for cleanup failures
- Add state tracking to prevent double-close issues
2024-11-13 22:28:21 +00:00
Engel Nyst
a93f1402de
Clean up file logs ( #4979 )
2024-11-13 20:17:21 +00:00
Robert Brennan
bc3f0ac24a
fix imports ( #4974 )
2024-11-13 17:04:16 +00:00
Robert Brennan
f55ddbed0e
fix docker leak ( #4970 )
2024-11-14 00:23:07 +08:00
Xingyao Wang
fd81670ba8
feat: add VSCode to OpenHands runtime and UI ( #4745 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: Robert Brennan <accounts@rbren.io >
2024-11-14 00:20:49 +08:00
sp.wack
79ed4e3567
fix(frontend): Recover full message history if exists ( #4961 )
2024-11-13 15:38:30 +02:00
sp.wack
b3fbbbaa9d
feat(frontend): Move posthog key to config and upgrade posthog-js ( #4940 )
2024-11-13 07:56:04 +00:00
tofarr
87c02177d7
Reconnecting websockets ( #4954 )
2024-11-13 09:38:26 +02:00
OpenHands
207df9dd30
Fix issue #4912 : [Bug]: BedrockException: "The number of toolResult blocks at messages.2.content exceeds the number of toolUse blocks of previous turn.". ( #4937 )
...
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
Co-authored-by: Graham Neubig <neubig@gmail.com >
Co-authored-by: mamoodi <mamoodiha@gmail.com >
2024-11-12 17:23:11 -05:00
tofarr
59f7093428
Fix max iterations ( #4949 )
2024-11-12 21:09:43 +00:00
sp.wack
123fb4b75d
feat(posthog): Add saas login event ( #4948 )
2024-11-12 20:37:59 +00:00
mamoodi
40e2d28e87
Release 0.13.1 ( #4947 )
2024-11-12 15:08:10 -05:00
OpenHands
c555611d58
Fix issue #4941 : [Bug]: Browser tab does not reset after starting a new session ( #4945 )
...
Co-authored-by: amanape <83104063+amanape@users.noreply.github.com >
2024-11-12 19:40:12 +00:00
Calvin Smith
50e7da9c3d
fix(evaluation): SWE-bench evaluation script supports multiprocessing ( #4943 )
2024-11-12 12:19:57 -07:00
sp.wack
0cfb132ab7
fix(frontend): Remove dotted outline on focus ( #4926 )
0.13.1
2024-11-12 18:27:06 +02:00
Robert Brennan
17f4c6e1a9
Refactor sessions a bit, and fix issue where runtimes get killed ( #4900 )
2024-11-12 16:20:36 +00:00
Xingyao Wang
910b283ac2
fix(llm): bedrock throw errors if content contains empty string ( #4935 )
2024-11-12 15:53:22 +00:00
OpenHands
b54724ac3f
Fix issue #4931 : Make use of microagents configurable in codeact_agent ( #4932 )
...
Co-authored-by: Graham Neubig <neubig@gmail.com >
2024-11-12 15:42:13 +00:00
Robert Brennan
0633a99298
Fix resume runtime after a pause ( #4904 )
2024-11-12 09:03:02 -05:00
Ryan H. Tran
d9c5f11046
Replace file editor with openhands-aci ( #4782 )
2024-11-12 21:26:33 +08:00
Engel Nyst
32fdcd58e5
Update litellm ( #4927 )
2024-11-12 11:24:19 +00:00
sp.wack
de71b7cdb8
test(frontend): Fix failing e2e test due to mock delay ( #4923 )
2024-11-12 10:50:38 +00:00
sp.wack
04aeccfb69
fix(frontend): Remove quotes from suggestion ( #4921 )
2024-11-12 12:30:43 +02:00
Faraz Shamim
4eea1286d4
Issue #4399 : Replaced all occurences ( #4878 )
...
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
2024-11-12 10:58:09 +01:00
Robert Brennan
488a320ffd
update to use github client lib ( #4909 )
2024-11-12 00:56:50 +00:00
Robert Brennan
377fadc2eb
fix remote runtimes ( #4902 )
2024-11-12 00:02:34 +00:00
Robert Brennan
7df7f43e3c
Revert "Add rate limiting to server endpoints" ( #4910 )
2024-11-11 23:26:49 +00:00
Engel Nyst
a45aba512a
Tweak log levels ( #4729 )
2024-11-11 22:51:56 +00:00
tofarr
a1a9d2f175
Refactor websocket ( #4879 )
...
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com >
2024-11-11 22:36:07 +00:00
Robert Brennan
79492b6551
Add rate limiting to server endpoints ( #4867 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2024-11-11 16:54:22 -05:00
sp.wack
80fdb9a2f4
feat(posthog): Emit user activated event ( #4886 )
2024-11-11 23:31:41 +02:00
Nafis Reza
975e75531d
Move assets/icons to dedicated folder ( #4850 )
2024-11-11 20:17:04 +00:00
Robert Brennan
1b5f5bcdad
fixes for upcoming changes to remote API ( #4834 )
2024-11-11 14:51:14 -05:00
Rohit Malhotra
8c00d96024
Support displaying images/videos/pdfs in the workspace ( #4898 )
2024-11-11 20:22:17 +02:00
Robert Brennan
bf8ccc8fc3
fix infinite loop ( #4873 )
...
Co-authored-by: amanape <83104063+amanape@users.noreply.github.com >
2024-11-11 10:59:43 +00:00
OpenHands
037d770f66
Fix issue #4884 : (chore) add missing FE translations ( #4885 )
...
Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com >
2024-11-11 10:09:46 +00:00
sp.wack
dd50246672
test(frontend): Pass failing tests ( #4887 )
2024-11-11 09:49:56 +00:00
Graham Neubig
090771674c
Update llms.md w/ more recent results ( #4874 )
2024-11-10 03:12:09 +00:00
Xingyao Wang
d8ab0208ba
fix: remove duplicate claude-3-5-sonnet-20241022 model from VERIFIED_MODELS ( #4871 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2024-11-09 21:41:56 +00:00
Xingyao Wang
a07e8272da
fix: improve remote runtime reliability on large-scale evaluation ( #4869 )
2024-11-09 20:17:10 +00:00
Robert Brennan
be82832eb1
Use keyword matching for CodeAct microagents ( #4568 )
...
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev >
2024-11-09 11:25:02 -05:00
ross
67c8915d51
feat(runtime): Add prototype Runloop runtime impl ( #4598 )
...
Co-authored-by: Robert Brennan <contact@rbren.io >
2024-11-08 23:40:31 -05:00
Daniel Cruz
40b3ccb17c
Adds missing spanish translations ( #4858 )
2024-11-09 05:14:55 +01:00
Robert Brennan
35c68863dc
Don't persist cache on reload ( #4854 )
2024-11-08 22:31:24 +00:00
mamoodi
8bfee87bcf
Release 0.13.0 ( #4849 )
2024-11-08 22:24:56 +00:00
Robert Brennan
e1383afbc3
Add signed cookie-based GitHub authentication caching ( #4853 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2024-11-08 22:19:34 +00:00
Xingyao Wang
4ce3b9094a
Revert "(feat): Prompt engineering to remind o1 to generate a patch" ( #4846 )
0.13.0
2024-11-08 16:12:57 +00:00
Graham Neubig
0a4e196670
Update openhands-resolver.yml to remove issue number ( #4843 )
2024-11-08 15:13:56 +00:00
Daniel Cruz
8d32a59f55
Adds missing localization and translation to spanish ( #4837 )
...
Co-authored-by: adrianamorenogt <adrianamorenogutierrez@gmail.com >
2024-11-08 09:33:19 +02:00
tofarr
38b92f4251
UX: Show a loading indicator when downloading a zip ( #4833 )
2024-11-08 09:28:18 +02:00