Skip to content

Latest commit

 

History

History
76 lines (38 loc) · 5.53 KB

File metadata and controls

76 lines (38 loc) · 5.53 KB

Changelog

1.5.4 (2026-06-19)

Bug Fixes

  • review inherits committed baseline depth for the PR diff (#45) (6aa40f2)

1.5.3 (2026-06-19)

Bug Fixes

  • compare review diagrams against target baseline (#39) (7339fbf)
  • install CodeBoarding engine from PyPI (#44) (224aa76)

1.5.2 (2026-06-17)

Bug Fixes

  • remove stale engine venv before recreating it (fc3af60)

1.5.1 (2026-06-17)

Bug Fixes

  • make a CodeBoarding license work with the hosted proxy — license mode now mints the OIDC token and packs the license into the bearer (<jwt>~codeboarding-license~<license>), which the proxy splits, verifies, and uses to skip the free quota (previously sent the raw license as the bearer → 401 Invalid GitHub OIDC token) (#41) (56ed9e9)
  • rebuild the engine venv when its cached interpreter symlink is stale, so a runner Python patch bump no longer breaks runs with "Broken symlink … was the underlying Python interpreter removed?" (#41) (56ed9e9)
  • set up Java and .NET inside action (#37) (a7164ab)

1.5.0 (2026-06-15)

Features

  • auto-detect depth_level from committed baseline (#34) (eb58256)

1.4.0 (2026-06-14)

Features

  • add /codeboarding-feedback command to capture PR feedback via PostHog (#32) (2df93e2)
  • add sync mode — commit a versioned architecture baseline on push (#28) (290e36b)
  • merge the PR-comment browser + editor CTAs into one line (#30) (3168018)

Bug Fixes

  • drop [skip ci] from bot commits so merges trigger sync; guard the loop without it (#31) (cf66577)

1.3.0 (2026-06-13)

Features

  • link the PR comment to the hosted webview (webview_base_url, default (c8f0dcb)
  • list each changed component's touched files in the PR comment (#27) (c8f0dcb)

Bug Fixes

  • ci: match the action's full key normalization + add preflight (e9aa643)
  • ci: strip OpenRouter key + read model pins from secrets in baseline refresh (8e88d8c)

1.2.0 (2026-06-10)

Features

  • /codeboarding posts a new comment per run instead of updating in place (74538af)
  • /codeboarding posts a new comment per run instead of updating in place (b21f1ff)
  • seed the base static-analysis pkl so PR head analysis runs incrementally (#18) (2164398)