Files
multica/packages
Lambda 7cff2bdbcc fix(issues): offer quick actions in the reply composer's / menu (MUL-5588)
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>
2026-07-31 15:53:47 +08:00
..