package v1.public.events.copilot

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CopilotGenerationComplete

copilot.proto:23

Fired when an AI code generation request completes (success or failure). Covers all Copilot actions: generate docs, tests, semantic models, metrics, inline SQL, text-to-SQL, and agent runs.

message CopilotLlmCall

copilot.proto:108

Fired once per LLM call within an agent loop. Allows per-call token and latency attribution when a single copilot_request_id triggers multiple LLM invocations (e.g. a dev agent loop). Links back to the parent CopilotGenerationComplete via copilot_request_id.

message CopilotUserAcceptance

copilot.proto:178

Fired when a user responds to a Copilot suggestion.