File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { stdin as input , stdout as output } from "node:process" ;
1+ import { stdin as input , stdout as output } from "node:process" ;
22import { createInterface } from "node:readline/promises" ;
33import type { DashboardDisplaySettings } from "../dashboard-settings.js" ;
44import { ANSI } from "../ui/ansi.js" ;
5- import { UI_COPY } from "../ui/copy.js" ;
5+ import { UI_COPY } from "../ui/ui- copy.js" ;
66import {
77 stringifyLogArgs ,
88 stylePromptText ,
Original file line number Diff line number Diff line change 1- import { isBrowserLaunchSuppressed } from "../auth/browser.js" ;
1+ import { isBrowserLaunchSuppressed } from "../auth/browser.js" ;
22import { promptAddAnotherAccount , promptLoginMode } from "../cli.js" ;
33import { ACCOUNT_LIMITS } from "../constants.js" ;
44import { loadDashboardDisplaySettings } from "../dashboard-settings.js" ;
@@ -16,7 +16,7 @@ import {
1616 setStoragePath ,
1717 StorageError ,
1818} from "../storage.js" ;
19- import { UI_COPY } from "../ui/copy.js" ;
19+ import { UI_COPY } from "../ui/ui- copy.js" ;
2020import { confirm } from "../ui/confirm.js" ;
2121import { stylePromptText } from "./formatters/index.js" ;
2222import { runHealthCheck } from "./health-check.js" ;
Original file line number Diff line number Diff line change 1- import { stdin as input , stdout as output } from "node:process" ;
1+ import { stdin as input , stdout as output } from "node:process" ;
22import { sanitizeEmail } from "../accounts.js" ;
33import type { promptLoginMode } from "../cli.js" ;
44import { MODEL_FAMILIES } from "../prompts/codex.js" ;
@@ -11,7 +11,7 @@ import {
1111 setStoragePath ,
1212 withAccountStorageTransaction ,
1313} from "../storage.js" ;
14- import { UI_COPY } from "../ui/copy.js" ;
14+ import { UI_COPY } from "../ui/ui- copy.js" ;
1515import { getUiRuntimeOptions } from "../ui/runtime.js" ;
1616import { type MenuItem , select } from "../ui/select.js" ;
1717import { runSwitchCommand } from "./commands/switch.js" ;
Original file line number Diff line number Diff line change 1- import { stdin as input , stdout as output } from "node:process" ;
1+ import { stdin as input , stdout as output } from "node:process" ;
22import { createInterface } from "node:readline/promises" ;
33import {
44 extractAccountEmail ,
@@ -30,7 +30,7 @@ import {
3030 withAccountStorageTransaction ,
3131} from "../storage.js" ;
3232import type { AccountIdSource , TokenResult } from "../types.js" ;
33- import { UI_COPY } from "../ui/copy.js" ;
33+ import { UI_COPY } from "../ui/ui- copy.js" ;
3434import {
3535 type AccountPoolWriteOutcome ,
3636 applyAccountPoolResults ,
You can’t perform that action at this time.
0 commit comments