Skip to content

Releases: All-Hands-AI/OpenHands

0.16.1 - 2024-12-19

19 Dec 18:52
3876f4a
Compare
Choose a tag to compare

What's Changed

Added

  • Implement file-by-file download with progress by @rbren in #5008

Changed

  • Infrastructure for saving config on the backend rather than the frontend by @tofarr in #5594

Fixed

Full Changelog: 0.16.0...0.16.1

0.16.0 - 2024-12-18

18 Dec 21:35
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • Fixed an issue where sessions sometimes don't close properly, causing memory and FD leaks by @rbren in #5656
  • Minor fixes for status messages in the chat window by @rbren in #5650

Full Changelog: 0.15.3...0.16.0

0.15.3 - 2024-12-17

17 Dec 19:12
8b1a7df
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Reset iteration budget and update default max_iterations to 500 by @rbren in #5590
  • The turn limit should be measured from the last user interaction by @openhands-agent in #5560
  • Persist jwt_secret in config file by @tofarr in #5353

Fixed

New Contributors

Full Changelog: 0.15.2...0.15.3

0.15.2 - 2024-12-12

12 Dec 15:14
907c65c
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • Improve error message when issue/PR not found in resolver by @neubig in #5455
  • Fix duplicate search messages in web browsing actions by @xingyaoww in #5511
  • Make layout responsive for mobile devices by @tofarr in #5475
  • Fix for issue where double scroll hides save button by @tofarr in #5488
  • Better error handling for commands that timeout or kill the runtime by @rbren in #5518
  • Fixed issue where session data is lost on refresh by @tofarr in #5516

New Contributors

Full Changelog: 0.15.1...0.15.2

0.15.1 - 2024-12-06

06 Dec 19:06
e4e3e4a
Compare
Choose a tag to compare

What's Changed

Added

  • A message is shown every time the agent runs a command by @rbren in #5190
  • Add support for multiline user messages, and default user message when running headless by @enyst in #5400

Changed

  • Only send the last agent state changed event on init by @tofarr in #5411
  • Updated initial Sign in with Github modal by @amanape in #5416

Fixed

  • Prioritize version from pyproject.toml over importlib by @tofarr in #5412
  • Fix for some agent messages not appearing by @rbren in #5421
  • Fix duplicate events on re-initialize by @tofarr in #5424

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0 - 2025-12-04

04 Dec 15:10
d617f6f
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Migrate from Remix to React Router 7 by @amanape in #5304
  • Do not keep runtimes alive by default by @tofarr in #5288
  • Multiple tabs can now connect to the same session by @tofarr in #5370

Fixed

  • Fix for issue where exit session intermittently does not return to splash by @tofarr in #5291
  • When an invalid token error occurs, a message is displayed in the UI by @tofarr in #5302
  • Fixed an issue with setting runtime_extra_deps by @openhands-agent in #5330
  • Fixed resolver not finding issue with empty description by @openhands-agent in #5357
  • Fixed Asyncio issues with security analyzer by @mbalunovic in #5356

New Contributors

Full Changelog: 0.14.3...0.15.0

0.14.3 - 2024-11-26

26 Nov 20:22
0b05c29
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Set server process to run with highest system priority by @xingyaoww in #5206

Fixed

New Contributors

Full Changelog: 0.14.2...0.14.3

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