Skip to content

0.14.0 - 2024-11-15

Compare
Choose a tag to compare
@mamoodi mamoodi released this 15 Nov 16:04
· 709 commits to main since this release
5f52eeb

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