Default config file:
opencode-plusplus.config.ymlLocal private config file:
opencode-plusplus.local.ymlDo not commit opencode-plusplus.local.yml.
target: opencode
tokenBudget: 100000
include:
- "**/*"
exclude:
- node_modules/**
- dist/**
- build/**
- coverage/**
- .next/**
- .venv/**
agents:
mode: minimal
maxTokens: 1200
llm:
enabled: false
baseUrl: "xx"
apiKey: "xx"
model: "xx"
rag:
provider: lightrag
chunkTokenLimit: 900Committed examples should keep baseUrl, apiKey, and model as xx. Real credentials belong only in opencode-plusplus.local.yml.