Skip to content

Releases: unbound-force/gaze

v1.4.9

26 Mar 17:48

Choose a tag to compare

Changelog

Features

  • e442d09: feat: fix TypeAssertExpr in resolveExprRoot and wire up AI mapper (@jflowers)

Bug Fixes

  • 2997fcb: fix: sync embedded gaze-test-generator asset after MegaLinter formatting (@jflowers)
  • de80471: fix: sync source agent file to match MegaLinter formatting (@jflowers)

Others

v1.4.8

26 Mar 17:46

Choose a tag to compare

Changelog

Features

  • e442d09: feat: fix TypeAssertExpr in resolveExprRoot and wire up AI mapper (@jflowers)

Bug Fixes

  • 2997fcb: fix: sync embedded gaze-test-generator asset after MegaLinter formatting (@jflowers)
  • de80471: fix: sync source agent file to match MegaLinter formatting (@jflowers)

Others

v1.4.7

26 Mar 02:25

Choose a tag to compare

Changelog

Features

  • 6a727ab: feat: add AST-based mutation fallback and no_test_coverage reason (@jflowers)
  • d646f8e: feat: add container unwrap assertion mapping pass (confidence 55) (@jflowers)
  • 9c32c67: feat: add workflow auto-detection to /gaze fix command (@jflowers)
  • 6807f65: feat: fix ambiguous classification for constructor functions and GoDoc (@jflowers)

Bug Fixes

Others

v1.4.6

19 Mar 11:51

Choose a tag to compare

Changelog

Features

  • 3a30efc: feat: add --include-unexported to gaze quality with package main auto-detect (@jflowers)
  • e1f15db: feat: add gaze test generation agent, /gaze fix command, and workflow hooks (@jflowers)
  • 81db53a: feat: add recommended_actions list and assertion_count to JSON output (@jflowers)
  • 55cd018: feat: add tier-based confidence boost for P0/P1 side effects (@jflowers)

Documentation

Others

v1.4.5

18 Mar 03:10

Choose a tag to compare

Changelog

Bug Fixes

  • a47e70b: fix: build gaze from source for CI report, add opencode adapter (@jflowers)
  • c72850a: fix: increase unit+integration job timeout to 20min for gaze report step (@jflowers)
  • 16aa1ce: fix: raise --max-crapload to 35 to match current codebase state (@jflowers)
  • 3de6089: fix: remove auth.json setup — opencode 1.2.26 reads OPENCODE_API_KEY directly (@jflowers)
  • 10f2b27: fix: use --format=json for gaze report in CI (no AI adapter needed) (@jflowers)
  • e9b6d5c: fix: write opencode auth.json for model resolution in CI (@jflowers)

Others

  • 48c88d5: ci: add gaze quality report to unit+integration job on Go 1.24 (@jflowers)
  • e399e8c: ci: split gaze report into PR threshold check and push-only AI report (@jflowers)

v1.4.4

17 Mar 23:14

Choose a tag to compare

Changelog

Bug Fixes

  • 1b0229d: fix: add metric definitions to prevent GazeCRAPload/Q4 conflation (@jflowers)

v1.4.3

17 Mar 16:05

Choose a tag to compare

Changelog

Features

Bug Fixes

  • db4e3b2: fix: add guidance reference to multiple target functions warning (issue #61) (@jflowers)
  • deb390b: fix: add scoring consistency rules to gaze-reporter agent prompt (@jflowers)
  • 7a9d63a: fix: surface subprocess stderr in adapter empty-output errors (@jflowers)

v1.4.2

15 Mar 23:17

Choose a tag to compare

Changelog

Features

  • 583cc2b: feat: AI-assisted assertion mapping with agent-level evaluation (@jflowers)

v1.4.1

15 Mar 20:00

Choose a tag to compare

Changelog

Features

  • 790baf9: feat: add inline call matching for assertion mapping (86.4% accuracy) (@jflowers)

v1.4.0

15 Mar 19:31

Choose a tag to compare

Changelog

Features

  • 6f7442f: feat: bridge helper function parameters to caller arguments for assertion mapping (@jflowers)

Documentation

  • 48e069f: docs: document target inference algorithm and best practices (issue #45) (@jflowers)