|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.1.6] - 2026-02-20 |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- ScriptedTool for composing multi-tool bash orchestration with Python/LangChain bindings |
| 8 | +- Streaming output support for Tool trait |
| 9 | +- Script file execution by path |
| 10 | +- 10 interpreter bug fixes surfaced by eval harness |
| 11 | + |
| 12 | +### What's Changed |
| 13 | + |
| 14 | +* chore: pre-release maintenance checklist ([#223](https://github.com/everruns/bashkit/pull/223)) by @chaliy |
| 15 | +* feat(interpreter): support executing script files by path ([#222](https://github.com/everruns/bashkit/pull/222)) by @chaliy |
| 16 | +* fix(jq): fix argument parsing, add test coverage, update docs ([#221](https://github.com/everruns/bashkit/pull/221)) by @chaliy |
| 17 | +* feat(tool): add streaming output support ([#220](https://github.com/everruns/bashkit/pull/220)) by @chaliy |
| 18 | +* feat(python): ScriptedTool bindings + LangChain integration ([#219](https://github.com/everruns/bashkit/pull/219)) by @chaliy |
| 19 | +* refactor(examples): extract fake tools into separate module ([#218](https://github.com/everruns/bashkit/pull/218)) by @chaliy |
| 20 | +* chore: add small-PR preference to AGENTS.md ([#217](https://github.com/everruns/bashkit/pull/217)) by @chaliy |
| 21 | +* fix(builtins): resolve 10 eval-surfaced interpreter bugs ([#216](https://github.com/everruns/bashkit/pull/216)) by @chaliy |
| 22 | +* fix: address 10 code TODOs across codebase ([#215](https://github.com/everruns/bashkit/pull/215)) by @chaliy |
| 23 | +* test: add skipped tests for eval-surfaced interpreter bugs ([#214](https://github.com/everruns/bashkit/pull/214)) by @chaliy |
| 24 | +* feat(scripted_tool): add ScriptedTool for multi-tool bash composition ([#213](https://github.com/everruns/bashkit/pull/213)) by @chaliy |
| 25 | +* ci(python): add Python bindings CI with ruff and pytest ([#212](https://github.com/everruns/bashkit/pull/212)) by @chaliy |
| 26 | +* fix(interpreter): apply brace/glob expansion in for-loop word list ([#211](https://github.com/everruns/bashkit/pull/211)) by @chaliy |
| 27 | +* feat(python): add PydanticAI integration and example ([#210](https://github.com/everruns/bashkit/pull/210)) by @chaliy |
| 28 | +* fix(ci): add --allow-dirty for cargo publish after stripping monty ([#209](https://github.com/everruns/bashkit/pull/209)) by @chaliy |
| 29 | +* fix(ci): strip git-only monty dep before crates.io publish ([#208](https://github.com/everruns/bashkit/pull/208)) by @chaliy |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/everruns/bashkit/compare/v0.1.5...v0.1.6 |
| 32 | + |
3 | 33 | ## [0.1.5] - 2026-02-17 |
4 | 34 |
|
5 | 35 | ### Highlights |
|
0 commit comments