You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address code review findings across 11 reviews
- install.sh: make checksum verification fail-closed (exit on
missing SHA256SUMS/checksum/tool unless AGENTSVIEW_SKIP_CHECKSUM=1)
- release.sh: use ${1:-} for set -u safety, remove unused gh check
- changelog.sh: handle no-tag repos (include root commit), quote
$RANGE to prevent word-splitting
- export.go: fix toggle CSS selector to match actual DOM structure
(use ~ combinator through header element)
- Heatmap.svelte: replace flex centering with margin:0 auto on SVG
to preserve scroll origin on narrow viewports
- update.go: mark cache-only UpdateInfo so CLI re-fetches full
metadata for installs; surface rollback errors on failed install
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments