Open
Conversation
Pulse is a Channel plugin that enables push notifications into Claude Code sessions via HTTP POST. Localhost-only, no external service dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Review Summary by QodoAdd Pulse local HTTP Channel plugin to documentation
WalkthroughsDescription• Adds Pulse plugin to README resources list • Pulse enables HTTP-based notifications for Claude Code • Highlights zero-dependency, curl-native approach Diagramflowchart LR
README["README.md"] -- "Add Pulse plugin entry" --> Plugins["Plugins & Extensions List"]
Plugins -- "HTTP notifications" --> Pulse["Pulse Channel Plugin"]
File Changes1. README.md
|
Code Review by Qodo
1. Wrong install command
|
| - [Claude Code Plugins (jeremylongshore)](https://github.com/jeremylongshore/claude-code-plugins) - Marketplace-style repo bundling instruction-template plugins and MCP plugin packs, with install docs. | ||
| - [Multi-Agent Intelligence Marketplace](https://github.com/jmanhype/claude-code-plugins) - 19 production-grade plugins for trading, swarm intelligence, and GitHub automation built from 68+ specialized agents. Includes quantitative trading systems, DSPy research pipelines, distributed consensus protocols, and multi-agent swarm coordination; add with `/plugin marketplace add jmanhype/claude-code-plugins`. | ||
| - [Docker Claude Plugins](https://github.com/docker/claude-plugins) - Integrates Docker Desktop's MCP Toolkit as a Claude Code plugin to expose containerized MCP servers through Claude. | ||
| - [Pulse](https://github.com/chsm04/pulse) - Local Channel plugin that pushes notifications into Claude Code sessions via HTTP POST. No Discord, no Slack, just curl; install with `/plugin marketplace add chsm04/pulse`. |
There was a problem hiding this comment.
1. Wrong install command 🐞 Bug ✓ Correctness
The Pulse entry instructs users to run /plugin marketplace add chsm04/pulse, but the README’s own usage section defines that command for adding a marketplace (not installing a plugin), so users will follow an incorrect command and fail to install Pulse.
Agent Prompt
### Issue description
`README.md` adds Pulse as a plugin, but the entry instructs users to run a marketplace command (`/plugin marketplace add chsm04/pulse`). The README’s own “How to use” section says plugins should be installed with `/plugin install <owner>/<repo>`.
### Issue Context
This is user-facing documentation; incorrect CLI commands will cause immediate install failures.
### Fix Focus Areas
- README.md[7-21]
- Update the Pulse entry to use `/plugin install chsm04/pulse` (or remove the install command if Pulse is actually a marketplace, and adjust wording accordingly).
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Pulse to the Plugins & Extensions section.
About Pulse
Pulse is a local Channel plugin for Claude Code that enables push notifications into running sessions via HTTP POST.
curlTypeScript + Bun, MIT license.