v0.8.0
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)