docs(mail): clarify message read shortcuts#1261
Conversation
Update mail read shortcut help, docs, and triage guidance so single-message and multi-message reads are routed to the right commands. Add focused tests for help text, dry-run copy, triage stderr hints, and batch_get chunking behavior. sprint: S1
|
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)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughClarifies mail shortcuts: ChangesMail shortcut usage clarification and test coverage
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts
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 |
|
🤖 AI Review | CR 汇总 | 可合入(未发现问题) 本次基于 PR diff、已有评论和 Lark Mail CLI 知识库规范完成审查,未发现需要新增落评的 P0-P3 问题。 验证信息: 如有疑问或认为判断不准确,欢迎直接回复讨论。 |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@b065852a9b5af63ed3d1f63ac0695bf4330fe886🧩 Skill updatenpx skills add bubbmon233/cli#feat/9290d1a -y -g |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1261 +/- ##
==========================================
+ Coverage 70.17% 70.19% +0.02%
==========================================
Files 671 671
Lines 65329 65330 +1
==========================================
+ Hits 45843 45861 +18
+ Misses 15796 15781 -15
+ Partials 3690 3688 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Generated by the harness-coding skill.
Sprints
This MR was created autonomously. Quality gates were enforced by the repo's own pre-commit hooks.
Summary by CodeRabbit
mail +messagereads a single message ID andmail +messagesis for multiple IDs;--message-idsis comma-separated (not a page token) and the CLI auto-chunks/merges requests (20 IDs per chunk). Updated help, examples, and tips to reflect chunking and format guidance.