docs(im): clarify audio message opus requirement#1271
docs(im): clarify audio message opus requirement#1271chenxingtong-bytedance wants to merge 1 commit into
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 as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR adds an "Audio Messages" section to the Lark IM skill guide, stating that ChangesAudio Messages documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
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-im/SKILL.md`:
- Line 60: Update the `--audio` flag documentation to state that it accepts
Opus-format files and explicitly list supported extensions by name (e.g.,
".opus" and ".ogg") to match runtime behavior; reference the `--audio` flag text
in SKILL.md and replace the sentence "only Opus-format files" with a clarified
line like "Opus-format files (e.g., .opus and .ogg) are supported" so users know
.ogg is mapped to Opus at runtime.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@7cfb2b53b6c32bf43084f1d20353935fb3ad271b🧩 Skill updatenpx skills add chenxingtong-bytedance/cli#fix/audio_message_only_opus -y -g |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1271 +/- ##
==========================================
+ Coverage 69.84% 70.18% +0.33%
==========================================
Files 666 671 +5
Lines 64451 65240 +789
==========================================
+ Hits 45019 45786 +767
+ Misses 15812 15783 -29
- Partials 3620 3671 +51 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Change-Id: I48efb309b6222b16f39f18bbb8be039d06c0087c
7cfb2b5 to
4416f80
Compare
Change-Id: I48efb309b6222b16f39f18bbb8be039d06c0087c
Summary
Clarify the IM skill guidance for audio messages so agents know that
--audiorequires Opus-format files when sending or replying with audio messages.Changes
Audio Messagesnote to the IM skill documentation.--audiosupports only Opus-format files for audio messages.Test Plan
lark-cli <domain> <command>flow works as expectedgit diff --checkRelated Issues
Summary by CodeRabbit