Skip to content

feat: support bulk windsurf password import#426

Closed
yifancao9211 wants to merge 2 commits intojlcodes99:mainfrom
yifancao9211:codex/windsurf-bulk-password-import
Closed

feat: support bulk windsurf password import#426
yifancao9211 wants to merge 2 commits intojlcodes99:mainfrom
yifancao9211:codex/windsurf-bulk-password-import

Conversation

@yifancao9211
Copy link
Copy Markdown

Summary

  • add Windsurf batch email/password import
  • support JSON input and line-based plain text input
  • show supported input formats directly in the Windsurf import dialog

Supported formats

  • email password
  • email<TAB>password
  • email,password
  • email----password
  • email|password
  • [{"email":"...","password":"..."}]
  • [["...","..."]]

Verification

  • npm run typecheck
  • cargo check --manifest-path src-tauri/Cargo.toml

@yifancao9211 yifancao9211 force-pushed the codex/windsurf-bulk-password-import branch from a498fdf to f5931b1 Compare April 9, 2026 03:41
Repository owner deleted a comment Apr 9, 2026
@jlcodes99 jlcodes99 closed this Apr 10, 2026
@jlcodes99 jlcodes99 reopened this Apr 13, 2026
@jlcodes99
Copy link
Copy Markdown
Owner

看了这次更新,邮箱密码登录已经加回来了,而且这条 PR 现在不只是单账号登录,也包含批量邮箱密码导入。

我这边按当前 PR 头分支做了临时校验,node scripts/check_locales.cjsnpm run typecheckcargo check --manifest-path src-tauri/Cargo.toml 都能通过,所以从功能和基础校验层面看,可以重新纳入合并。

现在唯一明确的阻塞点是 GitHub 上这个 PR 还是 DIRTY,说明它和 main 还有冲突,暂时不能直接点 merge。冲突目前主要在这几处:src-tauri/src/commands/windsurf.rssrc-tauri/src/lib.rssrc/pages/WindsurfAccountsPage.tsxsrc/services/windsurfService.ts

所以结论是:可以重新合并回这个方向,但要先把和 main 的冲突解掉,再继续合并。

@jlcodes99 jlcodes99 closed this Apr 15, 2026
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.

2 participants