Skip to content

feat(setup): remove AI provider configuration step from onboarding wizard#863

Merged
su8su merged 1 commit intomainfrom
fix_setup_index
Apr 16, 2026
Merged

feat(setup): remove AI provider configuration step from onboarding wizard#863
su8su merged 1 commit intomainfrom
fix_setup_index

Conversation

@su8su
Copy link
Copy Markdown
Contributor

@su8su su8su commented Apr 16, 2026

No description provided.

Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2da0abd39f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread src/pages/Setup/index.tsx
Comment on lines 209 to 212
{safeStepIndex === STEP.WELCOME && <WelcomeContent />}
{safeStepIndex === STEP.RUNTIME && <RuntimeContent onStatusChange={setRuntimeChecksPassed} />}
{safeStepIndex === STEP.PROVIDER && (
<ProviderContent
providers={providers}
selectedProvider={selectedProvider}
onSelectProvider={setSelectedProvider}
apiKey={apiKey}
onApiKeyChange={setApiKey}
onConfiguredChange={setProviderConfigured}
/>
)}
{safeStepIndex === STEP.INSTALLING && (
<InstallingContent
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update E2E coverage for onboarding flow change

/workspace/ClawX/AGENTS.md states that any user-visible UI change must include or update an Electron E2E spec in the same PR, but this commit changes the setup wizard flow by removing a step and only modifies src/pages/Setup/index.tsx. I checked the commit diff and no tests/e2e/*.spec.ts files were updated, so step progression and skip/navigation behavior introduced here can regress without automated detection.

Useful? React with 👍 / 👎.

Comment thread src/pages/Setup/index.tsx
Comment on lines 56 to 58
{
id: 'installing',
title: t('steps.installing.title'),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Sync setup docs after removing provider step

/workspace/ClawX/AGENTS.md requires doc sync for functional changes across README.md, README.zh-CN.md, and README.ja-JP.md, but this onboarding change was not mirrored there (for example, README.md still lists an AI Provider wizard step in the First Launch section). This leaves user-facing setup instructions inconsistent with the actual UI flow and will cause onboarding confusion.

Useful? React with 👍 / 👎.

@su8su su8su merged commit 48415db into main Apr 16, 2026
5 checks passed
@su8su su8su deleted the fix_setup_index branch April 16, 2026 11:09
DigitalNomad-Chat added a commit to DigitalNomad-Chat/ClawX that referenced this pull request Apr 26, 2026
…docs update (ValueCell-ai#863 ValueCell-ai#900 ValueCell-ai#901 ValueCell-ai#905 ValueCell-ai#910)

Remove provider setup step, speed up initial loading, remove brave-web-search,
update READMEs for LaTeX, add agent context files, strip first run sections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant