Skip to content

Releases: All-Hands-AI/openhands-aci

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)

0.1.5

26 Dec 02:47
2eb6cc4
Compare
Choose a tag to compare

What's Changed

Fixed

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

0.1.4

20 Dec 15:47
161940f
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix missing new_str field in create command output & add error message to structured output (#32)

0.1.3

12 Dec 06:07
98df727
Compare
Choose a tag to compare

What's Changed

Added

  • Structured output for view commands in #23

Fixed

  • Fix directory view to follow symlinks for swe-bench eval in #20
  • Use a dynamic marker for structured output instead of static in #21

0.1.2

03 Dec 18:11
102689b
Compare
Choose a tag to compare

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)

0.1.1

15 Nov 16:32
8062562
Compare
Choose a tag to compare

What's Changed

Added

Fixed

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

0.1.0

10 Nov 14:56
0698260
Compare
Choose a tag to compare

What's Changed

Added

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