feat(web): add change request quick actions - #310
Merged
Conversation
Add configurable built-in shortcuts for continue and reject actions. Use a split reject action, preserve free-text dialogs, and recover status-update failures without creating duplicate requests. Cover the new interactions with tests and document the UI pattern.
Add Retry and status-specific sidebar quick actions, align Reject styling with card actions, and prevent duplicate continue submissions. Separate refresh failures from status recovery and keep submitted request bodies read-only during retry.
Give card, sidebar, and Reject split-button actions the same fixed control height and horizontal-only padding so text and icon segments align consistently.
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.
Web UI に change request ショートカットを追加
Summary
Continue with comment と Reject で定型の agent 指示を即時送信できるようにします。自由入力の既存フローは維持し、将来カスタムショートカットを追加できるよう表示名と送信本文を分離した定義にしています。
主な変更点:
Write a comment…とOkを追加Fix CI & Conflictを即時送信可能に変更Retry、sidebar に status 別 Quick Action を追加やったこと
動作確認
npm test(24 files / 142 tests)npm run typechecknpm run buildgit diff --checkレビュー & 動作確認 チェックリスト
Okがダイアログなしで送信され、issue が ready へ移ること推奨テスト計画:
Okを選択するFix CI & Conflictを選択するWrite a comment…で従来の自由入力を確認するその他気になることや相談ごと
カスタムショートカットの永続化・設定 UI は今回のスコープ外です。