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

7 lines 272 B
/** * Protocol types for communication between VS Code extension and Nanocoder CLI * This file should be kept in sync with plugins/vscode/src/protocol.ts */ export const PROTOCOL_VERSION = '1.0.0'; export const DEFAULT_PORT = 51820; //# sourceMappingURL=protocol.js.map