src/entrypoints/cli.tsx

Description

Primary Claude Code CLI entrypoint used as the esbuild bundle root. A .tsx file (React/TSX at top level) that reads env vars at module scope, kicks off initialization via src/entrypoints/init.ts, and mounts the Ink React tree. Distinct from src/main.tsx (also referenced elsewhere as the main entry point) — cli.tsx is the one used by the rebuild build system.

Key claims

Relations

Sources

src-20260420-5444205c5d32 src-20260420-17813fb5232c