feat: add Let's discuss button to post-outline plan approval#214
Merged
Nathan Schram (nathanschram) merged 2 commits intodevfrom Mar 23, 2026
Merged
feat: add Let's discuss button to post-outline plan approval#214Nathan Schram (nathanschram) merged 2 commits intodevfrom
Nathan Schram (nathanschram) merged 2 commits intodevfrom
Conversation
Add a 💬 Let's discuss button to the post-outline plan approval buttons (between Approve Plan/Deny and cancel). When clicked, it tells Claude Code to ask the user what they'd like to discuss about the plan before deciding to approve or deny. Implementation: - New `chat` action in claude_control.py with `_CHAT_DENY_MESSAGE` - Handles both da: prefix (synthetic) and hold-open (real request_id) paths - Clears cooldown and outline_pending state on both paths - Early toast: "Let's discuss..." - Post-outline keyboard now has 2 rows: [Approve Plan | Deny], [Let's discuss] Tests: 5 new tests, 5 updated for new button layout (1773 pass, 81% coverage) Docs: updated 9 files across how-to, tutorial, reference, and rules Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
chataction inclaude_control.pywith_CHAT_DENY_MESSAGEda:prefix (synthetic) and hold-open (real request_id) paths[Approve Plan | Deny],[Let's discuss]Test plan
🤖 Generated with Claude Code