feat(vc): support agent meeting event workflows#1483
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)
📝 WalkthroughWalkthroughAdds a new ChangesVC Meeting List Active and Bot Auth Expansion
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1483 +/- ##
==========================================
+ Coverage 73.37% 73.40% +0.02%
==========================================
Files 751 752 +1
Lines 69856 69939 +83
==========================================
+ Hits 51256 51337 +81
- Misses 14802 14803 +1
- Partials 3798 3799 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@4dd775bdc7f23de974ec430e8ddd75b33a8294c1🧩 Skill updatenpx skills add larksuite/cli#feat/vc-agent-active-meetings -y -g |
Summary
Improves VC agent meeting workflows, including active meeting discovery, meeting event reading, meeting ID selection, and join/leave guidance.
Changes
vc +meeting-list-activeto discover active meetings for the current user or a target user.lark-vc-agentskill guidance for active meeting discovery, event reading, join/leave flow, pagination, and meeting ID selection.meeting_idwhen calling follow-up meeting APIs.lark-vcby first fetching meeting product metadata.Test Plan
git diff --checkgo test ./shortcuts/vcgo build ./...Related Issues
Summary by CodeRabbit
New Features
+meeting-list-activecommand to discover and list currently active meetings.Bug Fixes
Documentation