Skip to content

v0.2.3 - Global Config Support

Choose a tag to compare

@Helweg Helweg released this 16 Jan 12:13
· 926 commits to main since this release

What's New

Global Config File Support

You can now place your config in ~/.config/opencode/codebase-index.json for global settings that apply across all projects.

Example global config:

{
  "scope": "global"
}

The plugin checks for config in this order:

  1. Project config: <projectRoot>/.opencode/codebase-index.json
  2. Global config: ~/.config/opencode/codebase-index.json

Full Changelog

  • feat: support global config file (~/.config/opencode/codebase-index.json)