Releases: All-Hands-AI/openhands-aci
Releases · All-Hands-AI/openhands-aci
0.1.6
What's Changed
Fixed
- Fix view large directory truncation notice (#43)
0.1.5
What's Changed
Fixed
- Fix: use None check instead of falsy (#37)
0.1.4
What's Changed
Fixed
- Fix missing
new_str
field in create
command output & add error message to structured output (#32)
0.1.3
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
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
What's Changed
Added
Fixed
- Raise error for
str_replace
command when old_str
and new_str
are the same.
0.1.0
What's Changed
Added
- Port the OpenHands's file editor into the library and verify feature parity.