chore(replay-vision): rename "Ask Max" to "Ask PostHog AI" in summarizer chat#61048
Merged
Merged
Conversation
…zer chat The assistant is branded PostHog AI, not Max, in user-facing copy. Update the summarizer chat banner button and subheader accordingly. Internal identifiers (useMaxTool, the tool id) are unchanged — they're the internal API. No behavior change; the subheader wording is otherwise unchanged. Generated-By: PostHog Code Task-Id: fb62321a-5c49-4102-b367-6af893652809
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
|
Reviews (1): Last reviewed commit: "chore(replay-vision): rename "Ask Max" t..." | Re-trigger Greptile |
Contributor
|
Size Change: 0 B Total Size: 81 MB ℹ️ View Unchanged
|
Contributor
Author
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.

Problem
The AI assistant is branded PostHog AI in user-facing copy, but the Replay Vision summarizer chat banner still said "Max".
Changes
In
SummarizerMaxChat.tsx, rename the user-facing copy from "Max" to "PostHog AI":Internal identifiers (
useMaxTool,openMax, thesummarize_replay_vision_summariestool id) are intentionally unchanged — they're the internal API, not user-facing. No behavior change; the subheader wording is otherwise unchanged.How did you test this code?
I'm an agent (PostHog Code). Copy-only change;
pnpm --filter=@posthog/frontend formatis clean. Confirmed againstorigin/masterthat no teammate had already renamed this copy. Not browser-tested.🤖 Agent context
Authored with PostHog Code (Claude). An earlier iteration expanded the subheader to mention chatting about specific sessions/behaviors, but I reverted that: the chat tool (
SummarizeReplayVisionSummariesTool) digests the latest ~100 summary texts and does not use embeddings or semantic search, and summarizer embeddings are off by default — so richer "search all sessions" copy would over-promise. This PR is therefore the pure branding rename. A genuine semantic-search-over-all-summaries tool was discussed as a separate future feature. Requires human review.Created with PostHog Code