duojie-helper 0.2.13 → 0.2.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duojie-helper",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Duojie API 一键配置助手 - 支持 Claude Code, Droid, OpenClaw, Cursor, Cline 等主流 AI 编程工具",
5
5
  "type": "module",
6
6
  "bin": {
@@ -154,8 +154,8 @@ export async function configureOpenClaw(apiKey) {
154
154
  defaults: {
155
155
  ...existingConfig.agents?.defaults,
156
156
  model: {
157
- primary: `${defaultProvider}/${defaultModelId}`,
158
157
  ...existingConfig.agents?.defaults?.model,
158
+ primary: `${defaultProvider}/${defaultModelId}`,
159
159
  },
160
160
  models: {
161
161
  ...existingConfig.agents?.defaults?.models,