Recent Releases of @openhands/ui

@openhands/ui - 0.55.0

What's Changed

Added

  • Added LLM risk analyzer by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9349
  • Added setting for condenser max history size by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/10591

Changed

  • Improved performance and user experience when working with repositories that have many branches by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/10588

Fixed

  • Fixed usage of some reasoning models by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/10414
  • Resolved visual formatting issues in the OpenHands CLI where markdown content was not properly rendered with adequate spacing by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10538
  • Fixed cases where GitHub Cloud Resolver doesn't consider context around comments by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/10517
  • Fixed cases where GitLab cloud resolver doesn't consider context around comments by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/10509
  • Fixed tokens expiring in the middle of a running conversation by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/10637
  • Resolved an issue where API requests with very long or malformed conversation IDs would return a 500 Internal Server Error instead of a proper 400 Bad Request error by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/10496

New Contributors

  • @Zacharias030 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10476
  • @Joeoc2001 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9566
  • @hereisok made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10033
  • @danieljbruntz made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10255
  • @jamiechicago312 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10485
  • @underth-moon99 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10644

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.54.0...0.55.0

- Python
Published by mamoodi 11 months ago

@openhands/ui - 0.54.0 - 2025-08-20

What's Changed

Added

  • Added task tracking tool and planning mode for long-horizon tasks by @ryanhoangt in https://github.com/All-Hands-AI/OpenHands/pull/10166
  • Added a new feedback reason: "The agent didn't finish the job" by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10417
  • Enabled MCP in OpenHands Cloud by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10480

Changed

  • Improved the MCP config UI with add, edit, and delete functionality by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10145

Fixed

  • Fixed an issue where the UI would sometimes flash repeatedly by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/10352
  • Fixed an issue where the browser tab title could revert to a previous conversation title by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/10406

New Contributors

  • @ZhonghaoJiang made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10229
  • @KevinMusgrave made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10270
  • @suixinio made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10454

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.53.0...0.54.0

- Python
Published by mamoodi 11 months ago

@openhands/ui - 0.53.0

What's Changed

Added

  • Added support for binding named Docker volumes into the runtime by @olyashok in https://github.com/All-Hands-AI/OpenHands/pull/10268
  • Allowed partial modification of CLI settings by @aeft in https://github.com/All-Hands-AI/OpenHands/pull/10240

Changed

  • Added explicit instructions for OpenHands resolver to encourage pushing code changes by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10290

New Contributors

  • @createthis made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10274
  • @787627858 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10089

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.52.0...0.53.0

- Python
Published by mamoodi 11 months ago

@openhands/ui - 0.52.0 - 2025-08-13

What's Changed

Added

  • Added qwen-3-coder-480b to OpenHands provider by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9985
  • Added gpt-5-2025-08-07 to OpenHands provider by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10172
  • Added support for model claude-opus-4-1-20250805 by @KennyDizi in https://github.com/All-Hands-AI/OpenHands/pull/10120
  • Added search API key settings to CLI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9976
  • Added support for launching the OpenHands UI using the CLI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9783
  • Added support for overlay mounts in the Docker runtime by @olyashok in https://github.com/All-Hands-AI/OpenHands/pull/10222
  • Added a switch to enable or disable additional solvability analysis in the resolver on OpenHands Cloud by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/9727

Changed

  • Improved the conversation card context menu by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9917
  • Improved handling of the /resume command in CLI by adding validation by @aeft in https://github.com/All-Hands-AI/OpenHands/pull/10066
  • Changed the conversation history limit from 20 to 100 by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10128
  • Improved repository loading reliability for OpenHands App by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9826
  • Enhanced the CLI interface by adding proper markdown rendering for agent messages and final thoughts by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10193

Fixed

  • Fixed an issue where user input commands were echoed twice in the terminal by @erkinalp in https://github.com/All-Hands-AI/OpenHands/pull/9959
  • Improved the reliability of models through the OpenHands provider by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10009
  • Fixed an issue where git clone during workspace creation sometimes caused the server to hang by @denysvitali in https://github.com/All-Hands-AI/OpenHands/pull/9334
  • Fixed the ports are not available error message on Windows by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9924
  • Fixed an issue where CodeActAgent system prompts and in-context learning examples referenced "bash" on Windows platforms, which should have been "powershell" for consistency with the Windows runtime environment by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/10179
  • Fixed an issue where Global Microagents did not work in OpenHands Cloud by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/10245

New Contributors

  • @denysvitali made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9334
  • @greese-insight made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9915
  • @aeft made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10054
  • @izyuumi made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9757
  • @chasefarmer-pixee made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10078
  • @JamesZ12b made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9895
  • @insop made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10241
  • @ibragim-bad made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/10251

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.51.1...0.52.0

- Python
Published by mamoodi 11 months ago

@openhands/ui - 0.51.0 - 2025-07-31

What's Changed

Added

  • Add MCP support for CLI by @ryanhoangt in https://github.com/All-Hands-AI/OpenHands/pull/9519

Changed

  • Improved the resolver summary generation by instructing the agent to focus only on new changes since the last summary, preventing repetitive information in consecutive summaries by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9834
  • Optimized git change detection in the Changes tab with performance improvement and multi-repository support by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/9870

Fixed

  • Fixed an issue where the agent would stop due to per-minute rate limit errors by increasing retry delays by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9489
  • Fixed configuration precedence in CLI mode (from low to high: settings.json < workspace config.toml < command line parameters) by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/9911
  • Resolved an issue where the terminal, VSCode, Jupyter, and other tabs would show a "Waiting for runtime to start..." message when the agent was stopped, instead of displaying their actual content by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/9941
  • Fixed MCP configuration merging where settings from config.toml files were not properly combined with frontend UI settings. Previously, MCP servers defined in config.toml could be overwritten by frontend settings by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9237

New Contributors

  • @ckavili made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9877
  • @C9luster made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9840

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.50.0...0.51.0

- Python
Published by mamoodi 12 months ago

@openhands/ui - 0.50.0 - 2025-07-24

What's Changed

Added

  • Added Moonshot AI Kimi-K2 model to recommended models by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9706
  • Added kimi-k2-0711-preview model to OpenHands provider by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9755
  • Added new options to the CLI confirmation dialogs by @VasilisAvgoustakis in https://github.com/All-Hands-AI/OpenHands/pull/9758

Changed

  • Improved the agent’s file management behavior by preventing the creation of multiple similar files with different suffixes by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9741
  • Removed the Poetry dependency in the Jupyter Plugin for local runtime by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/9789
  • Improved layout and clarity of MCP settings UI by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9771
  • Removed the storage of unused content in a cmd observation by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7404
  • Persisted alias choices in the CLI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9828

Fixed

  • Fixed navigation to the conversation page after clicking Launch button on task suggestions by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9760
  • Resolved an issue where MCP tool timeouts caused the agent to stall indefinitely by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9779
  • Fixed incorrect Git provider in the Push & Create PR button by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9803
  • Fixed the conversation menu closing behavior by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/9822
  • Fixed a crash on Windows systems that occurred when searching or listing conversation histories by @bojackli in https://github.com/All-Hands-AI/OpenHands/pull/9732
  • Fixed a bug where secret replacement in event streams was corrupting timestamps by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9793
  • Updated the agent to use tokens when accessing provider APIs by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9807

New Contributors

  • @bojackli made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9732

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.49.0...0.50.0

- Python
Published by mamoodi 12 months ago

@openhands/ui - 0.49.0 - 2025-07-16

What's Changed

Added

  • Added CLI/VSCode integration by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/9085
  • Added OpenHands provider for LLM through OpenHands Cloud by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9526
  • Introduced new Memory UI feature by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/8592
  • Added branch name and git provider on conversation cards by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/9480
  • Added configuration file path to CLI /settings command by @VasilisAvgoustakis in https://github.com/All-Hands-AI/OpenHands/pull/9481
  • Enabled users to edit the conversation's title by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/9648
  • Added CLI alias setup for first-time users. When users first run the CLI, they'll be offered to create openhands and oh aliases that make it easier to launch OpenHands without typing the full command by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9542

Changed

  • Split the suggested tasks based on the git providers by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/9608

Fixed

  • Resolved warnings related to missing ffmpeg by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9500
  • Fixed CLI confirmation input to handle invalid input properly by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/9503
  • Fixed /init command on CLI Runtime by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/9474
  • Addressed WebSocket disconnection when uploading large files by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/9504
  • Fixed Jupyter tab display issues by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9533
  • Fixed CLI mode ignoring LOGLEVEL environment variable. Users can now control log verbosity in CLI mode using either LOGLEVEL=DEBUG or the new --log-level argument by @seiriosPlus in https://github.com/All-Hands-AI/OpenHands/pull/9382
  • Fixed compatibility with xAI Grok-4 by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/9666
  • Made access to the VSCode tab more reliable by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/966
  • Resolved several UI issues throughout the app and added more consistency by @hieptl

New Contributors

  • @TakumaNakao made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9546
  • @seiriosPlus made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9382
  • @intellectronica made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9597
  • @VasilisAvgoustakis made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9481
  • @xhguo7 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8515

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.48.0...0.49.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.48.0 - 2025-07-02

What's Changed

Added

  • Added support for reading microagents from the user directory (~/.openhands/microagents/) in addition to existing sources by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/9333
  • Added support for .cursorrules. It can be placed in the root directory by @AutoLTX in https://github.com/All-Hands-AI/OpenHands/pull/9327
  • Added ability to stop conversations by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/9458
  • Added setup.sh script execution to event stream, allowing users to see when and how the setup script is run by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9427

Changed

  • Made the --file option more interactive and user friendly by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9398
  • Disabled Jupyter plugin by default in CLI runtime by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/9452

Fixed

  • Reduced the severity of pending action timeout messages by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9415
  • Improved CLI exit messaging by @Adityauyadav in https://github.com/All-Hands-AI/OpenHands/pull/9432
  • Added tooltip for suggested tasks by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/9447
  • Updating LLM settings are now applied to existing conversations after stopping and restarting them by @hieptl in https://github.com/All-Hands-AI/OpenHands/pull/9460

New Contributors

  • @Adityauyadav made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9432
  • @hieptl made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9442

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.47.0...0.48.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.47.0 - 2025-06-27

What's Changed

Added

  • Add new feedback options by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9332
  • Add GitLab alternative directory support (openhands-config) for microagents. See updated documentation by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9331

Changed

  • Changed terminal truncation to trim middle of long outputs instead of suffix by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/9365

Fixed

  • Fix Bitbucket pagination and sorting to fetch all repositories by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/9356

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.46.0...0.47.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.46.0 - 2025-06-24

What's Changed

Added

  • Allowed custom model names during CLI model selection by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9205
  • Introduced optional vi-style keybindings for confirmation prompts navigating menus (j and k) in the command-line interface. Users can enable this feature by setting the CLIVIMODE environment variable to true by @ikuo in https://github.com/All-Hands-AI/OpenHands/pull/9287
  • Added support for customizable safety settings for Mistral AI and Gemini models by @Mahdiglm in https://github.com/All-Hands-AI/OpenHands/pull/8802
  • Added ability to override the hardcoded system prompt by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9265

Changed

  • Improved timeout behavior for long-running commands by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9140
  • Enabled users to provide feedback on agent performance even when the agent encountered errors or was waiting for user input by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9292

Fixed

  • Fixed duplicated Command Action display in CLI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9260

New Contributors

  • @TommasoBendinelli made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9152
  • @ikuo made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9287
  • @Mahdiglm made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8802
  • @2ero20ne made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8986
  • @mindflow-cn made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9174

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.45.0...0.46.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.45.0 - 2025-06-20

What's Changed

Added

  • Kubernetes Runtime Support by @brettstewart in https://github.com/All-Hands-AI/OpenHands/pull/8814
  • File and Image Upload Support in conversations by @mislavlukach in https://github.com/All-Hands-AI/OpenHands/pull/8945
  • Bitbucket Integration for local usage by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9021
  • Budget Configuration per conversation by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8812
  • Japanese Language Support by @solahsoyalp in https://github.com/All-Hands-AI/OpenHands/pull/9244

Changed

  • Increased Max Iterations from 250 to 500 for more complex tasks by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9203
  • Unified Configuration Directory from ~/.openhands-state to ~/.openhands by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9135
  • Improved Analytics Labels by @mislavlukach in https://github.com/All-Hands-AI/OpenHands/pull/9161

Fixed

  • Deprecation Warnings in CLI and during LLM API calls by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9188, https://github.com/All-Hands-AI/OpenHands/pull/9261
  • Remote Runtime Status Display by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/9190
  • Microagent Loading for non-GitHub integrations by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9189
  • Daytona Runtime sandbox handling by @idagelic in https://github.com/All-Hands-AI/OpenHands/pull/9187
  • Git Ownership Errors in containers by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9136
  • Server Errors when accessing conversation trajectories by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9238
  • Token Persistence for restarted cloud conversations by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9111
  • Empty Image URLs causing litellm errors by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9214

Documentation

  • FAQ Documentation by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/9132
  • Python Version Requirements for CLI by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9164
  • Ollama Local Serving Guide by @Truenya in https://github.com/All-Hands-AI/OpenHands/pull/8807
  • uvx Installation Option by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9186
  • "OpenHands with OpenHands" Documentation for recursive development by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9146

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/v0.44.0...v0.45.0

New Contributors

  • @Truenya made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8807
  • @maximevtush made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9145
  • @brettstewart made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8814
  • @solahsoyalp made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9244

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.44.0...0.45.0

- Python
Published by raymyers about 1 year ago

@openhands/ui - 0.44.0 - 2025-06-16

What's Changed

Added

  • Agent can control whether PRs/MRs opened via Git MCP have draft status by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9117
  • Support for evaluation on SWE-bench-Live by @StarryZhang-whu in https://github.com/All-Hands-AI/OpenHands/pull/9137 - Added support for running evaluations on SWE-bench-Live (https://swe-bench-live.github.io/), which provides the latest issue resolving tasks for more realistic benchmarking
  • Support for dev container networking without host mode by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9122 - Updated devcontainer configuration and docker-dev setup to enable proper runtime connections without requiring host network mode, improving security and portability
  • Install Slack Integration in Cloud OpenHands from "Integrations" tab in Settings page by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9162

Changed

  • Improved linting coverage by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9131
  • Updated CLI documentation for API key setup by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9134

Fixed

  • Fixed broken conversation links in pull request descriptions by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9143 - OpenHands now generates working links in pull request descriptions that allow users to return to the original conversation and continue refining the PR
  • Fixed CLI displaying incorrect default model for Anthropic provider by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9101 - Corrected an issue where the CLI showed "claude-2" as the default model instead of the current default
  • Fixed error in run_localize for issue #9150 by @better629 in https://github.com/All-Hands-AI/OpenHands/pull/9151 - Resolved dependency issues by avoiding optional packages in the base image and installing necessary packages through the extra_deps method
  • Fixed bash timeout issue with interactive git clone prompts by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9148 - Resolved an issue where bash commands would timeout immediately on first run due to git clone operations hanging while waiting for user credentials
  • Fixed incorrect tracking for cost and token usage for main agent and delegates by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9012

Documentation

  • Removed outdated "coming soon" mentions by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9112 - Updated Slack app installation documentation to remove placeholder text
  • Fixed broken link to LLMs section by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9121 - Corrected a broken link in the GUI mode documentation
  • Added secrets manager documentation by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9084 - New documentation for secrets management in GUI mode

New Contributors

  • @leopardracer made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9058
  • @wutong8023 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8221
  • @kilavvy made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9129
  • @StarryZhang-whu made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9137
  • @zeevick10 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9139
  • @better629 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9151

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.43.0...0.44.0

- Python
Published by raymyers about 1 year ago

@openhands/ui - 0.43.0 - 2025-06-13

What's Changed

Added

  • Slack Integration (Beta) with Cloud OpenHands @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8903
  • Example code review microagent by @jpelletier1 in https://github.com/All-Hands-AI/OpenHands/pull/9093

  • Microagents UI in conversation context menu, making it easier to understand what specialized knowledge is available in their conversations by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8984

  • Support for lower scoped GitLab tokens by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/9017

  • JSON serialization for array and object parameters when converting tools by @yeyan1996 in https://github.com/All-Hands-AI/OpenHands/pull/8780

Changed

  • Improved RuntimeStatus handling by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/9050
  • Updated CLI settings to save directly under ~/.openhands by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/9079
  • Enhanced security by ensuring redirect URI is HTTPS unless it is for localhost by @chuckbutkus in https://github.com/All-Hands-AI/OpenHands/pull/9076
  • Changed default provider in CLI to 'anthropic' instead of 'openai' by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/9004

Fixed

  • Workspace directory is no longer hardcoded to /workspace in VS Code by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/9080
  • Fixed context window truncation issues by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/9052
  • Change docker-dev network configuration to allow the app to reach the runtime by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9072

Deprecated

  • Deprecating ActionMessage type in favor of types in frontend/src/types/core by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/9063

New Contributors

  • @dowithless made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9038
  • @jpelletier1 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9093

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.42.0...0.43.0

- Python
Published by raymyers about 1 year ago

@openhands/ui - 0.42.0 - 2025-06-10

What's Changed

Added

  • Added new API endpoints that allow users to explicitly start and stop conversations. by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/8883
  • Added feature flag VSCODE_IN_NEW_TAB for opening vscode in a new tab by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/8917
  • Allowed user to change their email address by @chuckbutkus in https://github.com/All-Hands-AI/OpenHands/pull/8861

Changed

  • Improved WebSocket error handling to provide better reliability and user experience by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/8924

Fixed

  • Fixed an issue where new events that arrive during the replay of the event stream for a new connection might not be sent to the client by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8818
  • Ensured PRs opened by agent is properly tracked in conversation metadata by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8949
  • Increased code quality of resulting resolver PRs by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/8975
  • Prevented LLM settings reset when page loses focus during initial setup by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/8928

New Contributors

  • @iSevenDays made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8889
  • @WiseBird made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8987
  • @leandermaben made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8677
  • @reneleonhardt made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8796

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.41.0...0.42.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.41.0 - 2025-06-04

What's Changed

Added

  • Added support for Cloud GitLab Resolver by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8770
  • Implemented streamable http mcp by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8864
  • Added support on windows without WSL by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/8674

Changed

  • Improved CLI mode setup flow when settings were not found by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8775

Fixed

  • Ensured agent uses MCP tool to open PRs/MRs by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8800
  • Fixed LocalRuntime resource leak by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/8821
  • Fixed GitLab server token validation by @littlebai3618 in https://github.com/All-Hands-AI/OpenHands/pull/8782

New Contributors

  • @llamantino made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8829
  • @mingfang made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8839
  • @littlebai3618 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8782

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.40.0...0.41.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.40.0 - 2025-05-28

What's Changed

Added

  • Enabled OpenHands to use in-house MCP to open PRs/MRs in for Github and Gitlab by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8348
  • Incorporated LocAgent into OpenHands by @czlll in https://github.com/All-Hands-AI/OpenHands/pull/7371
  • Added first-class search API support to OpenHands by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8638
  • Added a dev container setup for development by @kentyman23 in https://github.com/All-Hands-AI/OpenHands/pull/8589
  • Added Interactive SWE-Bench benchmark by @XuhuiZhou in https://github.com/All-Hands-AI/OpenHands/pull/8714

Changed

  • Improved visualization for MCP tool usage in the UI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8644

Fixed

  • Fixed an issue where MCP tool names were not properly displayed in the frontend UI when an MCP action was executed by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8623
  • Resolved an issue where terminal commands run by the user were showed in the chat by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/8729

New Contributors

  • @czlll made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7371
  • @yeyan1996 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8654
  • @CoreJa made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8692
  • @kentyman23 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8589
  • @KianoshArian made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8711
  • @Auroral0810 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8693
  • @XuhuiZhou made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8714

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.39.1...0.40.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.39.1 - 2025-05-22

What's Changed

Fixed

  • Fixed issue where the setup.sh script was not being executed when using the GitHub resolver by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/8548
  • Limited the size of browser events by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/8559
  • LocalRuntime now implements the SESSIONAPIKEY from the environment correctly by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/8550
  • Fixed MCP fetch tool not being compatible with Gemini by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/8610

New Contributors

  • @jcoffi made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8436
  • @luolin101 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7131
  • @erkinalp made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8350

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.39.0...0.39.1

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.39.0 - 2025-05-20

What's Changed

Added

  • Added ability to save custom secrets for agent through UI settings by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/8068
  • Enhanced API support for nested runtimes, allowing for more flexible and scalable agent deployments by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/8525

Changed

  • Only volumes explicitly mounted to /workspace will be treated as workspace mounts by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8500

Fixed

  • Improved github resolver prompt to confirm that issues were successfully solved by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/8473

New Contributors

  • @omahs made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8469

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.38.0...0.39.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.38.0

What's Changed

Added

  • Added self-hosted gitlab or enterprise github host settings for local installation by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8274
  • Introduced support for user-defined runners for the resolver by @farovictor in https://github.com/All-Hands-AI/OpenHands/pull/8216
  • Added Windows local runtime support with PowerShell by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/7410
  • Added the ability for the agent to save browser screenshots as image files by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8383
  • Facilitated the integration of custom Agent implementations from arbitrary Python packages via config.toml by @cshimmin in https://github.com/All-Hands-AI/OpenHands/pull/8245
  • Added MCP configuration in settings by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8029
  • Added support for user/org level microagents by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8402

Changed

  • Simplified workspace mounting with SANDBOX_VOLUMES by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8242

Fixed

  • Resolved GitHub authentication issues in headless mode by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/8341
  • Fixed an issue where conversations started with OpenHands API wouldn't generate titles properly by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8292
  • Fixed an issue where browsing sometimes would get the agent stuck in a loop by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/8294
  • Enabled prompt caching for claude-3.7-sonnet model through OpenRouter by @Polly2014 in https://github.com/All-Hands-AI/OpenHands/pull/8426
  • Resolved an issue where the browser tab was not showing the most recent screenshot after browser actions by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8389

New Contributors

  • @kotauchisunsun made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8297
  • @farovictor made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8216
  • @alienatix made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8340
  • @npneeraj made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8229
  • @rbrugaro made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8295
  • @Polly2014 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8415
  • @mulyoved made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8423
  • @emmanuel-ferdman made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8432

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.37.0...0.38.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.37.0 - 2025-05-07

What's Changed

Added

  • Added helpful tips to Changes tab zero state by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8230
  • Added branch picker for repository on homepage by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8259
  • Made proactive conversation starters for Cloud Resolver configurable on a per-user basis. Can be toggled in account settings on cloud openhands (enabled by default) by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8272

Fixed

  • Fixed VS Code tab to not reload every time it is selected by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8243
  • Fixed cmd+click or ctrl+click to open a new tab for logo and Start new conversation buttons by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8072

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.36.1...0.37.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.36.1 - 2025-05-05

What's Changed

Fixed

  • Fixed an issue where the VS Code tab would always use localhost in the URL, causing it to fail when accessing the application remotely. by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8191
  • Fixed an issue where memory recall events were not appearing in the UI until after a page refresh by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8196
  • Updated the OpenHands API to require only the repo name to start a new conversation by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8159
  • Fixed an issue with an infinite LLM loop when a delegated agent returned by @cshimmin in https://github.com/All-Hands-AI/OpenHands/pull/8189
  • Made tool call JSON decode errors recoverable by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/8233
  • Improved the display of the settings tab by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8240
  • Made small tweaks for mobile styles by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8228

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.36.0...0.36.1

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.36.0 - 2025-05-01

What's Changed

Added

  • Added support for agent pause and resume functionality in the CLI by @pandukamuditha in https://github.com/All-Hands-AI/OpenHands/pull/8129
  • Added search support for documentation by @Shimada666 in https://github.com/All-Hands-AI/OpenHands/pull/8193

Changed

  • Separated settings into multiple sections by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/7929
  • Increased conversation panel limit from 9 to 20 by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8194

Fixed

  • Fixed system and user message missing after emergency handling of context window error by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/8103
  • Fixed mobile layout for repo picker and suggested tasks by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/8137
  • Ensure only images are uploaded on the frontend by @LoneRifle in https://github.com/All-Hands-AI/OpenHands/pull/8054

New Contributors

  • @hayashikun made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8121
  • @SDGLBL made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8148
  • @dan1dr made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8165
  • @hiroki0525 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8169
  • @liuq901 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8174

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.35.0...0.36.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.35.0 - 2025-04-29

What's Changed

Added

  • Introduced API keys management UI to the settings page on OpenHands Cloud by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7710
  • Added the ability to view and launch suggested tasks for GitLab from the homepage by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8049
  • Replaced the workspace tab with a VS Code tab by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/8033
  • Enabled support for /new, /status, and /settings in the CLI by @pandukamuditha in https://github.com/All-Hands-AI/OpenHands/pull/8017

Changed

  • Github repos in OpenHands Cloud are sorted by when the repo was last pushed to by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8083
  • Simplified the use of microagents: names in the frontmatter are no longer required, only triggers matter for dynamically loaded microagents by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/8114

Fixed

  • Fixed short tool descriptions for o4-mini - less than 1024 tokens by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/8022
  • Resolved an issue where comments did not start with the expected error message on the cloud resolver by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8053
  • PATs are retained when resetting settings to default values by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8076 by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/8075
  • Allow cmd execution after running a background command by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/8093
  • Fixed a bug where long-running setup scripts failed to complete due to being interrupted by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/8101

New Contributors

  • @cshimmin made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8021
  • @LENSHOOD made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/8058

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.34.0...0.35.0

- Python
Published by mamoodi about 1 year ago

@openhands/ui - 0.34.0 - 2025-04-23

What's Changed

Added

  • Introduced a new Changes tab to show modifications made by OpenHands by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6934
  • Added ability to disable default tools by @MischaPanch in https://github.com/All-Hands-AI/OpenHands/pull/7951
  • Enabled custom sandbox for resolver by @Tetsu-is in https://github.com/All-Hands-AI/OpenHands/pull/7612

Changed

  • Updated home screen layout by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/7784
  • Restored interactivity to the terminal by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7903
  • Implemented branch naming convention in resolver; branches now start with openhands/ by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7989

Fixed

  • Resolved issue where tokens used by LLM calls weren’t included in trajectory.json and cost/tokens window by @happyherp in https://github.com/All-Hands-AI/OpenHands/pull/7890
  • Improved logic to prevent agent from getting stuck by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7897
  • Addressed failure of Docker containers to start on Windows by @happyherp in https://github.com/All-Hands-AI/OpenHands/pull/7722
  • Corrected token validation error in GitHub Actions when using the default github.token by @Tei1988 in https://github.com/All-Hands-AI/OpenHands/pull/7934
  • Simplified and fixed local runtime initialization by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7997

New Contributors

  • @bashwara made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7886
  • @LoneRifle made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7892
  • @nielstron made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7201
  • @MischaPanch made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7920
  • @Tei1988 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7934
  • @KennyDizi made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7898
  • @alexlitz made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7805
  • @Tetsu-is made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7612
  • @hamiltop made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7956

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.33.0...0.34.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.33.0

What's Changed

Added

  • Added support for MCP servers natively via CodeActAgent by @ducphamle2 in https://github.com/All-Hands-AI/OpenHands/pull/7637
  • Added support for GitLab API calling using both OAuth and PAT tokens by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7828
  • Added functionality to allow PR type specification for the resolver by @Chocksy in https://github.com/All-Hands-AI/OpenHands/pull/7619
  • Added support for GitHub Enterprise and on-prem GitLab in the GitHub Action resolver by @tdeckers in https://github.com/All-Hands-AI/OpenHands/pull/7754

Changed

  • Improved baseline single-pass results for SWE-bench_Verified to 59.6% by @juanmichelini in https://github.com/All-Hands-AI/OpenHands/pull/7546
  • Enhanced CLI startup and UI; added interactive commands /init, /help, and /exit by by @pandukamuditha in https://github.com/All-Hands-AI/OpenHands/pull/7801
  • Added "think" to the list of handled actions so they are displayed correctly as collapsible elements by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7852
  • Converted the Terminal panel from a fixed bottom panel to a tab by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7795

Fixed

  • Fixed a bug where users could provide a base URL without the required protocol (e.g., http:// or https://) when using a model from LiteLLM by @NarwhalChen in https://github.com/All-Hands-AI/OpenHands/pull/7782
  • Fixed an issue where the token usage metrics in the frontend displayed only the latest request's token count instead of the total across all requests by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7803
  • Fixed the export conversation button not working in Safari by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/7662
  • Fixed a bug where the error message "The action has not been executed." was being displayed twice in the chat by by @g-votte in https://github.com/All-Hands-AI/OpenHands/pull/7858

New Contributors

  • @ducphamle2 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7637
  • @NarwhalChen made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7782
  • @Randonee1 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7648
  • @Chocksy made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7619
  • @sumeetkumar1701 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7788
  • @g-votte made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7858
  • @tdeckers made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7754

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.32.0...0.33.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.32.0 - 2025-04-10

What's Changed

Added

  • Display microagent context in the UI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7566
  • The paths of edited files are now displayed in the headline by @happyherp in https://github.com/All-Hands-AI/OpenHands/pull/7530

Changed

  • Enables condensation by default by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/7746
  • List GitLab repositories for which you have membership, but may not be the owner by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7682
  • Support microagents files without required header by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/7655
  • User-friendly UI for a content policy violation error by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/7660
  • Prompt agent to follow existing PR template when create new PR by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7698
  • Improve the performance of event retrieval in OpenHands, particularly for conversations with a large number of events by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/7667

Fixed

  • Fixed some UI elements not updating after language change by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/7485
  • Fix Azure version with the resolver by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7756

New Contributors

  • @samthemagicman made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7663
  • @KPCOFGS made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7652
  • @pandukamuditha made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7709

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.31.0...0.32.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.31.0 - 2025-04-02

What's Changed

Added

  • Turn on vision-based browsing by default and allow OpenHands to see PDF / images in browser by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7457
  • Add documentation and LLM support for OpenHands LM by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7598
  • Users can configure multiple providers at once (Github + Gitlab) for local OpenHands by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7125

Changed

  • Use LLM-generated natural-language descriptions as conversation title by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7049

Fixed

  • Improvements to the condenser by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/7353
  • Prevent OpenHands from creating additional pull requests unless explicitly instructed by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7476
  • Better error handling for the resolver by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7584
  • Fixed "start from scratch" workflow by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7564
  • Fixed setting API key for first-time users by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7654

New Contributors

  • @lociko made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7541
  • @happyherp made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7548
  • @kjenney made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7586
  • @mkusaka made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7589
  • @yuchenlin made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7593

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.30.1...0.31.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.30.1

What's Changed

Added

  • Support trajectory replay on web app, can be enabled by FEATURETRAJECTORYREPLAY feature flag by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/6348

Changed

  • Track accumulated token usage instead of per-request token usage by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7511
  • Better startup experience for VSCode by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/7518
  • Set max iterations to 250 by default by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7535

Fixed

  • Fixed Github token failing to refresh on OpenHands Cloud by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7532

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.30.0...0.30.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.30.0 - 2025-03-25

What's Changed

Added

  • Display API cost and token usage in frontend by @AutoLTX in https://github.com/All-Hands-AI/OpenHands/pull/7099
  • Add a config for headless mode to include web screenshots in trajectories by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/7284

Changed

  • Remove download workspace and download files buttons and redirect users to VS Code by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7333
  • Remove continue button by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7425
  • Remove upload functionality and redirect users to VS Code by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7431
  • Auto-generate conversation titles from first user message by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7390
  • Reduce bash SOFT timeout from 30 to 10 seconds by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7423
  • Updated styles for file explorer by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7453
  • Improved UI for interactive browser action by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7452

Fixed

  • Fix issue that was slowing agent responses as the conversation got longer by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7384

New Contributors

  • @zaidsheikh made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7329
  • @dynamicwebpaige made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7420
  • @SugiKent made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7443
  • @vinisdl made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7267

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.29.1...0.30.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.29.1 - 2025-03-19

What's Changed

Added

  • feat(microagents): Add security microagent by @h55nick in https://github.com/All-Hands-AI/OpenHands/pull/7323

Fixed

  • Better error messages to users by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/7344
  • Better handling of GitHub token refresh by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/7330

New Contributors

  • @jasonburt made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7220
  • @h55nick made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7323
  • @turian made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7194
  • @blacksmith-sh made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7148

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.29.0...0.29.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.29.0 - 2025-03-18

What's Changed

Added

  • Add Swift Linux Installation Microagent by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7195
  • Make microagents available in the event stream as recall observations (accessible from the UI, LLM) by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6909
  • Add TestGenEval benchmark by @kjain14 in https://github.com/All-Hands-AI/OpenHands/pull/5534

Fixed

  • Fix CWD path suggestions for agent from openhands-aci and fix error when reading file with encoding other than utf-8 by @ryanhoangt in https://github.com/All-Hands-AI/OpenHands/pull/7233
  • Fix visual browsing by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7278
  • Improve the stability of OpenHands application and evaluation harness by retry on ConnectionError by default by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7294

New Contributors

  • @answer-huang made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7114
  • @AutoLTX made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7082
  • @juanmichelini made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7221
  • @tchewik made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7214
  • @kjain14 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5534

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.28.1...0.29.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.28.1 - 2025-03-10

What's Changed

Changed

  • Restyle toasts by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6854

Fixed

  • Fix infinite loop when condensing messages by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7132
  • Improve agent loop tracking by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6945
  • Change back the runtime binding address to 0.0.0.0 by @mamoodi in https://github.com/All-Hands-AI/OpenHands/pull/7161

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.28.0...0.28.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.28.0 - 2025-03-07

What's Changed

Added

  • Add sound and browser notifications for agent state changes by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6530
  • Added a new microagent template system that helps users create properly structured domain-specific agents by @jaybutera in https://github.com/All-Hands-AI/OpenHands/pull/6891
  • Add a "thinking" tool to CodeAct agent by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6977
  • Allow OpenHands to run docker inside its own runtime by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7027
  • Allow OpenHands to start a kubernetes cluster by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/7028
  • Add the option of structured logging in JSON for better observability. You can turn this on by setting the LOG_JSON environment variable by @raymyers in https://github.com/All-Hands-AI/OpenHands/pull/7034

Changed

  • Update context window exceeded detection by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/7024
  • Default version of Claude is now claude-3-7-sonnet-20250219 by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/7072

Fixed

  • Truncate long conversation card titles by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/7001
  • Specify which network interface on the host machine Docker should bind the runtime ports to by @fredysierra in https://github.com/All-Hands-AI/OpenHands/pull/6992
  • Fix for tool_choice error on OpenAI models by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/7045
  • Resolver correctly validates GitHub Actions tokens, allowing workflows to run without additional token setup by @tawago in https://github.com/All-Hands-AI/OpenHands/pull/7065

New Contributors

  • @jaybutera made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6891
  • @magic3007 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6536
  • @kiwamizamurai made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7037
  • @Pepsi1x1 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6778
  • @tawago made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7065
  • @kinza99 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/7092

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.27.0...0.28.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.27.0 - 2025-02-27

What's Changed

Added

  • Add an "extended" section to config.toml, allowing random user-defined keys to be set on the fly by @celek in https://github.com/All-Hands-AI/OpenHands/pull/5932
  • Allow selecting the Claude 3.7 model from via the Anthropic provider by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6931
  • Allow advanced users to define their own custom runtimes by @raymyers in https://github.com/All-Hands-AI/OpenHands/pull/6955

Changed

  • Changed the UI to have consistent colors by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6835

Fixed

  • Fix prompt extensions matching on the first user message by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6963

New Contributors

  • @celek made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5932

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.26.0...0.27.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.26.0 - 2025-02-24

What's Changed

Added

  • Add ability to use CLI with a task to execute automatically by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6260 by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6187
  • Enable memory condensation from settings page by @csmith49 in https://github.com/All-Hands-AI/OpenHands/pull/6868
  • Adds support for a Daytona runtime to manage sandboxes by @idagelic in https://github.com/All-Hands-AI/OpenHands/pull/6863

Changed

  • By default, OpenHands truncates history by half when it hits LLM context limit. by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/6820
  • Condensers keep the first user message by default by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6888

Fixed

  • Fix error on Azure for unsupported maxcompletiontokens by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6806

New Contributors

  • @dai-dao made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6850
  • @idagelic made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6863
  • @mateuszkwiatkowski made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6876

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.25.0...0.26.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.25.0 - 2025-02-19

What's Changed

Added

  • Gitlab support for OpenHands resolver by @wtiger9218 in https://github.com/All-Hands-AI/OpenHands/pull/6458
  • New multi conversation navigation allowing users to navigate between different conversations by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6374

Changed

  • New Settings screen by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6550
  • Better filtering of sensitive data from logs by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6755

Fixed

  • Better error when LLM settings do not exist by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6704
  • Fix download workspace zip file event loop hanging by @diwu-sf in https://github.com/All-Hands-AI/OpenHands/pull/6722

New Contributors

  • @wtiger9218 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6458
  • @kripper made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6695
  • @arpandaze made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6752
  • @nbyidiandian made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6744
  • @nottherealironman made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6575

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.24.0...0.25.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.24.0 - 2025-02-13

What's Changed

Added

  • Add comprehensive error logging to PostHog by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/6346
  • Add success/failure indicators for file read/edit operations by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/6653
  • Preliminary/experimental support for running OpenHands without docker by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/5284

Changed

  • Optimize memory usage in FileEditObservation by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/6622

Fixed

  • Fixed issue where GITHUB_TOKEN would go missing by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/6533
  • Fix memory leak in JSON encoder by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/6620
  • Limit resource usage of command to avoid OOM Runtime Kill by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6338
  • Fix public github repo cannot be selected by @xyeric in https://github.com/All-Hands-AI/OpenHands/pull/6680
  • Fixed an issue where temporary files could end up empty when copying files in the action execution client by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6669

New Contributors

  • @Aktsvigun made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6610
  • @PeterDaveHello made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6621
  • @zchn made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6658
  • @fredysierra made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6672
  • @xyeric made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6680

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.23.0...0.24.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.23.0 - 2025-02-04

What's Changed

Added

  • Show LLM retries as they happen and allow resume from Rate-Limited state by @raymyers in https://github.com/All-Hands-AI/OpenHands/pull/6438
  • Support o3-mini by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6570

Fixed

  • Filtering lost+found directory from root of workspace by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6487
  • Fix some situations where conversations could not be resumed after an agent error by @raymyers in https://github.com/All-Hands-AI/OpenHands/pull/6549
  • Better error toast handling mechanism by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6561

New Contributors

  • @ryanpeach made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6507
  • @wolph made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6582

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.22.0...0.23.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.22.0 - 2025-01-29

What's Changed

Added

  • Support for VisualWebArena evaluation in OpenHands by @adityasoni9998 in https://github.com/All-Hands-AI/OpenHands/pull/4773

Changed

  • Improved performance of GitHub API integration by using modern async HTTP client by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6325
  • Remove redis dependency from OpenHands by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6278

Fixed

  • Display confirmation buttons when using confirmation mode by @zxh3 in https://github.com/All-Hands-AI/OpenHands/pull/6426
  • Fix resolver crash when the project's requirements.txt doesn't end in a newline by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/6327
  • Fix for continuing sessions, which would originally result in a session_was_closed error by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6478
  • Fix DeepSeek error on consecutive user messages by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6471
  • Prevent chat message from overflowing when the continuous text is long by @jcppman in https://github.com/All-Hands-AI/OpenHands/pull/6421

New Contributors

  • @mjewell made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6423
  • @chuckbutkus made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6375
  • @zxh3 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6435
  • @jcppman made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6421

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.21.0...0.22.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.21.0 - 2025-01-22

What's Changed

Added

  • Add multiple languages by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/6070
  • The reasoning_effort parameter can be defined for the o1 family by @AlexCuadron in https://github.com/All-Hands-AI/OpenHands/pull/6256
  • Users can now define a different LLM as a custom LLM config named with a predefined name: drafteditor. To use it for edit drafts, you can, as before, set the agent option to use llm editor (codeactenablellmeditor) by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6281
  • Add trajectory replay feature for headless mode by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/6215
  • Add a button on chat panel that allows the user to download current trajectory by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/6378

Changed

  • Rename trajectoriespath config to savetrajectory_path by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/6216
  • Restore fallback to defaults for custom LLM configurations by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4415
  • Improve the handling of multiple conversations and session management in OpenHands by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6322
  • Better handling of long running commands and interactive commands by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6280
  • When connecting to a GitHub repo, the agent now explicitly knows which repo was cloned and where it's located by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6057

Fixed

  • Fixed agent delegation and fixed the lockup when the model returns a message instead of a tool call by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6165
  • Fixed the issue with microagent loading when directory paths have trailing slashes by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6239
  • Better error messages when UI is disconnected from backend by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6323
  • Static Assets are not rate limited by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6360
  • Keeping runtimes alive again by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6395

New Contributors

  • @oconnorjoseph made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6243
  • @Honyii made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6178
  • @kadykov made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6330
  • @mannaandpoem made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6315
  • @louria made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6385

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.20.0...0.21.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.20.0 - 2025-01-13

What's Changed

Added

  • Display current conversation info in the bottom right by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6143
  • Added new App tab which allows users to interact with the web app run in OpenHands (Beta) @amanape in https://github.com/All-Hands-AI/OpenHands/pull/5577

Fixed

  • Fix potential issue with loading history twice by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6089
  • Support custom base container image when running OpenHands in Docker by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/6039
  • Make the logs inside the runtime container optional (DEBUG_RUNTIME env var to set) by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/6141
  • Fixed UI terminal output by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6182
  • Fixed a race condition that could cause server errors when disconnecting sessions, improving server stability by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6053
  • Multiple bash improvements by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/6175
  • Fixes for minor cases where FDs were not closed by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6228

New Contributors

  • @raymyers made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6101
  • @jmtatsch made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6203

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.19.0...0.20.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.19.0 - 2025-01-07

What's Changed

Added

  • Custom microagents are now supported in headless and CLI modes by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5971
  • Enable/disable function calling by user configuration by @young010101 in https://github.com/All-Hands-AI/OpenHands/pull/5992
  • Added RateLimitError status on UI and Agent state by @rkat7 in https://github.com/All-Hands-AI/OpenHands/pull/5910
  • Enable Multi Conversation Feature behind feature flag by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/6011
  • Add runtime size configuration feature by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/5805

Changed

  • Restructure microagents system by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/5886
  • Developer mode now defaults to storing data on the filesystem instead of in-memory, to help LLM settings persist by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6016
  • Replace pexpect with libtmux in BashSession by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4881

Fixed

  • OpenHands will now default to opening draft PRs, and is better about not opening multiple PRs by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5986
  • Performance improvement of UI during long sessions by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/6006
  • Fixes an issue where long repository names would cause layout issues in the project menu card by @mkwatson in https://github.com/All-Hands-AI/OpenHands/pull/6091
  • Fixed file upload, especially for large zip files by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/6126

New Contributors

  • @siu-issiki made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6025
  • @rkat7 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5910
  • @plutack made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6026
  • @stefand678 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6043
  • @dkozlov made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6076
  • @mkwatson made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/6091

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.18.0...0.19.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.18.0 - 2025-01-02

What's Changed

Added

  • Documented the new .openhands directory for customizing prompts for individual repositories by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5821
  • Added tooltips for navbar by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5807
  • Add resizable and collapsible panel layout by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5926

Changed

  • Migrate settings storage from localStorage to server API by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5703
  • Allow downloading workspace on phones / browsers where the DirectoryAPI is not available by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5770
  • Add loading spinner to task form during conversation creation by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5828
  • Remove file editing functionality from OpenHands UI by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5823

Fixed

  • Fixed images not being rendered in the chat interface by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/5626
  • Minor style fixes for the navbar by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5780
  • In headless mode, make OpenHands finish a task if it thinks the task is finished by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/5879
  • Fix cases where a RuntimeError can leave the agent history in an inconsistent stateby @enyst in https://github.com/All-Hands-AI/OpenHands/pull/5666
  • Fix history loading when state was corrupt or not saved properly by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/5946

New Contributors

  • @ScottBrenner made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5742

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.17.0...0.18.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.17.0 - 2024-12-26

What's Changed

Added

  • Add support for custom PR titles for the resolver by @d-walsh in https://github.com/All-Hands-AI/OpenHands/pull/5706
  • Add TheAgentCompany evaluation harness by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/5731
  • Show most recent convo on homepage by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5769

Changed

  • Settings store type is defined in openhands_config rather than main config by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5701
  • More informative failures in the resolver by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/5685
  • Each conversation now gets its own URL by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5493

Fixed

  • Frontend Hyperlink in Chat window should open link in a new tab by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5677

New Contributors

  • @d-walsh made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5706

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.16.1...0.17.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.16.1 - 2024-12-19

What's Changed

Added

  • Implement file-by-file download with progress by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5008

Changed

  • Infrastructure for saving config on the backend rather than the frontend by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5594

Fixed

  • Agent gets stuck in closing and server won't die by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5675
  • Fixed pagination on repository picker by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/5687

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.16.0...0.16.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.16.0 - 2024-12-18

What's Changed

Added

  • Changes to Github Authentication by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/5371

Fixed

  • Fixed an issue where sessions sometimes don't close properly, causing memory and FD leaks by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5656
  • Minor fixes for status messages in the chat window by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5650

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.15.3...0.16.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 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 https://github.com/All-Hands-AI/OpenHands/pull/5483

Changed

  • Reset iteration budget and update default max_iterations to 500 by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5590
  • The turn limit should be measured from the last user interaction by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5560
  • Persist jwt_secret in config file by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5353

Fixed

  • Prevent VSCode from opening unexpectedly by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/5544
  • Let user continue when the agent gets stuck in a loop (UI-only) by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/5597
  • Fixed Jupyter tab has no vertical scroll bar by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5607

New Contributors

  • @motin made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5624

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.15.2...0.15.3

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.15.2 - 2024-12-12

What's Changed

Added

  • Custom MicroAgents can now be added directly to the connected workspace by @RajWorking in https://github.com/All-Hands-AI/OpenHands/pull/4983
  • Request code review from the person who initiated the resolver by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5451
  • Add browser observations to chat interface by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/5514

Fixed

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

New Contributors

  • @regismesquita made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5278

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.15.1...0.15.2

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.15.1 - 2024-12-06

What's Changed

Added

  • A message is shown every time the agent runs a command by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5190
  • Add support for multiline user messages, and default user message when running headless by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/5400

Changed

  • Only send the last agent state changed event on init by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5411
  • Updated initial Sign in with Github modal by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/5416

Fixed

  • Prioritize version from pyproject.toml over importlib by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5412
  • Fix for some agent messages not appearing by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/5421
  • Fix duplicate events on re-initialize by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5424

New Contributors

  • @STF-Zero made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5379

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.15.0...0.15.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.15.0 - 2025-12-04

What's Changed

Added

  • Using SocketIO as the Underlying Communication Protocol by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5056
  • Add BrowseURLAction to CodeAct by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/5285
  • Added Alignment checker for browsing agent by @s-aniruddha in https://github.com/All-Hands-AI/OpenHands/pull/5105
  • Support custom sandbox for resolver by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/5348
  • Added a microagent to handle timeout issues with npm by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/5314

Changed

  • Migrate from Remix to React Router 7 by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/5304
  • Do not keep runtimes alive by default by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5288
  • Multiple tabs can now connect to the same session by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5370

Fixed

  • Fix for issue where exit session intermittently does not return to splash by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5291
  • When an invalid token error occurs, a message is displayed in the UI by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/5302
  • Fixed an issue with setting runtimeextradeps by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5330
  • Fixed resolver not finding issue with empty description by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5357
  • Fixed Asyncio issues with security analyzer by @mbalunovic in https://github.com/All-Hands-AI/OpenHands/pull/5356

New Contributors

  • @s-aniruddha made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5105

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.14.3...0.15.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.14.3 - 2024-11-26

What's Changed

Added

  • Added commit0 benchmark by @nanjiangwill in https://github.com/All-Hands-AI/OpenHands/pull/5153
  • Added a new Push & Create PR button by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/5181

Changed

  • Set server process to run with highest system priority by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/5206

Fixed

  • Fixed an issue when using an LLM from OpenRouter by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/4822

New Contributors

  • @diwu-sf made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5180
  • @nanjiangwill made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5153

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.14.2...0.14.3

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.14.2 - 2024-11-21

What's Changed

Changed

  • Put some liberal rate limiting in place by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4976

Fixed

  • Fix 400 error on HuggingFace models and KeyError on multiple LLMs by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/5026

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.14.1...0.14.2

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.14.1 - 2024-11-19

What's Changed

Added

  • Add push to Github action button in chat interface by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/4993

Fixed

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

New Contributors

  • @ryx2 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5063
  • @young010101 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5117

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.14.0...0.14.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.14.0 - 2024-11-15

What's Changed

Added

  • Add VSCode to OpenHands runtime and UI by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4745
  • Integrate OpenHands resolver into main repository by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/4964
  • Add a general utility that automatically converts function-calling LLM requests to non-function-calling LLM requests by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4711

Fixed

  • Allow continuation after reaching max iterations by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4949
  • If the websocket disconnects, we try 5 times to automatically reconnect it by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4954
  • Truncate agent history when context window is exceeded by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4977
  • Fix agent crash when terminal commands are sent and function calling is enabled by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4955

New Contributors

  • @csmith49 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4943
  • @ketan1741 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/5000

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.13.1...0.14.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.13.1 - 2024-11-12

What's Changed

Added

  • Support displaying images/videos/pdfs in the workspace by @malhotra5 in https://github.com/All-Hands-AI/OpenHands/pull/4898

Changed

  • Better support for pushing changes to GitHub by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4568
  • Restore visible logs for each action and observation when ran locally by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4729

Fixed

  • Fixed running with bedrock by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4935
  • Fixed runtime restarting when multiple tabs connected to the same session,or tab was closed by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4900

New Contributors

  • @ross-rl made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4598
  • @nafisreza made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4850
  • @Mr-Imperium made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4878

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.13.0...0.13.1

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.13.0

What's Changed

Added

  • Add the ability to drag images into chat input by @xingyaoww (and @openhands-agent!) in https://github.com/All-Hands-AI/OpenHands/pull/4762
  • Show a loading indicator when downloading a zip by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4833

Changed

  • Overhaul of error handling and reporting by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4575
  • New chat interface empty state by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/4737
  • Modified agent instructions to include fewer redundant comments in the code it generates by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4681

Fixed

  • Fixed a bug where docker containers were not removed on session close by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4765
  • Fixed terminal not working by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4800
  • Fix Jupyter tab overflow by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/4818
  • Fixed copy paste into chat input by @openhands-agent in https://github.com/All-Hands-AI/OpenHands/pull/4832

New Contributors

  • @danicruz0415 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4464

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.12.3...0.13.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.12.2

What's Changed

Added

  • Analytics with PostHog by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/4655
  • Allow CodeAct agent to perform web browsing by itself (no more delegation to BrowsingAgent) by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4667
  • DiscoveryBench OpenHands Integration by @Ethan0456 in https://github.com/All-Hands-AI/OpenHands/pull/4627

Fixed

  • Fixed issue running on Linux by @Polygons1 in https://github.com/All-Hands-AI/OpenHands/pull/4721
  • Fix error in the main agent when a browsing agent task fails by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4728

New Contributors

  • @ronch99 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4645
  • @malhotra5 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4712
  • @Polygons1 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4721

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.12.1...0.12.2

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.12.0

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: https://github.com/swe-bench/experiments/pull/97

Added

  • Add function calling to CodeAct 2.1 by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4537
  • Display error messages in the chat by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/4509
  • Support prompt caching on the latest claude-3-5-sonnet-20241022 by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4552

Changed

  • Pared down the backend logging to make it less verbose and more informative by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4563

Fixed

  • Split bash commands by the new line character by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4462
  • Bugfix for loading the /app page directly by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4547
  • Fix for connection leak by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4560
  • Fix for crash on some models on OpenRouter by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4641
  • Fix compatibility for models like llama on Groq that don't support vision or tools by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4644

New Contributors

  • @msehsah1 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4580

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.11.0...0.12.0

- Python
Published by mamoodi over 1 year ago

@openhands/ui - 0.11.0 - 2024-10-22

What's Changed

Changed

  • Improvements to Agent Editing using LLM by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3985

Fixed

  • Fixed unlimited retries when queries are blocked by CloudFlare by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/4482
  • Better frontend error handling for failed requests by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/4501

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.10.0...0.11.0

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.10.0 - 2024-10-17

What's Changed

Added

  • New OpenHands Ul by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/3604
  • Add Modal sandbox support as a new runtime by @pawalt in https://github.com/All-Hands-AI/OpenHands/pull/4133

Changed

  • Display in the logs the prompt cache hit or miss for Deepseek Chat by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/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 https://github.com/All-Hands-AI/OpenHands/pull/4226
  • Fix AgentDelegateAction to send only the task to the delegate agent, not the main agent by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4327
  • Fix syntax error in the browsing agent @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4354

New Contributors

  • @Vaishakh-SM made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4177
  • @amantyagiprojects made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4229
  • @adityasoni9998 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4100
  • @AlexCuadron made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4244
  • @JeevaRamanathan made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4240
  • @klieret made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4390
  • @pawalt made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4133
  • @Ethan0456 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4364

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.8...0.10.0

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.8 - 2024-10-03

What's Changed

Added

  • Allow specification of config.toml location via args by @rehanganapathy in https://github.com/All-Hands-AI/OpenHands/pull/4168

Fixed

  • Better error messages when sessions fail to start by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4134
  • SigTerm now gracefully shuts down the server during startup by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4155
  • Improve the docker runtime build speed & fix issues in build by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/4154

New Contributors

  • @rehanganapathy made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4168

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.7...0.9.8

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.7 - 2024-09-30

What's Changed

Fixed

  • Bash commands do not block the main runtime by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4058
  • Vision and prompt caching fixes by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/4014

New Contributors

  • @openhands-agent made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4104
  • @anthrocypher made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4091

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.6...0.9.7

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.6 - 2024-09-26

What's Changed

Fixed

  • Better handling of task cancellation by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4075
  • Fixed terminal getting cleared on session resume by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/4074

New Contributors

  • @jaki300 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3795
  • @micky-amir made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/4060

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.5...0.9.6

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.5 - 2024-09-26

What's Changed

Added

  • More granular messages displayed on the UI during startup by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3771

Fixed

  • Display full model name in Settings UI (#3900) by @iaavas in https://github.com/All-Hands-AI/OpenHands/pull/3991
  • Multiple improvements to evaluation by @xingyaoww
  • Fixed an issue where Base URL was not getting reset in Settings by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4037
  • Fix persistence of Advanced Settings when re-opening the Settings by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/4038
  • Fixed an issue with the o1-mini model by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/4012
  • Fixed server lock up during session initialization by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/4007
  • CodeActAgent responds to user cancellation by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3968

New Contributors

  • @iaavas made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3991

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.4...0.9.5

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.4 - 2024-09-20

What's Changed

Added

  • Add --version to cli by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3924

Changed

  • Reduced safety thresholds for Gemini by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3925

Fixed

  • Improved detecting syntax error loops by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3663
  • Multiple evaluation fixes by @xingyaoww
  • Improvements to timeout and interrupt conditions by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3926
  • Fix UID management for ubuntu users by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/3937

New Contributors

  • @qiangli made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3911

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.3...0.9.4

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.3 - 2024-09-12

What's Changed

Added

  • Support interactive commands by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/3653

Changed

  • Redesign of the settings modal by @rbren and @amanape
  • Make prompt caching optional instead of enabled default by @WannaTen in https://github.com/All-Hands-AI/OpenHands/pull/3689

Fixed

  • Fix issues with vision support in prompts by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3665
  • Improve rate limit error handling by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3729
  • Fixed prompt caching in CodeActAgent by @ColeMurray in https://github.com/All-Hands-AI/OpenHands/pull/3773

New Contributors

  • @defineprogramming made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3706
  • @ColeMurray made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3775

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.2...0.9.3

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.2 - 2024-09-04

What's Changed

Changed

  • Improve system prompt to reduce file editing errors made by LLM by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3610

Fixed

  • Better syntax error loop detection by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3628
  • Fix a global step count out-of-sync bug when delegated agent fails by @li-boxuan in https://github.com/All-Hands-AI/OpenHands/pull/3680
  • Fix confirmation mode by @mbalunovic in https://github.com/All-Hands-AI/OpenHands/pull/3695
  • Files display updated content after agent edit by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/3694
  • CodeActAgent recovers upon a llm completion exception by @shubhamofbce in https://github.com/All-Hands-AI/OpenHands/pull/3678
  • Anthropic provider points to the correct LiteLLM model ID by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/3715

New Contributors

  • @shubhamofbce made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3621
  • @mbalunovic made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3695

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.1...0.9.2

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.1 - 2024-08-29

What's Changed

Added

  • Add CLI mode by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/3564
  • Add prompt caching to CodeActAgent (Sonnet, Haiku only) by @Kaushikdkrikhanu in https://github.com/All-Hands-AI/OpenHands/pull/3411
  • Specialize CodeAct into micro agents by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3511

Changed

  • Improved model selection in the settings by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/3530
  • Multiple improvements to Aider-Bench by @tobitege and @RajWorking

Fixed

  • Stop exposing API key in evaluation outputs by @RajWorking in https://github.com/All-Hands-AI/OpenHands/pull/3603
  • Better startup handling and logging for more user clarity by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3645
  • EventStreamRuntime will wait for runtime client to be initialized once, for up to 10s by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3612

New Contributors

  • @WannaTen made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3647

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.9.0...0.9.1

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.9.0

What's Changed

Added

  • Implement copy_to for Runtime by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3211
  • Enhance the LLM class with async support by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3202
  • Add Vision Input Support for LLM with Vision Capabilities by @Kaushikdkrikhanu in https://github.com/All-Hands-AI/OpenHands/pull/2848
  • Support the ability to specify whether to keep prompt for CmdRun by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3218
  • Allow injecting additional dependency to OD runtime docker image by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3237
  • Clear history at the beginning of a new task🧹 by @mkavinkumar1 in https://github.com/All-Hands-AI/OpenHands/pull/3285
  • Collapsible resizers in the UI by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3330
  • Add Security Analyzer functionality by @adrgs in https://github.com/All-Hands-AI/OpenHands/pull/3058
  • Integrate Aider Benchmark by @RajWorking in https://github.com/All-Hands-AI/OpenHands/pull/3507
  • Add error observations to codeact SWE by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/3392
  • Print a warning message when a config has an unknown key by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3428
  • Include guide for OpenAI LLMs by @amanape in https://github.com/All-Hands-AI/OpenHands/pull/3552
  • Agent to accept agent config by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/3430

Changed

  • Rename OpenDevin to OpenHands by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/3472
  • Switch default runtime to EventStream Runtime by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3271
  • Tweaks to chat message CSS stylings for lists by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3449
  • Copy manifest file into the app container by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3396
  • Convert agent prompts into structured Jinja2 templates by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3360
  • Handle error observations in codeact by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/3383
  • Show exact python interpreter to the agent in IPython and Bash by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3448

Fixed

  • Add pip to the runtime by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3306
  • Minor UI fix to workspace UI by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3328
  • Correct list rendering for chat window by @sb-git-cloud in https://github.com/All-Hands-AI/OpenHands/pull/3273
  • Workspace folder permission & app container cannot access client API by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3300
  • Metrics should be updated when agent reaches max iterations. by @RajWorking in https://github.com/All-Hands-AI/OpenHands/pull/3549
  • Fix restore cli sessions by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/3409
  • Bump max iterations when resuming due to throttling by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3410
  • Custom runtime image won't work for go by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3464
  • App docker permission issue by @xingyaoww in https://github.com/All-Hands-AI/OpenHands/pull/3427
  • Show workspace UI even if no files exist by @rbren in https://github.com/All-Hands-AI/OpenHands/pull/3213
  • EventStreamRuntime: fix config passing on init (fixes test_runtime.py errors) by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3233
  • Exclude Python cache files/folders from sdist by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3381
  • Better error handling for RuntimeClient by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3400
  • Fix typing for fake user response function by @neubig in https://github.com/All-Hands-AI/OpenHands/pull/3438
  • Fix error when workspace has spaces in path by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3547
  • Prevent 500 server error on a just removed folder when listing files by @tobitege in https://github.com/All-Hands-AI/OpenHands/pull/3553
  • Unsaved content is not lost in the UI by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3358
  • Allow easier copy paste into the terminal by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/3484

New Contributors

  • @Kaushikdkrikhanu made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/2848
  • @mkavinkumar1 made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3285
  • @Ma-hawaj made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/3495

Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.8.3...0.9.0

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.8.3

What's Changed

  • [Agent, LLM] Make sure codeact agent produce message in u/a/u/a order by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3193
  • [Arch] Test EventStreamRuntime to ensure its feature parity with ServerRuntime by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3157
  • (Docker) Fix passing of POETRYCACHEDIR into RUN command by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3163
  • (Eval) Apply config arguments for miniwob ssh box if None is passed by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3198
  • Feat: Dev Container for GitHub Codespaces by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2689
  • Fix swe-bench sandbox config parameter by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3189
  • (fix) testruntime.py parametrization for boxclass by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3186
  • (fix) Remove unneeded message about config file not found by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3158
  • Fix: Add missing arguments for SSHBox in evaluation by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/3075
  • Fix: Parse exit code correctly for background commands by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/3161
  • (fix) tests: temp_dir fixture fix in 4 tests by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3160
  • [docs] Update README.md for new OpenDevin Runtime by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3142
  • (docs) Update custom sandbox guide: added nikolaik image consideration by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3197
  • [Runtime] Reduce dependency to speed up CI and reduce image size by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3195
  • Clear last_error when restoring a session by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3146
  • Fix max budget per task error in headless mode by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3147
  • Finish action is missing from the prompt by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3149
  • Migrate multi-line-bash-related sandbox tests into runtime tests and fix multi-line issue by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3128
  • Add toggle to enable/disable agent selection - default is agent selection is off by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/3174
  • Add unit tests for LLM init function by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3188
  • Rename to UserRejectObservation by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3175
  • Remove the use of realpath when the file doesn't exist by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3200
  • Chore: Add line breaks in pullrequesttemplate.md by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2988
  • chore: Release 0.8.2 by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/3150
  • chore(deps): bump litellm from 1.42.3 to 1.42.5 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3167 chore(deps-dev): bump pre-commit from 3.7.1 to 3.8.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3168
  • chore(deps-dev): bump husky from 9.1.2 to 9.1.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3166
  • chore(deps): bump @reduxjs/toolkit from 2.2.6 to 2.2.7 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3164
  • chore(deps-dev): bump @types/node from 20.14.12 to 22.0.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3165
  • chore(deps): bump boto3 from 1.34.149 to 1.34.150 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3182
  • chore(deps-dev): bump husky from 9.1.3 to 9.1.4 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3179
  • chore(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3180
  • chore(deps-dev): bump mypy from 1.11.0 to 1.11.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3190
  • chore(deps): bump boto3 from 1.34.150 to 1.34.151 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3191
  • chore(deps-dev): bump @types/node from 22.0.0 to 22.0.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3205

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.8.2...0.8.3

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.8.2

What's Changed

  • [Eval,Arch] Update GPTQ eval and add headless_mode for Controller by @xingyaoww in
  • [eval,fix]: metrics get carried across eval instances by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3072
  • [Eval] Support SWE-Bench pull from custom docker namespace by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3136
  • [Arch] Shrink runtime image size by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3051
  • [Arch] Add runtime image build CI & clean up runtime build using jinja2 template by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3055
  • CI: Force stop colima by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/3053
  • [FIX] Update SWEBenchSSHBox after global config was removed from sandbox. by @RajWorking in
  • fix: add llm drop_params parameter to LLMConfig by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2471
  • (fix) colima: use a docker context specific to runner; prevent duplicate start by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3097
  • Bug fix: Metrics not accumulated across agent delegation by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/3012
  • fix: Remove extra arg from swebench ssh box by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3054
  • (fix) fixed ghcr_push use of image name by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3101
  • (fix) Runtime yml missing zip handling (fixes #3101) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3104
  • (fix) ghcr-runtime: no unzip, artifact downloads as-is (followup to #3104) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3105
  • fix: make maxbudgetpertask optional in `runagent_controller` by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3071
  • Fix: revert torch version by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/3118
  • (fix) test_runtime: run tests per runtime, not alternating by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3103
  • (fix) colima: fix return code handling (followup to #3097) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3106
  • fix (ghcr push): add missing extension by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3120
  • fix (ghcr-runtime): fix filename for docker image tar by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3121
  • (fix) Fix DummyAgent (used in E2E test) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3137
  • Fix(test,CI): runtime build tests by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3126
  • [Docs] fixed broken shell command by @tolik518 in https://github.com/OpenDevin/OpenDevin/pull/3135
  • refactor: rename 'changeAgentState' Issue#2977 by @DecodersLord in https://github.com/OpenDevin/OpenDevin/pull/3050
  • (test|refactor)(frontend): Refactor and test the FileIcon component by @amanape in https://github.com/OpenDevin/OpenDevin/pull/3108
  • Remove monologue agent by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3036 https://github.com/OpenDevin/OpenDevin/pull/3014
  • Remove config from files by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3039 https://github.com/OpenDevin/OpenDevin/pull/2994
  • Update Dockerfile casing by @charliez0 in https://github.com/OpenDevin/OpenDevin/pull/3045
  • Remove global config from tests by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3052
  • Removed config from agent controller by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3038
  • Validate toreplace in editfilebyreplace AgentSkill by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/3073
  • Modify codeAct paper link by @linshaoxin-maker in https://github.com/OpenDevin/OpenDevin/pull/3076
  • Change doc title of agent hub by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3100
  • Update paper link in README.md by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3102
  • Remove remaining global config by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3099
  • Always log user messages by @enyst in https://github.com/OpenDevin/OpenDevin/pull/3145
  • chore-icon-transparency by @tofarr in https://github.com/OpenDevin/OpenDevin/pull/3138
  • chore: Release 0.8.1 by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/3035
  • chore(deps): bump @nextui-org/react from 2.4.3 to 2.4.5 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3021
  • chore(deps-dev): bump openai from 1.35.13 to 1.36.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3033
  • chore(deps): bump uvicorn from 0.30.1 to 0.30.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3062
  • chore(deps-dev): bump mypy from 1.10.1 to 1.11.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3066
  • chore(deps): bump react-use from 17.5.0 to 17.5.1 in /docs by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3063
  • chore(deps-dev): bump eslint-plugin-react from 7.34.4 to 7.35.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3060
  • chore(deps-dev): bump jsdom from 24.1.0 to 24.1.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3057
  • chore(deps-dev): bump openai from 1.36.0 to 1.36.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3069
  • chore(deps): bump litellm from 1.41.24 to 1.41.25 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3064
  • chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3065
  • chore(deps-dev): bump ruff from 0.5.3 to 0.5.4 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3068
  • chore(deps): bump @nextui-org/react from 2.4.5 to 2.4.6 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3059
  • chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /docs by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3079
  • chore(deps-dev): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3080
  • chore(deps-dev): bump openai from 1.36.1 to 1.37.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3088
  • chore(deps): bump litellm from 1.41.25 to 1.41.27 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3086
  • chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3084
  • chore(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.8 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3083
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3081
  • chore(deps): bump boto3 from 1.34.145 to 1.34.146 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3087
  • chore(deps-dev): bump chromadb from 0.5.4 to 0.5.5 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3085
  • chore(deps): bump litellm from 1.41.27 to 1.41.28 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3092
  • chore(deps): bump boto3 from 1.34.146 to 1.34.147 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3093
  • chore(deps): bump @react-types/shared from 3.24.0 to 3.24.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3094
  • chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3095
  • chore(deps): bump litellm from 1.41.28 to 1.42.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3109
  • chore(deps-dev): bump torch from 2.2.2 to 2.4.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3110
  • chore(deps): bump google-cloud-aiplatform from 1.59.0 to 1.60.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3111
  • chore(deps): bump boto3 from 1.34.147 to 1.34.148 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3112
  • chore(deps-dev): bump pytest from 8.3.1 to 8.3.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3113
  • chore(deps-dev): bump postcss from 8.4.39 to 8.4.40 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3114
  • chore(deps): bump vite from 5.3.4 to 5.3.5 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3115
  • chore(deps-dev): bump tailwindcss from 3.4.6 to 3.4.7 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3116
  • chore(deps-dev): bump husky from 9.1.1 to 9.1.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3117
  • chore(deps): bump litellm from 1.42.1 to 1.42.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3131
  • chore(deps-dev): bump ruff from 0.5.4 to 0.5.5 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3132
  • chore(deps-dev): bump streamlit from 1.36.0 to 1.37.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3129
  • chore(deps): bump boto3 from 1.34.148 to 1.34.149 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3133
  • chore(deps-dev): bump openai from 1.37.0 to 1.37.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3134
  • chore(deps): bump @react-types/shared from 3.23.1 to 3.24.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3082

New Contributors

  • @charliez0 made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/3045
  • @DecodersLord made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/3050
  • @linshaoxin-maker made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/3076
  • @tolik518 made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/3135
  • @tofarr made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/3138

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.8.1...0.8.2

- Python
Published by mamoodi almost 2 years ago

@openhands/ui - 0.8.1

What's Changed

  • Arch: refactor and add unit tests for EventStreamRuntime docker image build by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2908
  • [Arch] Add tests for EventStreamRuntime and fix bash parsing by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2933
  • [Agent, Eval] Fixes LLM config issue for delegation & Add eval to measure the delegation accuracy by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2948
  • CI: Add retry mechanism by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2915
  • CI: Stop colima instance if failed to start by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2989
  • docs: Add doc on how issues are triaged by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2928
  • docs: updated docstrings using ruff's autofix feature by @anushkumarv in https://github.com/OpenDevin/OpenDevin/pull/2923
  • [SWE-bench] Util: Compare files modified between gold patches and OpenDevin patches by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2934
  • refactor: Frontend tests by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2959
  • Refactor: remove the use of global variable in test_sandbox by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2985
  • (test|refactor)(frontend): Refactor and extend tests for ChatMessage.tsx by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2976
  • (test|refactor)(frontend): Refactor/cleanup and extend tests for ChatInterface, its children, and introduce improvements to the feedback flow by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2997
  • Run all tests in development.md by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2951
  • Rework --llm-config CLI arg by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2957
  • Ref: Remove make-i18n from makefile by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2905
  • Remove legacy swebench/scripts/summariseresults.py by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2932
  • hotfix(frontend): Remove unused framer-motion package by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2973
  • Remove global config from bedrock by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2954
  • Support Instance Level Images for SWE-Bench Evaluation by @Jiayi-Pan in https://github.com/OpenDevin/OpenDevin/pull/2874
  • Remove global config from sandbox by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2961
  • Remove global config from logger by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2974
  • Remove global config from auth by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2962
  • Refactor LLM config by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2953
  • Fix bug with model list by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2978
  • fix bug in config.py file, update reference to variable by @JeffKatzy in https://github.com/OpenDevin/OpenDevin/pull/2984
  • docs-issue-#2887: Create openshift-example.md by @eng-waleed1 in https://github.com/OpenDevin/OpenDevin/pull/2960
  • [LLM] Increase the default retries for LLM by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2986
  • Fix: Review PR Dogfood by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2916
  • INT: prevent error on repeat integration tests after failed test(s) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2935
  • fix(frontend): Remove unused react router package by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2972
  • Fix: Run Unit Test by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2993
  • State: Add local_iteration attribute by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2990
  • Remove global config from session by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2987
  • Fix: evaluation leaks apikey in metadata; fix `llmconfig` argument in run infer by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2998
  • Convert docs to new URL by @neubig in https://github.com/OpenDevin/OpenDevin/pull/3002
  • (fix) Session: set baseurl in defaultllm_config by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/3003
  • fix: runtime test for mac by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3005
  • frontend: update url for share opendevin trajectory visualization by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3009
  • Fix playwright cache error during container restart by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/3011
  • Fix: handle the case where env var is empty by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/3016
  • fix docs links by @juliangums in https://github.com/OpenDevin/OpenDevin/pull/3017
  • #2220, integrated aider style linting, currently passes related o… by @jigsawlabs-student in https://github.com/OpenDevin/OpenDevin/pull/2489
  • husky: Run package commands directly by @amanape in https://github.com/OpenDevin/OpenDevin/pull/3013
  • chore: Release 0.8.0 by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2919
  • chore: Update wordings in pull request template by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2926
  • chores: remove useless code in eval by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2922
  • chore(deps-dev): bump ruff from 0.5.2 to 0.5.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3026
  • chore(deps-dev): bump llama-index-embeddings-azure-openai from 0.1.10 to 0.1.11 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3024
  • chore(deps): bump boto3 from 1.34.144 to 1.34.145 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3022
  • chore(deps): bump i18next from 23.12.1 to 23.12.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3020
  • chore(deps-dev): bump jupyterlab from 4.2.3 to 4.2.4 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3028
  • chore(deps): bump litellm from 1.41.15 to 1.41.19 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2906
  • chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2938
  • chore(deps): bump fastapi from 0.111.0 to 0.111.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2944
  • chore(deps-dev): bump ruff from 0.5.1 to 0.5.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2945
  • chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.34.4 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2940
  • chore(deps): bump i18next from 23.11.5 to 23.12.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2939
  • chore(deps): bump boto3 from 1.34.143 to 1.34.144 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2941
  • chore(deps): bump litellm from 1.41.19 to 1.41.21 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2942
  • chore(deps-dev): bump whatthepatch from 1.0.5 to 1.0.6 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2943
  • chore(deps): bump react-i18next from 14.1.2 to 14.1.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2965
  • chore(deps): bump vite from 5.3.3 to 5.3.4 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2967
  • chore(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.16.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2969
  • chore(deps-dev): bump tailwindcss from 3.4.4 to 3.4.5 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2971
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2970
  • chore(deps): bump litellm from 1.41.21 to 1.41.23 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2964
  • chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2980
  • chore(deps): bump react-i18next from 14.1.3 to 15.0.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2981
  • chore(deps-dev): bump tailwindcss from 3.4.5 to 3.4.6 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2983
  • chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2982
  • chore(deps): bump pyarrow from 16.1.0 to 17.0.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2963
  • chore(deps): bump litellm from 1.41.23 to 1.41.24 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2999
  • chore(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/3000
  • chore(deps): bump @nextui-org/react from 2.4.2 to 2.4.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2995
  • chore(deps-dev): bump husky from 9.0.11 to 9.1.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2996

New Contributors

  • @anushkumarv made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2923
  • @JeffKatzy made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2984
  • @eng-waleed1 made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2960
  • @juliangums made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/3017
  • @jigsawlabs-student made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2489

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.8.0...0.8.1

- Python
Published by mamoodi about 2 years ago

@openhands/ui - 0.8.0

What's Changed

  • [Arch] Remove supports for Background Commands by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2803 https://github.com/OpenDevin/OpenDevin/pull/2810
  • arch: deprecating recall action and search_memory by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2900
  • arch: refractor eventstream into async by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2907
  • [Arch] Implement EventStream Runtime Client with Jupyter Support using Agnostic Sandbox by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2879
  • [Arch] EventStreamRuntime supports browser by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2899
  • [Agent] Improve edits by adding back append_file by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2722
  • Bugfix: add missing f in f-string for logging debug message in task creation by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2836
  • CI: Delete colima default profile by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2807
  • CI: Support uploading frontend unit test coverage. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2772
  • CI: Check exit code for E2E test by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2834
  • docs: Reorder docs and small update to README by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2860
  • doc: Mention negative feedback feature in bug report. by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2827
  • Doc: Fix Azure Guide by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2894
  • Doc: LM Studio Guide by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2875
  • Doc: Mention FORCE_REGENERATE var by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2833
  • [Evaluation] Simplify eval & and multi-processing related fixes by @xingyaoww in
  • feat: Implement user confirmation mode, request confirmation when running bash/python code in this mode by @adrgs in https://github.com/OpenDevin/OpenDevin/pull/2774
  • Fix delegator LLM config when config is set from UI by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2913
  • Fix: hostname in logging by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2914
  • [Fix] Minor bug in parse_response of CodeActResponseParser by @RajWorking in https://github.com/OpenDevin/OpenDevin/pull/2912
  • fix: Runtime import by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2897
  • Refactor: Remove extra log in property by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2687
  • Refactoring: event stream based agent history by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2709
  • Refractor: move image agnostic util to shared runtime util by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2859
  • Test: Update regenerate.sh by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2832
  • Update README for release 0.7.1 by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2814
  • Use README as the only place for getting started instructions by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2815
  • Make the sandbox Python runtime completely transparent by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2796
  • Fix gemini-1.5-flash crash due to missing 'vertexai' module by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2826
  • trim the sandbox image and install plugin dependencies in agnostic image by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2792
  • Update custom sandbox usage guide by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2829
  • fix git diff TIMEOUT problem in swe_bench evaluation by @bin123apple in https://github.com/OpenDevin/OpenDevin/pull/2828
  • Two fixes to swe bench eval by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2831
  • Streamline Logging Events by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2532
  • Display real-time build logs for the agnostic image by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2830
  • added netcat to the requirements by @rdmueller in https://github.com/OpenDevin/OpenDevin/pull/2822
  • History clean up by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2849
  • Add websocket runtime and od-client-runtime by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2603
  • add od runtime clinet dependencies in sandbox image by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2858
  • fix client pexpect remove permission todo by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2863
  • fix pexpect output code error in docker image by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2862
  • Fix instance agonistic: remove Miniforge after installation by @Jiayi-Pan in https://github.com/OpenDevin/OpenDevin/pull/2878
  • Customize LLM config per agent by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2756
  • chores: open the websockets ports for port mapping and remove chores. by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2864
  • Ref: Restore last mute setting by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2895
  • Integration testing: unset irrelevant env variables by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2902
  • Remove legacy dummy action from CI by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2903
  • chore(deps): bump litellm from 1.41.6 to 1.41.7 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2812
  • chore(deps-dev): bump ruff from 0.5.0 to 0.5.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2811
  • chore(deps): bump tenacity from 8.4.2 to 8.5.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2813
  • chore(deps): bump tailwind-merge from 2.3.0 to 2.4.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2851
  • chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2852
  • chore(deps): bump litellm from 1.41.7 to 1.41.11 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2854
  • chore(deps): bump boto3 from 1.34.139 to 1.34.140 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2855
  • chore(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.16.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2873
  • chore(deps): bump framer-motion from 11.2.13 to 11.2.14 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2871
  • chore(deps): bump google-generativeai from 0.7.1 to 0.7.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2868
  • chore(deps): bump boto3 from 1.34.140 to 1.34.141 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2869
  • chore(deps): bump litellm from 1.41.11 to 1.41.13 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2870
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2872
  • chore(deps): bump json-repair from 0.25.2 to 0.25.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2881
  • chore(deps): bump litellm from 1.41.13 to 1.41.14 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2883
  • chore(deps-dev): bump openai from 1.35.10 to 1.35.13 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2885
  • chore(deps): bump framer-motion from 11.2.14 to 11.3.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2880
  • chore(deps): bump boto3 from 1.34.141 to 1.34.142 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2882
  • chore(deps): bump google-cloud-aiplatform from 1.58.0 to 1.59.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2884
  • chore(deps): bump framer-motion from 11.3.0 to 11.3.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2890
  • chore(deps): bump litellm from 1.41.14 to 1.41.15 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2891
  • chore(deps-dev): bump chromadb from 0.5.3 to 0.5.4 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2892
  • chore(deps): bump boto3 from 1.34.142 to 1.34.143 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2893

New Contributors

  • @bin123apple made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2828
  • @rdmueller made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2822
  • @adrgs made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2774
  • @RajWorking made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2912

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.7.1...0.8.0

- Python
Published by mamoodi about 2 years ago

@openhands/ui - 0.7.1

What's Changed

  • Update tag to use in README and docs to 0.7.0 by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2683
  • Remove MAX_CHARS traffic control by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2694
  • doc: Update CONTRIBUTING.md by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2671
  • Sync history to stream by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2640
  • [Evaluation] Default to not use hint for SWE-Bench eval by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2696
  • CLI concurrency by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2695
  • Add ability to restore the cli session (optional) by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2699
  • Small refactoring of obs truncation by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2701
  • Bypass MAXITERATIONS and MAXBUDGETPERTASK on web GUI by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2697
  • docs: Update documentation with some consistency by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2706
  • Remove SWE agent by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2708
  • feat: added make run-wsl by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2711
  • mixin: improve logging by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2713
  • style: refine the copy button and add copy feedback for the icon. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2715
  • test: fix the failed unit tests. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2721
  • fix(docs): translate missing parts in zh-Hans and fr by @Umpire2018 in https://github.com/OpenDevin/OpenDevin/pull/2724
  • fix: improve exitcode processing (sshbox) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2726
  • [Evaluation] Use the latest official SWE-Bench Dockerization for evaluation by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2728
  • Agent improve Editing using diff by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2685
  • refactor: Renamed variables to resolve naming conflicts and eliminate warnings by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2732
  • Refactor: Enhance file handling and code editing functionality by @PierrunoYT in https://github.com/OpenDevin/OpenDevin/pull/2646
  • Fix: Add scroll functionality to file explorer sidepane by @richardokonicha in https://github.com/OpenDevin/OpenDevin/pull/2731
  • CI: For colima, modify CPU count and memory by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2712
  • [Evaluation] fix SWE-Bench docker image name by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2751
  • feature: Add config template. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2736
  • Remove global args by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2760
  • feature: Enable DEBUG level logging based on config setting. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2762
  • docs: Update custom sandbox guide to include steps to use pre-existin… by @richardokonicha in https://github.com/OpenDevin/OpenDevin/pull/2740
  • Fix the FE failed unit test. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2773
  • Restore SWE-bench dep refs by @john-b-yang in https://github.com/OpenDevin/OpenDevin/pull/2752
  • Add 'latest' tag to Docker builds for stable releases only by @richardokonicha in https://github.com/OpenDevin/OpenDevin/pull/2781
  • refactor: multiple code improvements by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2771
  • Added local ollama models by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2433
  • Make CodeAct finish task by @sb-git-cloud in https://github.com/OpenDevin/OpenDevin/pull/2673
  • Add event synchronously by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2700
  • [Evaluation] Log empty patch stats for SWE-Bench by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2776
  • [Arch] Removing docker exec box by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2802
  • [Eval] initialize llm inside process_instance to circumvent "AttributeError:… by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2805
  • [LLM] Retry for internal server error by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2806
  • Refactored sandbox config by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2455
  • docs: update docker run command to pull default 'latest' tag by @richardokonicha in https://github.com/OpenDevin/OpenDevin/pull/2804
  • Simplify eval code by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2775
  • chore: Add architecture diagram. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2783
  • chore(deps): bump boto3 from 1.34.138 to 1.34.139 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2788
  • chore(deps): bump litellm from 1.41.3 to 1.41.6 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2790
  • chore(deps): bump react from 18.2.0 to 18.3.1 in /docs by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2786
  • chore(deps): bump react-dom from 18.2.0 to 18.3.1 in /docs by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2787
  • chore(deps-dev): bump typescript from 5.2.2 to 5.5.3 in /docs by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2785
  • chore(deps-dev): bump openai from 1.35.9 to 1.35.10 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2789
  • chore(deps): bump framer-motion from 11.2.12 to 11.2.13 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2793
  • chore: Add docs for dependabot and add the open pr limit from 5 to 20. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2784
  • chore(deps): bump vite from 5.3.2 to 5.3.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2767
  • chore(deps): bump jose from 5.6.2 to 5.6.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2766
  • chore(deps): bump boto3 from 1.34.137 to 1.34.138 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2769
  • chore(deps-dev): bump openai from 1.35.8 to 1.35.9 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2770
  • chore(deps): bump react-router-dom from 6.24.0 to 6.24.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2768
  • chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2741
  • chore(deps): bump litellm from 1.40.29 to 1.41.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2746
  • chore(deps-dev): bump openai from 1.35.7 to 1.35.8 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2745
  • chore(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2743
  • chore(deps): bump boto3 from 1.34.136 to 1.34.137 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2744
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2742
  • chore(deps): bump boto3 from 1.34.135 to 1.34.136 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2718
  • chore(deps-dev): bump postcss from 8.4.38 to 8.4.39 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2716
  • chore(deps): bump @reduxjs/toolkit from 2.2.5 to 2.2.6 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2717
  • chore(deps-dev): bump ruff from 0.4.10 to 0.5.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2719

New Contributors

  • @richardokonicha made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2731
  • @john-b-yang made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2752
  • @sb-git-cloud made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2673

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.7.0...0.7.1

- Python
Published by mamoodi about 2 years ago

@openhands/ui - 0.7.0

What's Changed

  • Update screenshot by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2286
  • Bump openai from 1.30.5 to 1.31.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2283
  • [feat] WebArena benchmark, MiniWoB++ benchmark and related arch changes by @frankxu2004 in https://github.com/OpenDevin/OpenDevin/pull/2170
  • fix: test_sandbox tests didn't close dockers by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2274
  • [Hotfix] Fix ML-Bench continue run_inference.py by @super-dainiu in https://github.com/OpenDevin/OpenDevin/pull/2284
  • Bump boto3 from 1.34.118 to 1.34.119 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2280
  • Update AgentHub README.md by @isavita in https://github.com/OpenDevin/OpenDevin/pull/2290
  • doc: add Python keyring to Troubleshooting documentation by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2289
  • Bump openai from 1.31.0 to 1.31.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2301
  • Bump litellm from 1.40.2 to 1.40.4 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2300
  • Bump ruff from 0.4.7 to 0.4.8 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2297
  • Bump boto3 from 1.34.119 to 1.34.120 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2299
  • Makefile setup-config to store the persist_sandbox boolean value by @mohammadkazem-sadoughi in https://github.com/OpenDevin/OpenDevin/pull/2304
  • Bump tailwindcss from 3.4.3 to 3.4.4 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2298
  • fix: ExplorerActions overlapping with file name. by @birajsilwal in https://github.com/OpenDevin/OpenDevin/pull/2287
  • CodeActAgent to delegate to BrowsingAgent by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2103
  • [bugfix] browse actions shouldn't change url and screenshot, only observations by @frankxu2004 in https://github.com/OpenDevin/OpenDevin/pull/2311
  • Fix failed testbrowseinternet CodeActAgent integration prompts by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2318
  • tests: more Agentskills tests; updated .gitignore by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2307
  • Fix python environment in solve-issue dogfood action by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2313
  • Bump openai from 1.31.2 to 1.32.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2317
  • Bump boto3 from 1.34.120 to 1.34.121 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2316
  • Bump vite from 5.2.12 to 5.2.13 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2315
  • fix: hide special paths; sort models by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2325
  • fix: remove bottom chatbox fade (frontend) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2323
  • Add back jupyter PWD env var for agentskills by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2327
  • feat: support ToolQA benchmark by @yueqis in https://github.com/OpenDevin/OpenDevin/pull/2263
  • feat: revert hiden special paths change in file action by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2328
  • Support gpqa benchmark evaluation by @1jsingh in https://github.com/OpenDevin/OpenDevin/pull/2080
  • fix(frontend): prevent API key from resetting after modal change by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2329
  • fix: codeact bug [If running a command that never returns, it gets stuck #1895] by @assertion in https://github.com/OpenDevin/OpenDevin/pull/2034
  • Feat: Support Gorilla APIBench by @yueqis in https://github.com/OpenDevin/OpenDevin/pull/2081
  • Remote deprecated file by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2332
  • fix: Backticks get always escaped by runtime; add Ipython test by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2321
  • fix: warning about zope-interface (pyproject) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2335
  • Revamp AgentRejectAction and allow ManagerAgent to handle rejection by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/1735
  • Downgraded Python version to 3.12.3 by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2331
  • remove deprecated github-token config by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2334
  • Restore previous browsing agent behavior when evaluating on WebArena and miniwob++ only by @frankxu2004 in https://github.com/OpenDevin/OpenDevin/pull/2341
  • doc: Added citation subsection in README by @poudel-bibek in https://github.com/OpenDevin/OpenDevin/pull/2339
  • Refactored prompt.py to reduce token usage by @temotskipa in https://github.com/OpenDevin/OpenDevin/pull/1996
  • Parameterize Python version by @ohhmm in https://github.com/OpenDevin/OpenDevin/pull/2348
  • fix typos by @RainRat in https://github.com/OpenDevin/OpenDevin/pull/2352
  • fix: remove backtick escaping from run_ipython by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2347
  • Issues Category Update: Removed Question Type by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2345
  • conftest: Exit without revealing secrets by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2351
  • BioCoder integration by @tangxiangru in https://github.com/OpenDevin/OpenDevin/pull/2076
  • Refactor response to action in agent step by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2350
  • fix: remove some MonologueAgent mentions by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2364
  • chore(deps): bump litellm from 1.40.4 to 1.40.7 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2370
  • chore(deps): bump boto3 from 1.34.121 to 1.34.122 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2372
  • chore(deps-dev): bump openai from 1.32.0 to 1.33.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2373
  • chore(deps-dev): bump llama-index-embeddings-azure-openai from 0.1.9 to 0.1.10 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2374
  • chore(deps-dev): bump llama-index-vector-stores-chroma from 0.1.8 to 0.1.9 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2375
  • Fix llm key leaks bug by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2376
  • chore(deps): bump @vitejs/plugin-react from 4.3.0 to 4.3.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2371
  • feat: append_file incl. all tests [agentskills] by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2346
  • Add SWEBench-docker eval by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2085
  • fix: avoid repeat logging of unneeded messages by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2380
  • Minor SWE-Bench inference config tweak by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2381
  • fix(swebencheval): Mkdir infer_logs instead of logs by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2382
  • refactor browsing agent response parse by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2366
  • chore(deps): bump boto3 from 1.34.122 to 1.34.123 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2391
  • chore(deps): bump litellm from 1.40.7 to 1.40.8 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2392
  • chore(deps-dev): bump prettier from 3.3.1 to 3.3.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2390
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2389
  • chore(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.6 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2388
  • chore(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2387
  • Add integration test for CodeActSWEAgent by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2377
  • fix the failed unit test. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2405
  • chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.6 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2407
  • chore(deps): bump litellm from 1.40.8 to 1.40.9 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2411
  • chore(deps): bump boto3 from 1.34.123 to 1.34.124 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2410
  • Use LLM to analyze ML-Bench failure cases by @super-dainiu in https://github.com/OpenDevin/OpenDevin/pull/2399
  • Refactor MonologueAgent, PlannerAgent add response parser by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2400
  • Refactor CodeActSWEAgent, add response parser by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2368
  • Dockerfile for make plugins sandbox-agnostic by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2409
  • chore(deps-dev): bump lint-staged from 15.2.6 to 15.2.7 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2414
  • chore(deps): bump vite from 5.2.13 to 5.3.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2416
  • chore(deps-dev): bump openai from 1.33.0 to 1.34.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2422
  • chore(deps): bump boto3 from 1.34.124 to 1.34.125 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2423
  • chore(deps): bump datasets from 2.19.2 to 2.20.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2424
  • Replace all instances of OPENDEVINWORKSPACE with WORKSPACEBASE by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2418
  • workspacemountpath sentinel: an undefined string by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2431
  • regenerate.sh: Exit upon common known errors by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2385
  • Adjust is-stuck check for the same steps to 3 until it's stopped by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2437
  • chore(deps): bump litellm from 1.40.9 to 1.40.12 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2440
  • chore(deps): bump boto3 from 1.34.125 to 1.34.126 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2439
  • chore(deps): bump vite from 5.3.0 to 5.3.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2441
  • refactor browsing agent code by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2442
  • chores: fix DelegatorAgent description by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2446
  • Stopped persisted container on closing to prevent port issues. by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2447
  • chore: remove useless browsing code in CodeActSWEAgent by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2438
  • Added Pull Request Template by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2454
  • Fixed typo in PR template name by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2461
  • Evaluation time travel: allow evaluation on a specific version by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2356
  • fix: improve toml parsing exception in config class by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2459
  • docs: Update Development and CONTRIBUTING docs by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2453
  • chores: remove useless code by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2465
  • Detailed jupyter error log by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2448
  • fix: Agentskills enhancements by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2384
  • Codecov afternbuilds=5 by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2468
  • fix: logger with more masking of sensitive data by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2470
  • fix: test_ipython being skipped by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2477
  • Reworded port forward msg by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2478
  • Integration tests: check agent error and fix test_edits by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2473
  • Bump docker version by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2479
  • chore(deps-dev): bump flake8 from 7.0.0 to 7.1.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2481
  • chore(deps): bump litellm from 1.40.12 to 1.40.15 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2484
  • chore(deps): bump tenacity from 8.3.0 to 8.4.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2483
  • chore(deps): bump @nextui-org/react from 2.4.1 to 2.4.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2485
  • chore(deps-dev): bump ruff from 0.4.8 to 0.4.9 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2482
  • feat: add environments in global bashrc file by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2486
  • chore(deps): bump jose from 5.4.0 to 5.4.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2496
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2495
  • chore(deps-dev): bump @types/node from 20.14.2 to 20.14.5 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2498
  • chore(deps): bump google-generativeai from 0.6.0 to 0.7.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2500
  • Update SWE-Bench README.md by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2505
  • chore(deps): bump litellm from 1.40.15 to 1.40.16 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2501
  • Split container image build & push by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2456
  • chore(deps): bump boto3 from 1.34.126 to 1.34.128 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2504
  • Document, rename Agent* exceptions to LLM* by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2508
  • Use the completion decorator with cost logging by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2509
  • dep: poetry.lock updated (lots of changes) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2492
  • feat: default timezone in build by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2513
  • Fix Docker tagging issue with upper case by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2512
  • chore(deps-dev): bump @typescript-eslint/parser from 7.13.0 to 7.13.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2497
  • Add dev config for frontend for WSL by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2506
  • Show relevant error in UI by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2516
  • chore(deps-dev): bump chromadb from 0.5.1 to 0.5.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2514
  • chore(deps): bump json-repair from 0.23.1 to 0.25.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2521
  • chore(deps): bump boto3 from 1.34.128 to 1.34.129 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2520
  • chore(deps): bump litellm from 1.40.16 to 1.40.17 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2522
  • chore(deps): bump framer-motion from 11.2.10 to 11.2.11 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2523
  • Update CONTRIBUTING.md by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2525
  • chore(deps-dev): bump eslint-plugin-react from 7.34.2 to 7.34.3 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2524
  • docs: Fix formatting in CONTRIBUTING by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2526
  • docs: Update link to evaluation benchmark on README.md by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2530
  • docs: Add visualizer instruction for SWE-Bench by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2529
  • Make plugins sandbox-agnostic by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2101
  • Downgrade Mac version in CI/CD Pipeline by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2499
  • remove gcc by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2536
  • Architecture documentation by @rbren in https://github.com/OpenDevin/OpenDevin/pull/2116
  • chore(deps): bump monaco-editor from 0.49.0 to 0.50.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2541
  • chore(deps): bump boto3 from 1.34.129 to 1.34.130 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2546
  • chore(deps-dev): bump @types/node from 20.14.5 to 20.14.6 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2542
  • Fix Mac OS CI test by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2544
  • add workspace text by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2548
  • Fix od_sandbox's docker image rename rule by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2550
  • chore(deps-dev): bump openai from 1.34.0 to 1.35.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2547
  • Always pull sandbox image by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2538
  • Evaluation time travel: build sandbox on the fly by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2491
  • Enable testagnosticsandboxjupyteragentskillsfileoppwd in CI by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2534
  • sec: update npm module "ws" to 8.17.1 by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2554
  • Use :main instead of :latest by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2539
  • chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2543
  • Fix Mac OS CI - usernet unable to resolve IP for SSH forwarding by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2556
  • Enforce linter in tests folder by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2557
  • Stop always pulling the latest image. by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2558
  • Revert "Always pull sandbox image" by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2560
  • fix: Makefile shall pull sandbox:main, not :latest by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2561
  • Update doc to clarify OpenDevin mission and link directly to content by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2568
  • chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2570
  • chore(deps-dev): bump @types/node from 20.14.6 to 20.14.7 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2571
  • chore(deps-dev): bump streamlit from 1.35.0 to 1.36.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2572
  • chore(deps-dev): bump openai from 1.35.1 to 1.35.3 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2574
  • chore(deps): bump json-repair from 0.25.0 to 0.25.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2575
  • No longer chown -R the miniforge3 folder by @Shimada666 in https://github.com/OpenDevin/OpenDevin/pull/2566
  • Fix Mac CI Test by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2569
  • Interactive Terminal by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2493
  • chore(deps): bump litellm from 1.40.17 to 1.40.20 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2576
  • chore(deps-dev): bump ruff from 0.4.9 to 0.4.10 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2573
  • Add links to a feedback sharing site by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2580
  • Update feedback modal content by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2582
  • Mention Ubuntu supported versions by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2584
  • Enable "vz" vm-type for MacOS CI by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2586
  • Update documentation regarding feedback data usage by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2585
  • Revert "Enable "vz" vm-type for MacOS CI" by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2588
  • Remove PERSIST_SANDBOX=true option by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2591
  • Add NUMWORKERS variable to runinfer.sh scripts for configurable woker settings by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2597
  • Remove Colima and lima directory after uninstalling for Mac OS CI by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2598
  • fix(frontend): Prevent actions from disappearing before sending data by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2599
  • fix(frontend): Disable eslint rule that throws useEffect warning by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2600
  • fix(frontend): Replace console errors with toast errors by @amanape in https://github.com/OpenDevin/OpenDevin/pull/2601
  • Add i18n support for official website by @Umpire2018 in https://github.com/OpenDevin/OpenDevin/pull/2463
  • Default makefile for persist_sandbox to be false by @mamoodi in https://github.com/OpenDevin/OpenDevin/pull/2605
  • [Evaluation] Update SWE-bench output with eval results by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2606
  • Track metrics throughout delegation & Polish UX for out of budget error by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2595
  • Tweak prompts of ManagerAgent and CommitWriterAgent by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2609
  • feat: update version to 0.6.2. added Action to update pyproject on Release by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2552
  • chore(deps): bump boto3 from 1.34.130 to 1.34.131 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2616
  • chore(deps): bump litellm from 1.40.20 to 1.40.25 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2615
  • chore(deps-dev): bump @types/node from 20.14.7 to 20.14.8 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2617
  • Bug fix: add error observation to history by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2610
  • feat(frontend): Add "Copy" Button to Chat Messages by @PierrunoYT in https://github.com/OpenDevin/OpenDevin/pull/2619
  • feat: Agent buttons hover decor by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2623
  • chore(deps): bump framer-motion from 11.2.11 to 11.2.12 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2626
  • chore(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.14.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2627
  • chore(deps-dev): bump mypy from 1.10.0 to 1.10.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2634
  • chore(deps): bump litellm from 1.40.25 to 1.40.26 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2633
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2629
  • chore(deps): bump tenacity from 8.4.1 to 8.4.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2631
  • chore(deps-dev): bump reportlab from 4.2.0 to 4.2.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2635
  • chore(deps): bump boto3 from 1.34.131 to 1.34.132 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2632
  • feat(frontend): Add Typing Indicator for Agent Response using Tailwind CSS by @PierrunoYT in https://github.com/OpenDevin/OpenDevin/pull/2630
  • frontend: apply more translations to frontend components by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2639
  • feat: allow SANDBOXCONTAINERIMAGEs built from opendevin/sandbox:main by @xverges in https://github.com/OpenDevin/OpenDevin/pull/2622
  • Frontend support for delegation and rejection by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2608
  • dev: added make-i18n to "build" (package.json) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2641
  • chore(deps): bump react-router-dom from 6.23.1 to 6.24.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2628
  • chore(deps-dev): bump @types/node from 20.14.8 to 20.14.9 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2644
  • Added Documentation for How To Run Custom Sandbox Image by @sheunaluko in https://github.com/OpenDevin/OpenDevin/pull/2637
  • chore(deps): bump jose from 5.4.1 to 5.5.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2645
  • chore(deps): bump boto3 from 1.34.132 to 1.34.133 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2647
  • chore(deps): bump litellm from 1.40.26 to 1.40.27 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2648
  • chore(deps-dev): bump openai from 1.35.3 to 1.35.4 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2649
  • docs: Update customsandboxguide.md by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2650
  • Update docusaurus.config.ts for a changed Doc URL by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2653
  • Added Sound Notification 🎵 by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2203
  • Add test for auto_lint after file edit by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2655
  • Revert "Show relevant error in UI" by @enyst in https://github.com/OpenDevin/OpenDevin/pull/2657
  • Provide [Package already installed] info to LLM by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2642
  • chore(deps): bump boto3 from 1.34.133 to 1.34.134 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2661
  • chore(deps-dev): bump openai from 1.35.4 to 1.35.6 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2660
  • chore(deps): bump google-generativeai from 0.7.0 to 0.7.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2662
  • chore(deps): bump jose from 5.5.0 to 5.6.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2663
  • chore(deps): bump litellm from 1.40.27 to 1.40.28 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2664
  • Fix doc error in evals by @Jiayi-Pan in https://github.com/OpenDevin/OpenDevin/pull/2654
  • refactor: Simplify message formatting by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2670
  • CodeActAgent: Fix delegate history by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2672
  • chore(deps): bump boto3 from 1.34.134 to 1.34.135 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2678
  • chore(deps): bump jose from 5.6.1 to 5.6.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2682
  • chore(deps): bump vite from 5.3.1 to 5.3.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2681
  • chore(deps-dev): bump openai from 1.35.6 to 1.35.7 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2676
  • chore(deps): bump litellm from 1.40.28 to 1.40.29 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2677
  • chore(deps): bump json-repair from 0.25.1 to 0.25.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2679
  • chore(deps-dev): bump llama-index-vector-stores-chroma from 0.1.9 to 0.1.10 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2680
  • feat: file explorer: better sorting; .gitignore support; file upload config by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2621
  • [Evaluation] Improve patch apply in SWE-Bench by @xingyaoww in https://github.com/OpenDevin/OpenDevin/pull/2684
  • ghcr: Fix local built image name in tests by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2686

New Contributors

  • @mohammadkazem-sadoughi made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2304
  • @birajsilwal made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2287
  • @yueqis made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2263
  • @1jsingh made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2080
  • @ohhmm made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2348
  • @tangxiangru made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2076
  • @xverges made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2622
  • @sheunaluko made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2637

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.6.2...0.7.0

- Python
Published by mamoodi about 2 years ago

@openhands/ui - 0.6.2

What's Changed

  • Bump pytest from 8.2.1 to 8.2.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2252
  • Bump boto3 from 1.34.117 to 1.34.118 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2253
  • Bugfix by added config to disable plugin initialization for Persistent sandbox by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2179
  • Bump google-generativeai from 0.5.4 to 0.6.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2254
  • Bump opencv-python from 4.9.0.80 to 4.10.0.82 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2255
  • Bump litellm from 1.39.5 to 1.40.0 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2256
  • Bump @typescript-eslint/parser from 7.11.0 to 7.12.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2261
  • Fixed output logging by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2244
  • Bump jose from 5.3.0 to 5.4.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2259
  • Bump @types/node from 20.14.0 to 20.14.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2258
  • fix frontend tests; minor readme update by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2219
  • fix test_config to prevent leaks by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2245
  • Fix agentskills tests by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2242
  • Fix SWE-Bench README typos by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2250
  • fix: add an early exit check for agent answers in agent bench. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2257
  • Add ML-Bench Evaluation with OpenDevin by @super-dainiu in https://github.com/OpenDevin/OpenDevin/pull/2015
  • [Mint evaluation] Fix bug in stopping when the agent reaches max steps or solution proposals by @ryanhoangt in https://github.com/OpenDevin/OpenDevin/pull/2268
  • Bump @testing-library/react from 15.0.7 to 16.0.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2227
  • [AgentBench evaluation] set runasdevin to true by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2269
  • Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2260
  • fix: there maybe unexpected files in event file list, not like 1.json… by @assertion in https://github.com/OpenDevin/OpenDevin/pull/2270
  • Improved logs by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2272
  • fix typos by @RainRat in https://github.com/OpenDevin/OpenDevin/pull/2267
  • Bump prettier from 3.3.0 to 3.3.1 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2281
  • Bump @types/node from 20.14.1 to 20.14.2 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2279
  • Bump json-repair from 0.21.0 to 0.23.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2278
  • Bump litellm from 1.40.0 to 1.40.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2282
  • Solved Hugging Face cache issue. by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2277

New Contributors

  • @super-dainiu made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2015

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.6.1...0.6.2

- Python
Published by xingyaoww about 2 years ago

@openhands/ui - 0.6.1

What's Changed

  • Bump litellm from 1.39.3 to 1.39.5 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2163
  • Fix: Feedback should be sent through the backend to avoid CORS issues by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2046
  • Bump boto3 from 1.34.115 to 1.34.116 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2164
  • Install chromium only once by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2100
  • Add remaining subsets for MINT benchmark by @ryanhoangt in https://github.com/OpenDevin/OpenDevin/pull/2142
  • Added logs by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2153
  • Lazy launching BrowseEnv / making BrowseEnv optional by @assertion in https://github.com/OpenDevin/OpenDevin/pull/2155
  • Fixed makefile by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2168
  • Fix: Codebase font fixed, and other fixes for #2138 PR by @zeul22 in https://github.com/OpenDevin/OpenDevin/pull/2154
  • Fix persist_sandbox in Makefile by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2171
  • Initialized plugins only once for persistent sandboxes by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2162
  • Fix ssh box hung issue by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2172
  • Detailed logs for ssh_box by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2173
  • Add AgentBench. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2012
  • Fix: Avoid bash backtick eval in runtime commands. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2180
  • Support BIRD benchmark by @huybery in https://github.com/OpenDevin/OpenDevin/pull/2117
  • Update slack invite link to make it valid by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2182
  • Restricted persistent sandbox to opendevin user only by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2177
  • Refactored logging by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2159
  • Auto started persistent container by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2151
  • Add supported benchmarks to evaluation README by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2183
  • fix typos by @RainRat in https://github.com/OpenDevin/OpenDevin/pull/2187
  • fix: Fix husky install deprecated message (since v9 of husky) (#2190) by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2191
  • [Eval, EDA] modify the exiting logic and reward calculation, delete unused function by @dreasysnail in https://github.com/OpenDevin/OpenDevin/pull/2198
  • Add cost metrics to evaluation outputs for all benchmarks by @ryanhoangt in https://github.com/OpenDevin/OpenDevin/pull/2199
  • Bump docs to 0.6 by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2193
  • Windows doc extended with more WSL hints by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2205
  • ssh_box: Close containers before throwing exception by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2206
  • fix: German translations added/updated by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2208
  • Fix file descriptor leaks in agentskills by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2209
  • ssh_box: Fix Docker client descriptor leak by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2212
  • evaluation: Reset configs in finally block by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2214
  • Named docker app container by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2202
  • logger.py: Fix resource leak by @li-boxuan in https://github.com/OpenDevin/OpenDevin/pull/2215
  • Add consent dialog by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2169
  • Bump prettier from 3.2.5 to 3.3.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2225
  • Bump @types/node from 20.12.13 to 20.14.0 in /frontend by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2226
  • fix: keep colon part in model name for OpenRouter by @tobitege in https://github.com/OpenDevin/OpenDevin/pull/2223
  • Bump e2b from 0.17.0 to 0.17.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2229
  • Bump uvicorn from 0.30.0 to 0.30.1 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2230
  • Bump datasets from 2.19.1 to 2.19.2 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2231
  • Bump boto3 from 1.34.116 to 1.34.117 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2232
  • doc: changed the welcome logo from 60vh to auto by @poudel-bibek in https://github.com/OpenDevin/OpenDevin/pull/2235
  • chore: fix some comments by @finaltrip in https://github.com/OpenDevin/OpenDevin/pull/2234
  • Bump ruff from 0.4.6 to 0.4.7 by @dependabot in https://github.com/OpenDevin/OpenDevin/pull/2233
  • Fix: Properly close Docker client in DockerExecBox to prevent resource leakage by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2224
  • Transition Share-OpenDevin to gcloud endpoint by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2240
  • Add docs for sharing feedback by @neubig in https://github.com/OpenDevin/OpenDevin/pull/2241
  • Fix python environment in review-pr dogfood action by @yufansong in https://github.com/OpenDevin/OpenDevin/pull/2237
  • One-step launch instructions by @renxida in https://github.com/OpenDevin/OpenDevin/pull/2189
  • fix: restore python linting. by @iFurySt in https://github.com/OpenDevin/OpenDevin/pull/2228
  • Quick doc fix by @SmartManoj in https://github.com/OpenDevin/OpenDevin/pull/2243

New Contributors

  • @tobitege made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2191
  • @poudel-bibek made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2235
  • @finaltrip made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2234
  • @renxida made their first contribution in https://github.com/OpenDevin/OpenDevin/pull/2189

Full Changelog: https://github.com/OpenDevin/OpenDevin/compare/0.6.0...0.6.1

- Python
Published by neubig about 2 years ago