Open
Conversation
This was referenced Mar 24, 2026
28ca662 to
96cfd03
Compare
Dippy supports Cursor but the README had no mention of it. This adds a Cursor configure section alongside Claude Code, covering the hooks.json config, auto-detection behaviour, the --cursor flag, log location, and the known single-hook-per-array bug. https://claude.ai/code/session_01B2Dz1qooEahbdHDbLrkqm3
96cfd03 to
69c8c7e
Compare
The `beforeShellExecution` hook is a more natural place for Dippy but it's currently broken because Cursor won't honor "allow" responses it always runs it's own approval prompt after the hook unless the hook denies the request. I updated the docs too to call out the issue but this appears to now work the same as claude
69c8c7e to
8a520f2
Compare
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.
This replaces #127. I found out that there is a bug in cursor that makes Dippy not work with the setup I recommended in the earlier docs. This makes dippy support both hooks for cursor but only one of them works today.