1.5.4 (2026-06-19)
1.5.3 (2026-06-19)
- compare review diagrams against target baseline (#39) (7339fbf)
- install CodeBoarding engine from PyPI (#44) (224aa76)
1.5.2 (2026-06-17)
- remove stale engine venv before recreating it (fc3af60)
1.5.1 (2026-06-17)
- 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)
1.4.0 (2026-06-14)
- 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)
1.3.0 (2026-06-13)
- 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)
- ci: match the action's full key normalization + add preflight (e9aa643)
- ci: strip OpenRouter key + read model pins from secrets in baseline refresh (8e88d8c)