Skip to content

Conversation

@github-actions
Copy link

New version v0.77.3 in

  • (web)
  • web/oss
  • web/ee
  • sdk
  • api

mmabrouk and others added 19 commits December 31, 2025 16:25
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>
@vercel
Copy link

vercel bot commented Jan 15, 2026

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

Project Deployment Review Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jan 15, 2026 1:03pm

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 15, 2026
…ucture

feat(web): add minimal onboarding infrastructure with tour registry
@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Jan 15, 2026
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
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 15, 2026
@bekossy bekossy merged commit 0c2d5c7 into main Jan 15, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backend Frontend lgtm This PR has been approved by a maintainer SDK size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants