@exocore/exocode
v0.0.21
Published
Exocode — AI coding assistant powered by exocore
Readme
Exocode
AI coding assistant powered by exocore — multi-provider AI gateway CLI.
Install
npm install -g @exocore/exocodeQuick Start
exocodeConfiguration
Place an apis.json in your project directory or ~/.exocore/apis.json:
{
"baseUrl": "https://your-gateway-url.com",
"apis": {
"provider1": ["model-a", "model-b"],
"provider2": ["model-c", "model-d"]
}
}