v1.1.0
What's Changed
- Narrative PR summaries — Review comments now include a 4-8 sentence overview covering
architecture, code flow, dependencies, test coverage, and overall assessment to help manual
reviewers understand the PR at a glance
Fixes
- Logging — Graph build and batch orchestration logs were silently swallowed; root logger is now
initialized so all codehawk.* loggers output correctly - Docker entrypoint — Removed --max-turns CLI arg that run_agent.py didn't accept (env var
BATCH_MAX_TURNS works as intended)
What's Changed
- fix: remove --max-turns CLI arg from entrypoint by @dsiddharth2 in
#14 - fix: initialize root logger + add narrative PR summary by @dsiddharth2 in
#15
Full Changelog: v1.0.3...v1.1.0