Skip to content

Releases: All-Hands-AI/OpenHands

0.14.2 - 2024-11-21

21 Nov 19:47
d08886f
Compare
Choose a tag to compare

What's Changed

Changed

  • Put some liberal rate limiting in place by @rbren in #4976

Fixed

  • Fix 400 error on HuggingFace models and KeyError on multiple LLMs by @enyst in #5026

Full Changelog: 0.14.1...0.14.2

0.14.1 - 2024-11-19

19 Nov 19:56
e052c25
Compare
Choose a tag to compare

What's Changed

Added

  • Add push to Github action button in chat interface by @amanape in #4993

Fixed

  • Multiple fixes and improvements to the OpenHands resolver by @ryx2 and @malhotra5

New Contributors

Full Changelog: 0.14.0...0.14.1

0.14.0 - 2024-11-15

15 Nov 16:04
5f52eeb
Compare
Choose a tag to compare

What's Changed

Added

  • Add VSCode to OpenHands runtime and UI by @xingyaoww in #4745
  • Integrate OpenHands resolver into main repository by @neubig in #4964
  • Add a general utility that automatically converts function-calling LLM requests to non-function-calling LLM requests by @xingyaoww in #4711

Fixed

  • Allow continuation after reaching max iterations by @tofarr in #4949
  • If the websocket disconnects, we try 5 times to automatically reconnect it by @tofarr in #4954
  • Truncate agent history when context window is exceeded by @enyst in #4977
  • Fix agent crash when terminal commands are sent and function calling is enabled by @enyst in #4955

New Contributors

Full Changelog: 0.13.1...0.14.0

0.13.1 - 2024-11-12

12 Nov 20:11
0cfb132
Compare
Choose a tag to compare

What's Changed

Added

  • Support displaying images/videos/pdfs in the workspace by @malhotra5 in #4898

Changed

  • Better support for pushing changes to GitHub by @rbren in #4568
  • Restore visible logs for each action and observation when ran locally by @enyst in #4729

Fixed

  • Fixed running with bedrock by @xingyaoww in #4935
  • Fixed runtime restarting when multiple tabs connected to the same session,or tab was closed by @rbren in #4900

New Contributors

Full Changelog: 0.13.0...0.13.1

0.13.0

08 Nov 22:32
4ce3b90
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Overhaul of error handling and reporting by @rbren in #4575
  • New chat interface empty state by @amanape in #4737
  • Modified agent instructions to include fewer redundant comments in the code it generates by @rbren in #4681

Fixed

New Contributors

Full Changelog: 0.12.3...0.13.0

0.12.2

04 Nov 21:39
ba25b02
Compare
Choose a tag to compare

What's Changed

Added

  • Analytics with PostHog by @amanape in #4655
  • Allow CodeAct agent to perform web browsing by itself (no more delegation to BrowsingAgent) by @xingyaoww in #4667
  • DiscoveryBench OpenHands Integration by @Ethan0456 in #4627

Fixed

  • Fixed issue running on Linux by @Polygons1 in #4721
  • Fix error in the main agent when a browsing agent task fails by @enyst in #4728

New Contributors

Full Changelog: 0.12.1...0.12.2

0.12.0

31 Oct 13:15
0ea5dcc
Compare
Choose a tag to compare

What's Changed

This release contains improvements that allow OpenHands to score 53% on SWE-Bench Verified & 41.7% on SWE-Bench Lite, making it the best OSS AI SWE system now: swe-bench/experiments#97

Added

Changed

  • Pared down the backend logging to make it less verbose and more informative by @rbren in #4563

Fixed

  • Split bash commands by the new line character by @tofarr in #4462
  • Bugfix for loading the /app page directly by @rbren in #4547
  • Fix for connection leak by @tofarr in #4560
  • Fix for crash on some models on OpenRouter by @enyst in #4641
  • Fix compatibility for models like llama on Groq that don't support vision or tools by @enyst in #4644

New Contributors

Full Changelog: 0.11.0...0.12.0

0.11.0 - 2024-10-22

22 Oct 20:43
6573304
Compare
Choose a tag to compare

What's Changed

Changed

Fixed

  • Fixed unlimited retries when queries are blocked by CloudFlare by @neubig in #4482
  • Better frontend error handling for failed requests by @amanape in #4501

Full Changelog: 0.10.0...0.11.0

0.10.0 - 2024-10-17

17 Oct 22:24
642e01b
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Display in the logs the prompt cache hit or miss for Deepseek Chat by @enyst in #4343

Fixed

  • Multiple improvements to the reliability of Remote Runtime by @xingyaoww
  • Multiple improvements to the SWE-Bench evaluation by @xingyaoww
  • Lockup Resiliency and Asyncio Improvements by @tofarr
  • Fix browsing agent parsing responses by @enyst in #4226
  • Fix AgentDelegateAction to send only the task to the delegate agent, not the main agent by @enyst in #4327
  • Fix syntax error in the browsing agent @enyst in #4354

New Contributors

Full Changelog: 0.9.8...0.10.0

0.9.8 - 2024-10-03

03 Oct 15:05
16a2cf3
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • Better error messages when sessions fail to start by @rbren in #4134
  • SigTerm now gracefully shuts down the server during startup by @tofarr in #4155
  • Improve the docker runtime build speed & fix issues in build by @xingyaoww in #4154

New Contributors

Full Changelog: 0.9.7...0.9.8