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

11 lines 431 B
import React from 'react'; export const settingsCommand = { name: 'settings', description: 'Configure UI settings (theme, shapes, branding)', handler: (_args, _messages, _metadata) => { // This command is handled specially in app.tsx // This handler exists only for registration purposes return Promise.resolve(React.createElement(React.Fragment)); }, }; //# sourceMappingURL=settings.js.map