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: AI CLI 인증 토큰 전달 개선 — cookie fallback + 토큰 부재 경고
- cli.html: URL param 없으면 document.cookie에서 access_token fallback
- 토큰 없을 때 UI에 경고 메시지 표시 ("로그인 후 다시 열어주세요")
- tool_search: 토큰 유무 로깅 추가 (디버그용)
- 토큰 전달 흐름: 사이드바 쿠키 → URL param → cli.html → invoke → Rust → graph-tool-call --auth-token
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments