-
Notifications
You must be signed in to change notification settings - Fork 462
[release] v0.77.3 #3438
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
Merged
Merged
[release] v0.77.3 #3438
Conversation
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
Add a scalable onboarding system for guided tours: - Core library (lib/onboarding): - Tour registry pattern for modular tour registration - isNewUserAtom for controlling new user onboarding - seenToursAtom for tracking completed tours - Type definitions for steps and tours with lifecycle hooks - Components (components/Onboarding): - OnboardingProvider wrapping NextStep library - OnboardingCard with progress bar and navigation - useOnboardingTour hook for triggering tours - Example tour for evaluation results page Uses @agentaai/nextstepjs (our fork with selector retry)
…hydration issues - Updated OnboardingProvider to use useState and useEffect for managing tour state, improving hydration handling. - Added caching mechanism in TourRegistry to prevent unnecessary re-renders during tour registration and unregistration. - Introduced InternalTour type for better type safety in onboarding components.
- Enhanced OnboardingCard to allow users to drag the card for better accessibility. - Added drag state management using useState and useRef hooks. - Implemented mouse event handlers for drag functionality, ensuring the card remains within viewport boundaries. - Updated card rendering to reflect drag position and added a drag handle for user interaction.
… and interactions - Changed tour step titles to better reflect content: "View Tabs" to "Aggregated Results" and "Explore Test Scenarios" to "Detailed Results". - Enhanced content descriptions for clarity on tab functionalities. - Adjusted selectors for the Overview and Scenarios tabs to improve targeting. - Added functionality to automatically click the Scenarios tab when the corresponding step is shown.
…ponent - Introduced a cardTransition prop with a duration of 0.2 seconds to enhance the visual experience during onboarding steps.
… component - Store a reference to the current step's cleanup handler to ensure it is properly removed when leaving the step. - Prevent accumulation of stale handlers by deleting the cleanup handler on exit.
- Removed unnecessary imports from EvalResultsOnboarding and useOnboardingTour files to streamline the codebase. - Improved code readability by eliminating unused variables and dependencies.
- Consolidated import statements in the useOnboardingTour hook to improve code clarity and maintainability.
The capture_oss_deployment_created call was accidentally removed in commit 358fe2d during an import refactoring. This event is triggered when the first user signs up in an OSS instance and is important for tracking new OSS deployments in PostHog. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…onboarding-core-infrastructure
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ucture feat(web): add minimal onboarding infrastructure with tour registry
docs: add Claude skills for changelog and announcements
docs(api): update OpenAPI spec and add update skill
…alytics-event fix(api): restore oss_deployment_created analytics event
[fix] Resolve litellm issue in llm-as-a-judge
bekossy
approved these changes
Jan 15, 2026
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.
New version v0.77.3 in