mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
1.5 KiB
1.5 KiB
Changelog
1.8.0 - 2026-03-04
Highlights
- Harness-first release focused on reliability, eval discipline, and autonomous loop operations.
- Hook runtime now supports profile-based control and targeted hook disabling.
- NanoClaw v2 adds model routing, skill hot-load, branching, search, compaction, export, and metrics.
Core
- Added new commands:
/harness-audit,/loop-start,/loop-status,/quality-gate,/model-route. - Added new skills:
agent-harness-constructionagentic-engineeringralphinho-rfc-pipelineai-first-engineeringenterprise-agent-opsnanoclaw-replcontinuous-agent-loop
- Added new agents:
harness-optimizerloop-operator
Hook Reliability
- Fixed SessionStart root resolution with robust fallback search.
- Moved session summary persistence to
Stopwhere transcript payload is available. - Added quality-gate and cost-tracker hooks.
- Replaced fragile inline hook one-liners with dedicated script files.
- Added
ECC_HOOK_PROFILEandECC_DISABLED_HOOKScontrols.
Cross-Platform
- Improved Windows-safe path handling in doc warning logic.
- Hardened observer loop behavior to avoid non-interactive hangs.
Notes
autonomous-loopsis kept as a compatibility alias for one release;continuous-agent-loopis the canonical name.
Credits
- inspired by zarazhangrui
- homunculus-inspired by humanplane