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 415 B
import type { MessageSubmissionOptions } from '../../../types/index.js'; /** * Handles /resume, /sessions, /history (session resume). * No args: show session selector. One arg: resume by "last", id, or list index. * Returns true if handled. */ export declare function handleResumeCommand(commandParts: string[], options: MessageSubmissionOptions): Promise<boolean>; //# sourceMappingURL=session-handler.d.ts.map