@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
10 lines • 374 B
TypeScript
import React from 'react';
import type { Colors } from '../../types/index.js';
interface StringReplaceArgs {
path: string;
old_str: string;
new_str: string;
}
export declare function formatStringReplacePreview(args: StringReplaceArgs, result?: string, colors?: Colors): Promise<React.ReactElement>;
export {};
//# sourceMappingURL=string-replace-preview.d.ts.map