opencode-windsurf-codeium 0.1.14 → 0.1.16

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.
@@ -90,7 +90,7 @@ function encodeChatMessageIntent(text) {
90
90
  *
91
91
  * ChatMessage structure (from reverse engineering):
92
92
  * Field 1: message_id (string, required)
93
- * Field 2: source (enum: 1=USER, 2=SYSTEM)
93
+ * Field 2: source (enum: 1=USER, 2=SYSTEM, 3=ASSISTANT)
94
94
  * Field 3: timestamp (google.protobuf.Timestamp, required)
95
95
  * Field 4: conversation_id (string, required)
96
96
  * Field 5: intent (ChatMessageIntent, oneof content)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-windsurf-codeium",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "OpenCode plugin for Windsurf/Codeium authentication - use Windsurf models in OpenCode",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",