cloudaxe-opencode/packages/opencode/src/plugin/builtin.ts
Dax Raad 3f90ffabee fix(core): install npm plugins into config directories instead of cache
Plugins declared in config files are now installed into the config
directory that declared them (e.g. ~/.config/opencode/ or .opencode/)
instead of ~/.cache/opencode/. This prevents plugin data loss on cache
version bumps and ensures plugins can reliably locate their data files
relative to the config directory.

Fixes #12222
2026-02-05 16:17:27 -05:00

2 lines
173 B
TypeScript

/** Built-in npm plugins that are installed by default (unless OPENCODE_DISABLE_DEFAULT_PLUGINS is set) */
export const BUILTIN_PLUGINS = ["opencode-anthropic-auth@0.0.13"]