@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 • 329 B
TypeScript
/**
* Check if a nanocoder tool is configured to always be allowed
* @param toolName - The name of the tool to check
* @returns true if the tool is in the alwaysAllow list, false otherwise
*/
export declare function isNanocoderToolAlwaysAllowed(toolName: string): boolean;
//# sourceMappingURL=nanocoder-tools-config.d.ts.map