Lines 1-38javascript
1import { H as POSTHOG_TERMS_URL, I as POSTHOG_DOCS_URL, M as OAUTH_PORTS, N as OAUTH_TIMEOUT_MS, R as POSTHOG_ORG_AI_SETTINGS_URL, W as REMOTE_SKILLS_BASE_URL, X as WIZARD_TOOLS_MENU_FLAG_KEY, _ as SIGNUP_WIZARD_READINESS_CONFIG, d as relativeToInstallDir, j as Integration, l as WIZARD_LOG_FILE, m as setUI, s as logToFile, y as getBlockingServiceKeys, z as POSTHOG_PRIVACY_URL } from "./debug-BpWrz3hX.js";
2import { t as analytics } from "./analytics-Be_wRgxD.js";
3import { o as extractOAuthCode, t as getOrAskForProjectData } from "./setup-utils-BxdW2R0r.js";
4import { o as getUiHostFromHost } from "./urls-DpTCPWLD.js";
5import { t as ApiError } from "./api-C_R_ybiA.js";
6import { t as ADDITIONAL_FEATURE_LABELS } from "./wizard-session-CqihOtk3.js";
7import { i as wizardAbort } from "./wizard-abort-t41wO4Bh.js";
8import { A as coerceAuditChecks, D as AUDIT_CHECKS_KEY, E as AUDIT_CHECKS_FILE, _ as EVENT_PLAN_FILE, b as downloadSkill, j as getAuditChecks, k as AUDIT_SEVERITY_STYLE, x as fetchSkillMenu } from "./agent-interface-CPn9pZ8j.js";
9import { t as FRAMEWORK_REGISTRY } from "./registry-DFazVUSE.js";
10import { g as detectProjectsWithAgent, m as Icons, p as Colors, t as SETUP_REPORT_FILE } from "./posthog-integration-B6pTHVcn.js";
11import { C as STRIPE_SDKS, S as POSTHOG_SDKS, _ as SOURCE_MAPS_CONTEXT_KEYS, b as getDetectedWarehouseSources, d as Program, f as getProgramConfig, g as DISPLAY_NAME, h as AUTOMATABLE_VARIANTS, m as SELF_DRIVING_INTEGRATE_PATH_KEY, n as useKeyBindings, p as detectSelfDrivingIntegrationProjects, t as PickerMenu, x as getContentBlocks, y as fetchHealthIssues } from "./bin.js";
12import { t as WizardStore } from "./store-Di9OvMql.js";
13import { A as ConfirmationInput, C as TabContainer, D as LinkText, E as LogViewer, F as SplitView, M as useStdoutDimensions, N as ProgressList, O as extractUrls, P as LoadingBox, S as HNViewer, T as EventPlanViewer, _ as ServiceHealthList, a as useSkillEntry, b as LearnCard, c as AUDIT_AREA_SLIDES, d as McpSuggestedPromptsScreen, g as SEVERITY_ORDER, h as SEVERITY_LABEL, i as SkillSourceInfo, k as ModalOverlay, l as VisualBox, m as IssueTable, n
14import { t as ALL_FEATURE_VALUES } from "./defaults-UswXMiTx.js";
15import { a as getSupportedClients, c as removeMCPServer, i as getInstalledClients, o as getSupportedPluginClients, s as installPlugins, u as isPluginCapable } from "./add-mcp-server-to-clients-D5e3JbUC.js";
16import * as fs$1 from "fs";
17import path from "path";
18import { join as join$1 } from "node:path";
19import { spawn, spawnSync } from "node:child_process";
20import { Box, Text, render, useInput } from "ink";
HighChild Process
Package source references child process execution.
dist/start-tui-oGWfxdTd.jsView on unpkg · L18 HighCross File Remote Execution Context
Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/start-tui-oGWfxdTd.jsView on unpkg · L12 21import { Fragment, createElement, useEffect, useMemo, useRef, useState, useSyncExternalStore } from "react";
22import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
23import { access, readdir, rm } from "node:fs/promises";
24import { Spinner, TextInput } from "@inkjs/ui";
25//#region src/ui/tui/ink-ui.ts
26const ANSI_RE = /\x1b\[[0-9;]*m/g;
27function stripAnsi(s) {
28 return s.replace(ANSI_RE, "");
35 this.store.pushStatus(message);
38 this.store.pushStatus(stripAnsi(message));
Long lines were clipped for display.