Skip to content

Commit 7409de7

Browse files
committed
docs: add uninstallation instructions
1 parent 160f344 commit 7409de7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ An [OpenCode](https://opencode.ai) plugin that adds **vision support** to models
1313
* [Configuration](#configuration)
1414
* [Supported Image Formats](#supported-image-formats)
1515
* [Troubleshooting](#troubleshooting)
16+
* [Uninstallation](#uninstallation)
1617
* [Contributing](#contributing)
1718
* [License](#license)
1819
* [References](#references)
@@ -166,6 +167,16 @@ rm -rf ~/.cache/opencode/packages/opencode-minimax-easy-vision@latest
166167

167168
By default the plugin only fires for MiniMax provider models (IDs matching `minimax/*`, `minimax-cn/*`, etc.). It will not activate for a MiniMax model accessed through OpenRouter or any other provider. To use the plugin with a different model or provider, add the model's ID pattern to `models` in your config — see [CONFIGURATION.md](./CONFIGURATION.md).
168169

170+
## Uninstallation
171+
172+
1. Remove `opencode-minimax-easy-vision` from the `plugin` array in your `opencode.json` file.
173+
174+
2. Delete the config files the plugin created:
175+
176+
```bash
177+
rm -f ~/.config/opencode/opencode-minimax-easy-vision.{json,jsonc}
178+
```
179+
169180
## Contributing
170181

171182
See [CONTRIBUTING.md](./CONTRIBUTING.md) for local development setup.

0 commit comments

Comments
 (0)