Releases: All-Hands-AI/openhands-aci
Releases · All-Hands-AI/openhands-aci
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
What's Changed
Fixed
- fix: extra new line when using
view
command withview_range
by @ryanhoangt in #112
0.2.9
What's Changed
Fixed
- fix: incorrect line number in output snippet for
str_replace
andinsert
by @ryanhoangt in #110
Changed
0.2.8
0.2.7
What's Changed
Fixed
- Fix wrong coding detection for files with emojis by replace
chardet
withcharset-normalizer
by @ryanhoangt in #99
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
0.2.5
What's Changed
Fixed
- Rename
get_last_history
topop_last_history
and fixundo_edit
command by @xingyaoww in #85