Highlights
- Repo-aware working set tracking that keeps active paths front-and-center.
- Smarter auto-compaction that pins working-set context, errors, and patches.
- Hardened
apply_patchwith better validation and per-file summaries. - Improved shell tool metadata with concise stdout/stderr summaries.
- Offline eval harness (
deepseek eval) now gated in CI.
Added
- Repo working set tracking + system prompt injection for active paths.
- Offline eval harness and CI step to run it in the test job.
- Shell tool metadata: stdout/stderr summaries and truncation details.
- Dependency-aware
agent_swarmtool and expanded sub-agent tool access.
Changed
- Auto-compaction now accounts for pinned budget and preserves working-set context.
- Compaction planning now accepts external pins/working-set paths from the engine.
- Eval harness shell execution is now Windows-safe.
- Increased
max_subagentsclamp to1..=20.
Fixed
apply_patchnow validates patch shape more strictly and reports clearer hunk mismatches.apply_patchrollback behavior is safer on write failures.