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 import detection: use starts_with for from-line matching (no mid-line false positives)
- Reject classic PATs (ghp_) early with clear error in both auth scripts
- Fix base64url JWT decode for Azure OID extraction (proper padding + urlsafe)
- Fix entrypoint.sh: disable set -e around agent run so output collection works on failure
- Fix k8s-local-down: use lighter dependency check (no KVM required for teardown)
- Fix k8s-infra-down: only require az CLI (not kubectl/envsubst) for teardown
- Parameterise namespace in job manifests (uses NAMESPACE from envsubst)
- Escape prompt for safe YAML embedding (backslashes, quotes, newlines)
Note: edit_handler validation bypass (review comment #7) is a pre-existing
issue requiring a larger refactor — tracked separately.
0 commit comments