更新日志(中文)
[0.10.0] - 2026-03-07
新增
- Cursor 平台全链路接入:新增 Cursor 账号管理与多开实例完整能力,覆盖后端命令/模块、前端页面/store/service、侧边导航、平台页签、仪表盘卡片与托盘集成。
- Cursor 账号管理能力集:新增 OAuth(PKCE)、Token/JSON 导入、本地
state.vscdb导入、账号导出,以及向 Cursor profile 数据回写注入实现切号。 - Cursor 配额与订阅数据链路:新增官方接口刷新流程(
usage-summary、GetUserMeta、Stripe profile),支持 Total/Auto/API/On-Demand 指标与团队额度解析。 - Cursor 设置与自动化调度接入:在设置页与快捷设置新增 Cursor 路径、自动刷新间隔、配额预警开关/阈值,并纳入全局自动刷新调度。
- 跨平台实例“使用已有目录”模式:Antigravity/Codex/GitHub Copilot/Windsurf/Kiro/Cursor 全部新增
existingDir初始化模式,可直接登记本地已存在目录为实例。 - 设备指纹预览自动补齐支持:新增“预览当前指纹缺失字段自动生成并回写”能力,前端支持字段级自动生成标识。
变更
- 应用主框架全局接入 Cursor:新增 Cursor 路由/页面挂载、仪表盘“当前账号/推荐账号”卡片动作、平台类型与导航类型扩展,以及平台元信息接入。
- 系统托盘启动与渲染链路升级:托盘改为先秒开骨架菜单,再异步加载完整账号菜单;同时接入 Cursor 托盘摘要与平台排序。
- 启动阻塞路径进一步收敛:设置合并与日志清理改为后台线程执行;i18n 启动改为预置
en资源并通过加载壳层完成初始化。 - 设置页/快捷设置/配置结构扩展:新增
cursor_auto_refresh_minutes、cursor_app_path、cursor_quota_alert_enabled、cursor_quota_alert_threshold,并补齐兼容性归一逻辑。 - 实例流程跨平台增强:Antigravity/Codex/GitHub Copilot/Windsurf/Kiro/Cursor 在前后端统一支持并校验
existingDir创建模式。 - Codex 账号展示增强:新增身份元数据解析(
Signed in with <provider>+ ID),并在卡片/表格新增 Code Review 配额指标。 - 套餐徽标样式统一:引入共享
--plan-*设计变量,账号页与实例页统一复用同一套套餐颜色映射。 - 本地化覆盖范围扩展到 Cursor 新增流程:已补齐多语言下 Cursor 页面、OAuth/导入、实例
existingDir模式、快捷设置与配额展示相关文案键。
修复
- 平台账号去重准确性提升:GitHub Copilot 与 Windsurf 改为按
github_id去重;Kiro 在user_id存在性冲突场景不再按邮箱误合并。 - 设备指纹预览数据一致性提升:读取当前 profile 时会自动补齐缺失指纹字段,返回自动生成字段标记,并尝试回写本地存储。
- Cursor 缺路径引导链路补齐:
APP_PATH_NOT_FOUND:cursor已完整纳入统一路径设置/重置/探测/重试流程。
Changelog (English)
[0.10.0] - 2026-03-07
Added
- Cursor platform end-to-end integration: Added full Cursor account and multi-instance support across backend commands/modules, frontend pages/stores/services, side navigation, tabs, dashboard cards, and tray integration.
- Cursor account management capability set: Added OAuth (PKCE), Token/JSON import, local
state.vscdbimport, account export, and account injection back to Cursor profile data for switching. - Cursor quota and subscription pipeline: Added official refresh chain (
usage-summary,GetUserMeta, Stripe profile endpoints), including Total/Auto/API/On-Demand metrics and team-limit parsing. - Cursor settings and automation wiring: Added Cursor app path, auto-refresh interval, and quota-alert enable/threshold in both Settings and Quick Settings, and integrated Cursor into global auto-refresh.
- Cross-platform existing-directory instance mode: Added
existingDirinitialization mode for Antigravity/Codex/GitHub Copilot/Windsurf/Kiro/Cursor to register existing local directories as instances. - Fingerprint preview autofill support: Added preview-current-profile autofill/writeback for missing fields and frontend field-level auto-generated indicators.
Changed
- App framework now includes Cursor globally: added Cursor routing/page mounting, dashboard current/recommended account card actions, platform typing/navigation expansion, and platform metadata wiring.
- System tray startup and rendering path was upgraded: tray now boots with a lightweight skeleton menu first and asynchronously loads full account-driven menus; Cursor tray summaries and platform ordering are included.
- Startup blocking work was reduced: settings merge and log cleanup were moved to background threads; i18n startup preloads
enresources and uses an explicit loading shell before app mount. - Settings/Quick Settings/config schema expanded: added
cursor_auto_refresh_minutes,cursor_app_path,cursor_quota_alert_enabled, andcursor_quota_alert_threshold, with backward-compatible config normalization. - Instance workflow enhancements across providers: Antigravity/Codex/GitHub Copilot/Windsurf/Kiro/Cursor now validate and support
existingDircreation mode in backend and frontend forms. - Codex account presentation expanded: added auth metadata parsing (
Signed in with <provider>, ID details) and a dedicated Code Review quota metric in cards/tables. - Plan/tier badge styling unified: introduced shared
--plan-*design tokens and switched account/instance pages to common badge color mapping. - Localization coverage was expanded for new Cursor flows: updated locale keys across supported language packs for Cursor pages, OAuth/import flow,
existingDirinstance mode, quick settings, and quota display copy.
Fixed
- Provider account dedup correctness improved: GitHub Copilot and Windsurf now deduplicate by
github_id; Kiro avoids email-only merges whenuser_idpresence conflicts. - Fingerprint preview data consistency improved: reading current profile now autofills missing fingerprint fields, returns generated-field markers, and attempts writeback to storage.
- Path-missing guidance chain now covers Cursor fully:
APP_PATH_NOT_FOUND:cursoris handled by unified set/reset/detect/retry flow.