Skip to content

Releases: All-Hands-AI/openhands-aci

0.2.5

19 Feb 15:48
bb9493f
Compare
Choose a tag to compare

What's Changed

Fixed

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

0.2.4

19 Feb 08:13
efbe502
Compare
Choose a tag to compare

What's Changed

Fixed

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

0.2.3

17 Feb 13:14
707d6da
Compare
Choose a tag to compare

What's Changed

Changed

0.2.2

14 Feb 16:00
2ccf3d8
Compare
Choose a tag to compare

What's Changed

Fixed

  • fix: strict mimetype validation (#70)

0.2.1

10 Feb 20:49
3470179
Compare
Choose a tag to compare

What's Changed

  • fix: duplicate line numbers when old_str appears multiple times in a line by @ryanhoangt in #65

Full Changelog: 0.2.0...0.2.1

0.2.0

31 Jan 15:29
ecd4439
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.9...0.2.0

0.1.9

24 Jan 18:24
812fdcb
Compare
Choose a tag to compare

What's Changed

Added

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

0.1.8

10 Jan 14:52
f9774a3
Compare
Choose a tag to compare

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)

0.1.7

07 Jan 16:48
3fc211d
Compare
Choose a tag to compare

What's Changed

Added

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

0.1.6

04 Jan 07:25
96ae8b1
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix view large directory truncation notice (#43)