opencode-morphllm 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This is an OpenCode Plugin for [MorphLLM](https://morphllm.com/). This plugin just adds in `edit_file` and `warpgrep_codebase_search` from MorphLLM to your agent configs as well as the intelligent model router for choosing different models based on the difficulty of the prompt.
|
|
4
4
|
|
|
5
|
+
Github: https://github.com/VitoLin/opencode-morphllm
|
|
6
|
+
|
|
7
|
+
NPM: https://www.npmjs.com/package/opencode-morphllm
|
|
8
|
+
|
|
5
9
|
## Installation
|
|
6
10
|
|
|
7
11
|
In `~/.config/opencode/opencode.json`, add the following config:
|
|
@@ -12,7 +16,7 @@ In `~/.config/opencode/opencode.json`, add the following config:
|
|
|
12
16
|
]
|
|
13
17
|
```
|
|
14
18
|
|
|
15
|
-
You can also set the `opencode-morphllm` config variables by creating a
|
|
19
|
+
You can also set the `opencode-morphllm` config variables by creating a `json` file at `~/.config/opencode/morph.json`. You can find the provider and model ids from https://models.dev
|
|
16
20
|
|
|
17
21
|
Example configs:
|
|
18
22
|
|