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

1
Cargo.lock generated
View file

@ -355,6 +355,7 @@ name = "ai_onboarding"
version = "0.1.0"
dependencies = [
"client",
"cloud_llm_client",
"component",
"gpui",
"language_model",