@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 • 335 B
TypeScript
import type { Command } from '../types/commands.js';
/**
* Resume command registration for /help listing.
* Actual handling is done in app-util.ts (handleResumeCommand) which
* intercepts /resume, /sessions, and /history before the registry runs.
*/
export declare const resumeCommand: Command;
//# sourceMappingURL=resume.d.ts.map