opencode-windsurf-codeium 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,14 +28,17 @@ bun add opencode-windsurf-codeium@beta
28
28
 
29
29
  ## OpenCode Configuration
30
30
 
31
- Add the following to your OpenCode config (typically `~/.config/opencode/config.json`). Pin the plugin if you want the beta tag:
31
+ Add the following to your OpenCode config (typically `~/.config/opencode/config.json`):
32
32
 
33
33
  ```json
34
34
  {
35
35
  "$schema": "https://opencode.ai/config.json",
36
- "plugin": ["opencode-windsurf-codeium@beta"],
37
36
  "provider": {
38
37
  "windsurf": {
38
+ "npm": "opencode-windsurf-codeium",
39
+ "options": {
40
+ "baseURL": "https://windsurf.local"
41
+ },
39
42
  "models": {
40
43
  "claude-4.5-opus": {
41
44
  "name": "Claude 4.5 Opus (Windsurf)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-windsurf-codeium",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "OpenCode plugin for Windsurf/Codeium authentication - use Windsurf models in OpenCode",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",