Releases: dsiddharth2/codehawk
Releases · dsiddharth2/codehawk
Release list
v1.10.0
What's Changed
- fix(model): replace deprecated gpt-5-codex with gpt-5.3-codex by @dsiddharth2 in #25
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- fix: ADO rendering fixes, dismissal status, and docs overhaul by @dsiddharth2 in #24
Full Changelog: v1.8.0...v1.9.0
v.1.8.0
What's Changed
- fix(summary): remove misleading file coverage stats from PR summary by @dsiddharth2 in #23
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- fix(verify): deterministic fix verification + developer dismissal handling by @dsiddharth2 in #22
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- fix(scoring): rework penalties, conditional migration mode, cr-id rendering by @dsiddharth2 in #21
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Sprint 3: Review quality + coverage enforcement by @dsiddharth2 in #19
- fix(entrypoint): forward review mode flags to run_agent.py by @dsiddharth2 in #20
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: add --verify-fixes and --check-new-findings CLI flags by @dsiddharth2 in #18
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- feat: add CI workflow and README badges by @dsiddharth2 in #17
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- fix: merge batch summaries so narrative appears on multi-batch PRs by @dsiddharth2 in #16
Full Changelog: v1.1.0...v1.2.0
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