mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 20:45:37 +02:00
createAgentComment omitted WorkspaceID when calling CreateComment, causing all agent comments (progress updates, completion messages) to silently fail against the NOT NULL constraint on comment.workspace_id. The issue variable is already fetched on the preceding line for mention expansion, so this adds the missing field to match the handler path in comment.go.