Releases: All-Hands-AI/OpenHands
Releases Β· All-Hands-AI/OpenHands
0.18.0 - 2025-01-02
What's Changed
Added
- Documented the new .openhands directory for customizing prompts for individual repositories by @rbren in #5821
- Added tooltips for navbar by @openhands-agent in #5807
- Add resizable and collapsible panel layout by @tofarr in #5926
Changed
- Migrate settings storage from localStorage to server API by @tofarr in #5703
- Allow downloading workspace on phones / browsers where the DirectoryAPI is not available by @tofarr in #5770
- Add loading spinner to task form during conversation creation by @rbren in #5828
- Remove file editing functionality from OpenHands UI by @rbren in #5823
Fixed
- Fixed images not being rendered in the chat interface by @amanape in #5626
- Minor style fixes for the navbar by @rbren in #5780
- In headless mode, make OpenHands finish a task if it thinks the task is finished by @li-boxuan in #5879
- Fix cases where a RuntimeError can leave the agent history in an inconsistent stateby @enyst in #5666
- Fix history loading when state was corrupt or not saved properly by @enyst in #5946
New Contributors
- @ScottBrenner made their first contribution in #5742
Full Changelog: 0.17.0...0.18.0
0.17.0 - 2024-12-26
What's Changed
Added
- Add support for custom PR titles for the resolver by @d-walsh in #5706
- Add TheAgentCompany evaluation harness by @li-boxuan in #5731
- Show most recent convo on homepage by @rbren in #5769
Changed
- Settings store type is defined in openhands_config rather than main config by @tofarr in #5701
- More informative failures in the resolver by @malhotra5 in #5685
- Each conversation now gets its own URL by @rbren in #5493
Fixed
- Frontend Hyperlink in Chat window should open link in a new tab by @openhands-agent in #5677
New Contributors
Full Changelog: 0.16.1...0.17.0
0.16.1 - 2024-12-19
What's Changed
Added
Changed
Fixed
- Agent gets stuck in closing and server won't die by @tofarr in #5675
- Fixed pagination on repository picker by @malhotra5 in #5687
Full Changelog: 0.16.0...0.16.1
0.16.0 - 2024-12-18
What's Changed
Added
- Changes to Github Authentication by @malhotra5 in #5371
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
What's Changed
Added
- Add color to the line next to
Ran a Command
based on return value by @openhands-agent in #5483
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
- Prevent VSCode from opening unexpectedly by @amanape in #5544
- Let user continue when the agent gets stuck in a loop (UI-only) by @enyst in #5597
- Fixed Jupyter tab has no vertical scroll bar by @openhands-agent in #5607
New Contributors
Full Changelog: 0.15.2...0.15.3
0.15.2 - 2024-12-12
What's Changed
Added
- Custom MicroAgents can now be added directly to the connected workspace by @RajWorking in #4983
- Request code review from the person who initiated the resolver by @openhands-agent in #5451
- Add browser observations to chat interface by @xingyaoww in #5514
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
- @regismesquita made their first contribution in #5278
Full Changelog: 0.15.1...0.15.2
0.15.1 - 2024-12-06
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
What's Changed
Added
- Using SocketIO as the Underlying Communication Protocol by @tofarr in #5056
- Add BrowseURLAction to CodeAct by @xingyaoww in #5285
- Added Alignment checker for browsing agent by @s-aniruddha in #5105
- Support custom sandbox for resolver by @malhotra5 in #5348
- Added a microagent to handle timeout issues with npm by @neubig in #5314
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
- @s-aniruddha made their first contribution in #5105
Full Changelog: 0.14.3...0.15.0
0.14.3 - 2024-11-26
What's Changed
Added
- Added commit0 benchmark by @nanjiangwill in #5153
- Added a new
Push & Create PR
button by @openhands-agent in #5181
Changed
- Set server process to run with highest system priority by @xingyaoww in #5206
Fixed
- Fixed an issue when using an LLM from OpenRouter by @openhands-agent in #4822
New Contributors
- @diwu-sf made their first contribution in #5180
- @nanjiangwill made their first contribution in #5153
Full Changelog: 0.14.2...0.14.3