v0.6.7

zeroclaw-labs/zeroclawv0.6.7Mar 29, 2026by theonlyhennygod

AI Summary

This release focuses on agent improvements, context management, and automation workflow fixes, including context overflow recovery and complexity-based auto model routing.

Key Highlights

  • Added context overflow recovery in interactive daemon and tool call loops
  • Implemented fast-path tool result trimming in context compressor
  • Added shared iteration budget for parent/subagent coordination
  • Added inbound message debouncing for channels
  • Added complexity-based auto model routing

New Features

  • Agent context overflow recovery
  • Tool result trimming
  • Inbound message debouncing
  • Complexity-based auto model routing
  • .well-known/agent-skills discovery
  • Binary file type detection
  • SSRF bypass protection
  • Anthropic-compatible endpoint support

Full Release Notes

## What's New

- agent: add context overflow recovery in interactive daemon loop
- agent: add context overflow recovery in tool call loop
- agent: add fast-path tool result trimming in context compressor
- agent: add preemptive context check before provider calls
- agent: add shared iteration budget for parent/subagent coordination
- agent: add tool result truncation to prevent context blowout
- agent: graceful shutdown when max tool iterations reached
- channels: add inbound message debouncing
- hooks: fire session:end hook on idle timeout, shutdown, and replacement
- router: add complexity-based auto model routing
- skills: .well-known/agent-skills discovery for skill install
- tools: binary file type detection in file_read
- http_request: add allowed_private_hosts config for SSRF bypass
- onboard: support Anthropic-compatible endpoints in setup wizard

## Automation

- Added `scripts/release/bump-version.sh` for single-command version sync across all repo files
- Added `.github/workflows/version-sync.yml` to auto-sync versions when Cargo.toml changes
- Fixed clippy errors blocking release builds
- Fixed release workflow git config and token permissions

---
*Full changelog: v0.6.5...v0.6.7*