multica/server/internal
Jiayuan 02c9d9f0b0 fix(server): @all mentions should not trigger agent execution
@all is a broadcast to all workspace members — it should not trigger
the assignee agent's on_comment. Previously @all was treated as
"includes everyone" and allowed the trigger.

Changes:
- commentMentionsOthersButNotAssignee now checks HasMentionAll() early
  and returns true (suppress) when @all is present
- Fix authRequestWithAgent test helper that was making a duplicate HTTP
  request (one as member, one as agent)

Tests: 5 new @all unit test cases, 2 new @all integration test cases.
2026-04-02 00:33:21 +08:00
..
auth merge: resolve conflicts with main 2026-03-31 16:25:20 +08:00
cli feat(cli): add --attachment flag to issue comment add (#260) 2026-04-01 15:57:23 +08:00
daemon merge: resolve conflicts with main 2026-04-01 13:12:23 +08:00
events feat(realtime): WS invalidation + refetch pattern, inbox bugfixes, UI polish 2026-03-29 13:49:40 +08:00
handler fix(server): @all mentions should not trigger agent execution 2026-04-02 00:33:21 +08:00
logger feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
middleware merge: resolve conflicts with main 2026-03-31 16:25:20 +08:00
realtime feat(realtime): route personal events to target user only 2026-03-29 17:42:50 +08:00
service fix(server): allow @agent mentions to trigger regardless of issue status (#267) 2026-04-01 16:15:59 +08:00
storage fix(upload): clean up S3 objects when attachments are deleted 2026-03-31 16:34:47 +08:00
util feat(mentions): support @all to mention all workspace members 2026-04-01 20:58:33 +08:00