@efengx/openclaw-channel-dragon 0.5.33 → 0.5.34

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.
@@ -159,7 +159,7 @@ export class ChannelComponent {
159
159
  AccountId: accountId,
160
160
  SessionKey: sessionKey,
161
161
  Timestamp: Date.now(),
162
- Model: modelId,
162
+ Model: modelId || "google/gemini-3.5-flash",
163
163
  Attachments: attachments,
164
164
  },
165
165
  cfg,
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const dragonChannelPluginVersion = "0.5.33";
1
+ export declare const dragonChannelPluginVersion = "0.5.34";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const dragonChannelPluginVersion = "0.5.33";
1
+ export const dragonChannelPluginVersion = "0.5.34";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@efengx/openclaw-channel-dragon",
3
- "version": "0.5.33",
3
+ "version": "0.5.34",
4
4
  "description": "Dragon workbench channel for OpenClaw",
5
5
  "author": "feng xiang <ofengx@gmail.com>",
6
6
  "type": "module",