Skip to main content

Module event

Module event 

Source
Expand description

Event and Envelope schema for AtomCode telemetry v2.

The events are: open_atomcode, llm_chat, tool_call, use_command, mcp_connect, login_success, take_codingplan, panic, telemetry_disabled.

Wire format: envelope fields + event-specific payload, both flattened into one JSON object. Event variant is tagged via event_id.

Structs§

Envelope
Record
RepoOrigin

Enums§

CodingplanErrorKind
CodingPlan 错误类型
CodingplanResult
Event
LlmErrorKind
LLM 对话错误类型
McpErrorKind
MCP 连接错误类型
McpTransport
MCP 传输方式
RepoHost
SessionMode
ToolErrorKind
工具调用错误类型
UseCommandErrorKind
use_command 错误类型