Skip to content

v0.8.0

Choose a tag to compare

@yasik yasik released this 02 May 20:33
· 93 commits to main since this release

v0.8.0

Summary

AgentLane 0.8.0 expands the first-party harness base tools with patch editing and bash execution, then tightens their model-facing output and examples. This release also fixes repeated skill activation so active skills stay stable across turns.

Added

  • Added the harness patch tool for applying model-authored file edits, with docs, tests, and quickstart coverage (6e420dd)
  • Added the harness bash tool and executor for controlled command execution from base-tool agents (126a114, 59a57d2)
  • Added GitHub Actions CI coverage for the repository test workflow (00afe15, fa1083d)

Changed

  • Rebuilt the examples and README coverage around more practical harness, model, and runtime use cases (81ffd92, 76c464b)
  • Slimmed bash tool output and refined base-tool streaming examples so model-visible output stays focused on actionable results (1bec31f, a08ddfc, eb4eceb)

Fixed

  • Fixed repeated skill activation so an already-active skill is tracked through run state and handled without reshaping the tool schema (1897b21)
  • Tightened bash executor typing and review fixes around the base-tool command surface (31170f9, 13a6779)