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

6 lines 286 B
/** * Creates a needsApproval function for file-mutation tools. * Returns false if the tool is always-allowed or the current mode is auto-accept/scheduler. */ export declare function createFileToolApproval(toolName: string): () => boolean; //# sourceMappingURL=tool-approval.d.ts.map