Skip to content

Releases: tajawal/web-code-reviewer

Release v1.14.53

03 Mar 07:35

Choose a tag to compare

πŸš€ Release v1.14.53

πŸ“ Changes

Release v1.14.52

03 Mar 07:17

Choose a tag to compare

πŸš€ Release v1.14.52

πŸ“ Changes

Release v1.14.51

01 Mar 17:08

Choose a tag to compare

πŸš€ Release v1.14.51

πŸ“ Changes

Release v1.14.50

01 Mar 16:41

Choose a tag to compare

πŸš€ Release v1.14.50

πŸ“ Changes

Release v1.14.49

01 Mar 16:25

Choose a tag to compare

πŸš€ Release v1.14.49

πŸ“ Changes

Release v1.14.48

25 Feb 03:13

Choose a tag to compare

πŸš€ Release v1.14.48

πŸ“ Changes

Remove False Positives

25 Feb 03:05

Choose a tag to compare

Pre-release
v1.14.48-alpha-1

feat: remove false positive

Release v1.14.47

24 Feb 04:36

Choose a tag to compare

v1.14.46 Release Notes

πŸš€ Major Improvements

Data Flow Tracing

  • Added mandatory data_flow_trace field for every issue - LLM must trace SOURCE β†’ INTERMEDIATE β†’ DESTINATION β†’ MISMATCH
  • Data flow now displayed in GitHub PR comments for transparency
  • Improved detection of type mismatches and dropped parameters

Model & Context Upgrades

  • Upgraded to Claude Sonnet 4.6 (1M token context)
  • Increased context limits: 200KB fixed, 250KB max
  • Full file content for direct imports (up to 2000 lines) instead of semantic-only

Language-Specific Data Flow

  • Added data source type awareness for all languages:
    • JS/TS: router.query, context.query β†’ string | string[] | undefined
    • Python: request.args, os.environ.get() β†’ str | None
    • Java: @RequestParam, System.getenv() β†’ String | null
    • PHP: $_GET, $request->input() β†’ string | array | null
    • Swift: URL query params, UserDefaults β†’ String?, Any?

Determinism

  • Added top_k: 1 for Claude to force highest probability token selection
  • Explicit severity rules tied to data flow trace results

πŸ› Fixes

  • Removed AI Summary from PR comments (cleaner output)
  • Fixed duplicate prompt sections

⚠️ Breaking Change Detection

  • Auto-CRITICAL for: parameter dropped in call chain, type mismatches, interface field removed but still referenced

Context Enhancements

24 Feb 04:24

Choose a tag to compare

Context Enhancements Pre-release
Pre-release
v1.14.47-alpha-12

fix: it will add more context and move to sonat 4.6

Context Enhancements

24 Feb 04:17

Choose a tag to compare

Context Enhancements Pre-release
Pre-release
v1.14.47-alpha-11

fix: it will add more context and move to sonat 4.6