-
[OPIK-5195] [FE] Add agent name onboarding step card (#5804)
发布于
2026-03-25 08:10:30 +00:00 - [OPIK-5195] [FE] Add agent name onboarding step card
Add the first step of the new agent onboarding flow behind the
AGENT_CONFIGURATION_ENABLED feature toggle. Users enter an agent name
which is persisted to localStorage via a context provider with
step-based navigation (goToStep). When onboarding completes, the
user is redirected to the home page.Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- [OPIK-5195] [FE] Fix feature toggle race condition and clean up onboarding
Block FeatureTogglesProvider children until toggles are fetched,
preventing premature redirect on get-started page. Also clean up
old OnboardingOverlay code, add CONNECT_AGENT step, and enforce
minimum agent name length.Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- [OPIK-5195] [FE] Remove debug console.log from NewQuickstart
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- [OPIK-5195] [FE] Remove agentConfigurationEnabled toggle and old onboarding from v2
Agent onboarding is now always enabled in v2 — no feature toggle needed.
Remove old OnboardingOverlay questionnaire and IntegrationExplorer from
v2 get-started page. Add CONNECT_AGENT step constant and step-based
routing in AgentOnboardingOverlay.Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- [OPIK-5195] [FE] Remove isFetched guard from FeatureTogglesProvider
Render immediately with defaults instead of blocking until toggles API
responds. Tech debt ticket OPIK-5238 tracks re-adding with a proper
loading state.Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- [OPIK-5195] [FE] Revert feature-toggles-provider to main version
Remove unrelated changes to FeatureTogglesProvider — only the toggle
enum and BE/CI/docker removals are in scope for this PR.Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- [OPIK-5195] Revert BE/CI/docker toggle changes (moved to separate branch)
Toggle removal moved to danield/NA-remove-agent-config-toggle branch.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
下载附件