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

8 lines 407 B
import type { Command } from '../types/commands.js'; /** * Creates a stub command that is handled specially elsewhere (app.tsx / app-util.ts). * The handler returns an empty fragment — actual logic lives in the app layer * where full state context is available. */ export declare function createStubCommand(name: string, description: string): Command; //# sourceMappingURL=create-stub-command.d.ts.map