feat(agent): track Agent GUI engagement#1081
Draft
chovy-ai wants to merge 1 commit into
Draft
Conversation
Signed-off-by: chovy <chovy@chovydeMac-mini.local>
This was referenced Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Privacy
No prompt text, file names, file paths, mention URIs, or attachment payloads are collected. Events contain only IDs, enums, booleans, provider/surface metadata, and a per-visit correlation ID.
Validation
pnpm check:changed(9/9 lanes)pnpm check:agent-activity-runtime-boundariespnpm check:renderer-boundariespnpm lint:tspnpm --filter @tutti-os/agent-gui typecheckpnpm --filter @tutti-os/desktop typecheckpnpm --filter @tutti-os/desktop buildpnpm check:full(16/16 tasks)Summary by cubic
Adds privacy-safe Agent GUI engagement analytics that track true chat-panel exposure, composer focus modality, and the first user-entered content per visible visit. Events are wired through the desktop analytics pipeline for both workspace and standalone Agent surfaces.
agent.chat_panel_exposed,agent.chat_input_focused, andagent.chat_input_content_entered.panelVisitId.pointer,keyboard, orprogrammatic.text,image, orlarge_textper visit; ignores prefill/controlled hydration.engagementAnalyticscallbacks in@tutti-os/agent-gui; desktop host constructs reporters and passes them to workspace andstandalone_agentsurfaces.Written for commit 40ba47c. Summary will update on new commits.