@kili-ai/install
v0.2.9
Published
npx installer for Kili for Claude Code. Finds your editors (VS Code / Cursor / VSCodium), installs the @kili-ai/vscode extension, and signs you in through your browser — the same UX as `npx -y @kickbacksai/install`.
Keywords
Readme
@kili-ai/install
One-command setup for Kili for Claude Code — the same npx UX as
npx -y @kickbacksai/install, built entirely on Claude Code's own supported
settings (spinnerVerbs, statusLine, claudeCode.spinnerVerbs). Nothing
here patches VS Code, Cursor, or Claude Code's own files.
npx -y @kili-ai/installThis will:
- Detect which of VS Code / Cursor / VSCodium you have installed.
- Install the
@kili-ai/vscodeextension into each. - Open your browser to sign in (or create a Kili publisher account).
- Write the resulting API key into each editor's settings automatically.
Reload your editor and Claude Code's "Discombobulating…" spinner starts showing sponsored copy instead.
Re-authenticating
npx @kili-ai/install loginHow sign-in works
A loopback HTTP server on 127.0.0.1:<random port> opens
https://app.trykili.ai/cli-auth?port=…&state=… in your default browser. That
page reuses the normal dashboard login (magic link or Google) and, once
you're signed in, mints an API key through the existing POST /api-keys
endpoint and posts it back to the loopback server. No password or key is ever
typed into the terminal — you approve everything in the browser tab you
already trust. See pkg.vscode.kili's README for the full architecture.
