Skip to content

Releases: dsiddharth2/codehawk

v1.10.0

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 30 Jul 00:23
166cf9c

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 26 May 08:27
69f4a96

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 25 May 18:10
45d1ed9

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 25 May 17:40
18f426a

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 25 May 05:36
13f1565

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 24 May 06:49
4e61740

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 08 May 10:51
ec3512e

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 08 May 06:59
b43822e

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 08 May 05:55
e6baeb0

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

Choose a tag to compare

@dsiddharth2 dsiddharth2 released this 08 May 01:37
5316cbb

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