mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
The thread reply composer enabled the built-in `/` command menu but never passed `quickActionMenu` to its ContentEditor, so the menu listed only `/note` while the top-level comment composer listed the workspace's quick actions. A reply posts to the same issue, so `/` must offer the same catalog in both. Wires ReplyInput to the same `useQuickActionMenu(issueId)` hook CommentInput already uses — picking an action inserts the server-rendered body for the user to edit, exactly as in the top-level composer. Adds a parametrized test over both composers so the two cannot drift apart again. Co-authored-by: multica-agent <github@multica.ai>