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 346 B
/** * Format timestamp to relative time string */ export declare function formatRelativeTime(timestamp: string): string; /** * Validate checkpoint name for invalid characters and length */ export declare function validateCheckpointName(name: string): { valid: boolean; error?: string; }; //# sourceMappingURL=checkpoint-utils.d.ts.map