@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
7 lines • 350 B
TypeScript
import type { Task } from './types.js';
export declare function getTasksPath(): string;
export declare function loadTasks(): Promise<Task[]>;
export declare function saveTasks(tasks: Task[]): Promise<void>;
export declare function generateTaskId(): string;
export declare function clearAllTasks(): Promise<void>;
//# sourceMappingURL=storage.d.ts.map