ai_onboarding: Read the plan from the CloudUserStore (#35451)

This PR updates the AI onboarding to read the plan from the
`CloudUserStore` so that we don't need to connect to Collab.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-07-31 22:08:21 -04:00 committed by GitHub
parent 72d354de6c
commit f8673dacf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -697,6 +697,7 @@ impl AgentPanel {
let onboarding = cx.new(|cx| {
AgentPanelOnboarding::new(
user_store.clone(),
cloud_user_store.clone(),
client,
|_window, cx| {
OnboardingUpsell::set_dismissed(true, cx);