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

10 lines 372 B
import React from 'react'; export const explorerCommand = { name: 'explorer', description: 'Browse project files and add to context', handler: (_args, _messages, _metadata) => { // Handled specially in app-util.ts - enters explorer mode return Promise.resolve(React.createElement(React.Fragment)); }, }; //# sourceMappingURL=explorer.js.map