docs: add claude-watch to Available Plugins#761
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR adds a new plugin entry to the README's Available Plugins table. The "claude-watch" plugin is documented as providing watchdog functionality to surface Claude Code stalls with tab-level visibility, expandable process details, controls to kill the offending PID, and highlighting stalls for the current project. ChangesPlugin Documentation Update
🚥 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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 `@README.md`:
- Around line 168-169: Add a single blank line between the plugins table and the
following "Build Your Own" heading in README.md to satisfy markdownlint rule
MD058; locate the table row containing the claude-watch entry and ensure there
is an empty line immediately after the closing table line before the "Build Your
Own" heading so CI/docs lint will pass and then run the build (npm run build) to
verify.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
Hey there! Thanks for the PR. I'm sure it will be useful for many people. Can you put the log file in |
What is this plugin?
cloudcli-claude-watch is a CloudCLI plugin adapter for claude-watch, a watchdog tool for Claude Code.
When Claude Code stalls (a common pain point for long-running sessions),
claude-watchwrites stall alerts to~/.claude/watchdog.log. This plugin surfaces those alerts as a CloudCLI tab so you can:Verified on CloudCLI v1.31.5
Installed via Settings → Plugins (git URL), dogfooded end-to-end:
Screenshots
Full screenshot index: docs/screenshots/README.md
Details
https://github.com/satsuki19980613/cloudcli-claude-watch.gitinto Settings → Plugins@satsuki0710624/claude-watchrunning and writing to~/.claude/watchdog.logSummary by CodeRabbit