()
| 214 | } |
| 215 | |
| 216 | getLogPath(): string { |
| 217 | return getMagicContextLogPath("opencode"); |
| 218 | } |
| 219 | |
| 220 | getInstalledPluginVersion(): string | null { |
| 221 | // Look in OpenCode's plugin cache for the installed package version. |
nothing calls this directly
no test coverage detected