UNPKG

@nanocollective/nanocoder

Version:

A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter

12 lines 509 B
interface VSCodeExtensionPromptProps { onComplete: () => void; onSkip: () => void; } export declare function VSCodeExtensionPrompt({ onComplete, onSkip, }: VSCodeExtensionPromptProps): import("react/jsx-runtime").JSX.Element | null; /** * Check if we should show the extension install prompt * Returns true if --vscode flag is present and extension is not installed */ export declare function shouldPromptExtensionInstall(): boolean; export {}; //# sourceMappingURL=vscode-extension-prompt.d.ts.map