File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.2] - 2026-03-05
9+
10+ ### Fixed
11+
12+ - Telemetry init: ` Config.get() ` failure outside Instance context no longer silently disables telemetry
13+ - Telemetry init: called early in CLI middleware and worker thread so MCP/engine/auth events are captured
14+ - Telemetry init: promise deduplication prevents concurrent init race conditions
15+ - Telemetry: pre-init events are now buffered and flushed (previously silently dropped)
16+ - Telemetry: user email is SHA-256 hashed before sending (privacy)
17+ - Telemetry: error message truncation standardized to 500 chars across all event types
18+ - Telemetry: ` ALTIMATE_TELEMETRY_DISABLED ` env var now actually checked in init
19+ - Telemetry: MCP disconnect reports correct transport type instead of hardcoded ` stdio `
20+ - Telemetry: ` agent_outcome ` now correctly reports ` "error" ` outcome for failed sessions
21+
22+ ### Changed
23+
24+ - Auth telemetry events use session context when available instead of hardcoded ` "cli" `
25+
826## [ 0.2.1] - 2026-03-05
927
1028### Added
You can’t perform that action at this time.
0 commit comments