@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 • 340 B
JavaScript
import React from 'react';
export const ideCommand = {
name: 'ide',
description: 'Connect to an IDE',
handler: (_args, _messages, _metadata) => {
// Handled specially in app-util.ts - enters IDE selection mode
return Promise.resolve(React.createElement(React.Fragment));
},
};
//# sourceMappingURL=ide.js.map