Recent Releases of https://github.com/all-hands-ai/openhands-aci

https://github.com/all-hands-ai/openhands-aci - 0.3.2

What's Changed

Changed

  • Strip whitespace if no occurences found str_replace by @timofimo in #143
  • Clamp view_range end to file length and emit warning instead of error by @xingyaoww in #157

- Python
Published by ryanhoangt 11 months ago

https://github.com/all-hands-ai/openhands-aci - 0.3.1

What's Changed

Fixed

  • Suppress pydub warnings when ffmpeg is not available by @neubig in #141

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.3.0

What's Changed

Added

  • Integrate markdown converter for supported binary file types by @ryanhoangt in #129

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.15

What's Changed

Changed

  • Remove the dependency on tree-sitter-languages by @ryanhoangt in #127
  • Make llama-index dependencies optional by @ryanhoangt in #132

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.14

What's Changed

Added

  • Add tools from LocAgents by @czlll in #108

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.13

What's Changed

Changed

  • Tweak error message for insert_line by @enyst in #118

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.12

What's Changed

Fixed

  • Fix ASCII encoding issue when updating files with non-ASCII characters by @erkinalp in #116

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.11

What's Changed

Changed

  • Remove tab normalization for the editor by @ryanhoangt in #115

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.10

What's Changed

Fixed

  • fix: extra new line when using view command with view_range by @ryanhoangt in #112

- Python
Published by ryanhoangt about 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.9

What's Changed

Fixed

  • fix: incorrect line number in output snippet for str_replace and insert by @ryanhoangt in #110

Changed

  • chore - Remove unused dependencies by @raymyers in #107

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.8

What's Changed

Fixed

  • Fix editor.validate_file returning incorrect for some PDF files by @diwu-sf in #104

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.7

What's Changed

Fixed

  • Fix wrong coding detection for files with emojis by replace chardet with charset-normalizer by @ryanhoangt in https://github.com/All-Hands-AI/openhands-aci/pull/99

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.6

What's Changed

Added

  • Add encoding detection for file operations by @ryanhoangt in #94

Changed

  • Add cwd parameter to OHEditor constructor by @xingyaoww in #93

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.5

What's Changed

Fixed

  • Rename get_last_history to pop_last_history and fix undo_edit command by @xingyaoww in #85

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.4

What's Changed

Fixed

  • Replace diskcache with custom file-based storage system to resolve memory issues by @xingyaoww in #82

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.3

What's Changed

Changed

  • Update tree-sitter to 0.24.0 by @enyst and @neubig in https://github.com/All-Hands-AI/openhands-aci/pull/73

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.2

What's Changed

Fixed

  • fix: strict mimetype validation (#70)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.1

What's Changed

  • fix: duplicate line numbers when old_str appears multiple times in a line by @ryanhoangt in https://github.com/All-Hands-AI/openhands-aci/pull/65

Full Changelog: https://github.com/All-Hands-AI/openhands-aci/compare/0.2.0...0.2.1

- Python
Published by xingyaoww over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.2.0

What's Changed

  • Add repository documentation by @xingyaoww in https://github.com/All-Hands-AI/openhands-aci/pull/61
  • fix: Investigate and fix memory leak in file editor by @xingyaoww in https://github.com/All-Hands-AI/openhands-aci/pull/60

Full Changelog: https://github.com/All-Hands-AI/openhands-aci/compare/0.1.9...0.2.0

- Python
Published by xingyaoww over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.9

What's Changed

Added

  • Add trailing slash for folder paths when viewing directory (#55)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.8

What's Changed

Fixed

  • Fix suggested absolute path (#49)
  • Sort view directory output for better reproducibility (#50)
  • Fix find command to only hide subpaths (#51)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.7

What's Changed

Added

  • Show count of hidden files in view command (#45)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.6

What's Changed

Fixed

  • Fix view large directory truncation notice (#43)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.5

What's Changed

Fixed

  • Fix: use None check instead of falsy (#37)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.4

What's Changed

Fixed

  • Fix missing new_str field in create command output & add error message to structured output (https://github.com/All-Hands-AI/openhands-aci/pull/32)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.3

What's Changed

Added

  • Structured output for view commands in https://github.com/All-Hands-AI/openhands-aci/pull/23

Fixed

  • Fix directory view to follow symlinks for swe-bench eval in https://github.com/All-Hands-AI/openhands-aci/pull/20
  • Use a dynamic marker for structured output instead of static in https://github.com/All-Hands-AI/openhands-aci/pull/21

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.2

What's Changed

Added

  • Structured output for file edits. (#15)

Fixed

  • Missing expandtabs call in str_replace command. (#14)
  • Missing exception in raise statement. (#15)
  • No line numbers in error message when duplicate old_str spans multiple lines. (#16)

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.1

What's Changed

Added

Fixed

  • Raise error for str_replace command when old_str and new_str are the same.

- Python
Published by ryanhoangt over 1 year ago

https://github.com/all-hands-ai/openhands-aci - 0.1.0

What's Changed

Added

  • Port the OpenHands's file editor into the library and verify feature parity.

- Python
Published by ryanhoangt over 1 year ago