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(auth): prefer App Token over User Token for optional commands
resolveOptionalUserToken no longer auto-loads from token.json, ensuring
APIs that work with App Token use it by default. Only explicitly provided
tokens (--user-access-token flag or FEISHU_USER_ACCESS_TOKEN env var)
override to user identity. Search commands (resolveRequiredUserToken)
are unaffected and still use the full priority chain.
Update skill docs and CLAUDE.md to reflect the new token strategy.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments