v0.2.3 - Global Config Support
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:
- Project config:
<projectRoot>/.opencode/codebase-index.json - Global config:
~/.config/opencode/codebase-index.json
Full Changelog
- feat: support global config file (~/.config/opencode/codebase-index.json)