Add channel management commands for triage#14
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New triage commands to view and update channel configurations: - !channel list <guild> — Show detailed channel config - !channel set <guild> <channel> <key> <value> — Update a property - !channel add <guild> <channel> [text|forum] — Add a new channel - !channel remove <guild> <channel> — Remove a channel Changes are saved to config.json, committed, and pushed to main to persist and trigger auto-deploy. Also adds reloadConfig() and saveConfig() to config.ts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 49 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ 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 |
Summary
!channel list <guild>— View detailed channel config (type, monitor, threads, prompt)!channel set <guild> <channel> <key> <value>— Update channel properties (monitor, read_threads, channel_type, reply_mode, system_prompt)!channel add <guild> <channel> [text|forum]— Add a new monitored channel!channel remove <guild> <channel>— Remove a channel from configAll changes are:
config.jsonmainto persist and trigger deployAlso adds
reloadConfig()andsaveConfig()tosrc/config.ts.Test plan
!channel list game-cishows all channels with properties!channel set game-ci general monitor falsedisables monitoring, pushes to main!channel set game-ci general monitor truere-enables it!channel add game-ci-develop test-channeladds a new channel entry!channel remove game-ci-develop test-channelremoves it🤖 Generated with Claude Code