Skip to content

fix(dashboard): tag assistant chats as 'assistant' source#2575

Merged
danielkov merged 1 commit intomainfrom
worktree-keen-ray-wpge
May 4, 2026
Merged

fix(dashboard): tag assistant chats as 'assistant' source#2575
danielkov merged 1 commit intomainfrom
worktree-keen-ray-wpge

Conversation

@simplesagar
Copy link
Copy Markdown
Member

Summary

  • The Assistants page was sending X-Gram-Source: assistant-onboarding for every chat, including ongoing conversations with an already-onboarded assistant. The agent-session log surfaced this as the chat type, conflating onboarding with regular assistant use.
  • Renames the override in AssistantOnboarding.tsx to assistant so the dashboard's source column reflects the surface the user is actually on.

Test plan

  • Open an existing assistant in the dashboard, send a message, and confirm the resulting agent session shows assistant as the source (not assistant-onboarding or playground).
  • Create a new assistant via the onboarding flow and confirm the session is also tagged assistant.

🤖 Generated with Claude Code

Agent session logs were showing assistant chats under the
'assistant-onboarding' source even when conversing with an existing
assistant. Switch the override to 'assistant' so the dashboard surface
matches the user's mental model.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@simplesagar simplesagar requested review from a team as code owners May 4, 2026 20:39
@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gram-docs-redirect Ready Ready Preview, Comment May 4, 2026 8:39pm

Request Review

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions github-actions Bot added the preview Spawn a preview environment label May 4, 2026
@speakeasybot
Copy link
Copy Markdown
Collaborator

speakeasybot commented May 4, 2026

🚀 Preview Environment (PR #2575)

Preview URL: https://pr-2575.dev.getgram.ai

Component Status Details Updated (UTC)
❌ Database Blocked Image build timed out 2026-05-04 21:32:09.
❌ Images Failed Timed out after 721s waiting for images 2026-05-04 21:32:07.

Gram Preview Bot

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@danielkov danielkov added this pull request to the merge queue May 4, 2026
Merged via the queue into main with commit 485e9fa May 4, 2026
30 checks passed
@danielkov danielkov deleted the worktree-keen-ray-wpge branch May 4, 2026 20:52
@github-actions github-actions Bot locked and limited conversation to collaborators May 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

preview Spawn a preview environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants