docs(auth): explain pending scope request carryover#1855
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe shared lark-cli skill documentation explains how to handle previously requested permissions after minimal-scope authorization and verify the scopes actually granted. ChangesAuthorization documentation
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/lark-shared/SKILL.md`:
- Line 93: Update the documented verification command in the CLI authentication
guidance to use the supported `auth status` JSON flag, replacing the invalid
`--format json` usage while preserving the existing `--verify` behavior.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 43e8a4e8-2397-4823-923f-6377b1c373da
📒 Files selected for processing (1)
skills/lark-shared/SKILL.md
|
@coderabbitai 已处理:已用本仓库 |
|
Tip For best results, initiate chat on the files or code changes.
✏️ Learnings added
|
Fixes #1493
背景
用户已按最小 scope 发起授权,但开发者后台仍显示历史常用权限时,重复登录不会清理后台遗留的待审批申请。
核心改动
验证
go test ./internal/qualitygate/rules -count=1git diff --check风险与回滚
仅补充 Skill 运行指引,不改变 CLI 命令或 API 行为。回滚本提交即可恢复原文档。
Summary by CodeRabbit