Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Mar 20:15
· 129 commits to main since this release
aaf8cd3

1.2.2 (2026-03-04)

Bug Fixes

  • actions: remove eval from CI action command execution (472b81f)

    Harden composite actions by building CLI arguments as arrays and invoking node directly, eliminating eval-based command construction.

  • add line numbers to code content for improved review context (362a0c4)

    • Implemented addLineNumbers function to prepend line numbers to source code, enhancing clarity during code reviews.
    • Updated rag-analyzer.js and prompt-cache.js to utilize line numbers in displayed content for better reference.
  • custom-docs: use canonical cache-manager custom chunk APIs (7958578)

    Remove now-unused alias methods and update custom document processor/tests to rely on the existing custom chunk cache interfaces.

  • git: harden diff execution and avoid branch checkout side effects (5cc7a53)

    Use safely escaped git diff invocation and create tracking branches without switching the working tree during branch preparation.

  • rag: prevent parse fallback crash on non-string LLM responses (2ff1f16)

    Serialize fallback raw responses safely so malformed analysis payloads no longer throw during reconstruction.

  • runtime: harden cleanup paths and status query fallbacks (993eb22)

    Ensure temporary DB connections and progress timers are always cleaned up, guard missing review output paths in the PR comment action, and use table query APIs for last-analysis lookups.