Skip to main content
OpenCode is an open-source terminal coding assistant designed for agentic workflows, repository refactoring, and automated debugging. You can route its requests directly through Neosantara’s OpenAI-compatible gateway.

Environment Configuration

The fastest method to configure OpenCode is exporting credentials in your terminal environment:

Project Configuration File

Create or update your OpenCode settings file (opencode.json at your project root or ~/.config/opencode/config.json for global settings):

Running OpenCode

After saving the configuration, launch OpenCode from your repository directory:
Prompt the agent to inspect your project or generate tests:

Next Steps