docs(vc): clarify meeting join gray release#1822
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 (4)
📝 WalkthroughWalkthroughThis PR updates the ChangesGray Release Documentation for Meeting Join
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@5d90796f68fa896acfe4cd56c24094e947931d47🧩 Skill updatenpx skills add xu91102/cli#docs/vc-meeting-join-gray-release -y -g |
背景
vc +meeting-join遇到 code 10012 /gray release scope时,用户容易误以为是普通 scope、auth login 或应用可用范围配置问题。Issue #1788 需要明确这是 VC Agent 应用机器人入会能力的灰度/内测前置,并给出可行替代路径。核心改动
vc +meeting-joinshortcut description 中标出 code 10012 / gray release 的含义,方便 help/manifest 消费方发现。lark-vc-agent主 skill 和+meeting-joinreference 中补充灰度前置说明。auth login或普通 scope 排查处理。+meeting-list-active发现当前会议,再+meeting-events读取当前用户可见事件。+meeting-joindescription 持续暴露 gray release / 10012 提示。验证
go test ./shortcuts/vc -run 'TestMeetingJoinDescriptionMentionsGrayRelease|TestMeetingJoin_Validate|TestMeetingJoin_DryRun|TestMeetingJoin_Execute' -count=1: passedgo test ./shortcuts/vc -count=1: passednode scripts/skill-format-check/index.js: passedgo build -o ./lark-cli .: passedgit diff --check: passed风险与回滚
低风险。主要是 help/skill 文档补充,唯一代码行为变化是 shortcut description 文案。若需要回滚,revert 本 PR 即可。
Fixes #1788
Summary by CodeRabbit