-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Updated onboarding flow with contextual screens #5457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…ate, rate limiting, and folder operations
🦋 Changeset detectedLatest commit: 64da6a0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
bef476f to
fc4847c
Compare
1a099e0 to
e9b5f3b
Compare
| @@ -0,0 +1,873 @@ | |||
| # Updated Onboarding Flow - Implementation Plan | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
| @@ -0,0 +1,1095 @@ | |||
| # Updated Onboarding Flow - Final Implementation Plan | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
| @@ -0,0 +1,63 @@ | |||
| ## Updated onboarding flow for VSCode extension | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
| "kilo-code": minor | ||
| --- | ||
|
|
||
| Add updated onboarding flow with contextual screens based on workspace state. New onboarding screens adapt to different user states (no folder open, folder open but no history), provide fun project suggestions for new users, show contextual prompts based on editor state, display rate limiting notifications, and simplify folder opening and repository cloning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe limit this to one sentence
Overview
This PR implements the updated onboarding flow based on product owner specifications.
Changes
New Components
Updated Components
Translation Updates
Features
Adaptive Initial Screen
Contextual Prompts
Rate Limiting
Simplified Operations
Testing
Notes
This is a v1 implementation focusing on core functionality. Future enhancements could include: