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

9 lines 409 B
export const copilotLoginCommand = { name: 'copilot-login', description: 'Log in to GitHub Copilot (device flow). Saves credentials for the "GitHub Copilot" provider.', handler: async () => { // Handled via setLiveComponent in app-util.ts for animated UI. // This handler is kept for command registry listing / help text. }, }; //# sourceMappingURL=copilot-login-command.js.map