Skip to content

v0.1.68

Choose a tag to compare

@ait-community-bot ait-community-bot released this 10 Jun 06:32
· 2 commits to main since this release
cbda748

Patch Changes

  • af56569: dashboard: /attach 스캔 절차·진단 체크리스트를 세션 mode별로 분기 — 환경 2(AITC Sandbox PWA)는 launcher 인앱 QR 스캔 카피, 환경 3·4는 기존 토스 앱 deep-link 카피 + 환경 4 LIVE read-only 안내 라인, 페이지 상단에 현재 환경 라벨 표시(#468)

  • 2c15c54: fix: launcher standalone letterbox 대응 (#469) — 레거시 apple-mobile-web-app meta 제거(manifest 단독 정본), iframe 사이징 inset:0 단일화, 런타임 letterbox 감지 라벨 + 뷰포트 진단 패널(ko/en i18n 키 추가)

  • 94a583e: relay TOTP 게이트에 폰 target 측 코드 전달 경로 추가 + 인증 거부 관측성 (#466, #467)

    • in-app attach가 페이지 URL의 at 코드를 /at/<code>/target.js path-prefix로 script src에 실어, chii target.js가 파생하는 WS 업그레이드가 relay TOTP 게이트를 통과할 수 있게 함 (기존에는 전달 경로 자체가 없어 TOTP 활성 시 모든 실기기 attach가 조용히 401)
    • relay가 /at/<code>/… prefix를 검증 후 쿼리 형태로 재작성·strip — 기존 쿼리(at=) 전달 경로는 그대로 동작 (back-compat)
    • 인증 거부를 secret-free 카운터로 기록해 get_debug_status/get_diagnosticsauthRejects 노출, recentErrors 요약 1건 + next_recommended_action에 QR 재스캔 안내 추가