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

6 lines 197 B
/** * Parses API errors into user-friendly messages. * Exported for testing purposes. */ export declare function parseAPIError(error: unknown): string; //# sourceMappingURL=error-parser.d.ts.map