duojie-helper 0.2.23 → 0.2.24

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.23",
3
+ "version": "0.2.24",
4
4
  "description": "Duojie API 一键配置助手 - 支持 Claude Code, Droid, OpenClaw, Cursor, Cline 等主流 AI 编程工具",
5
5
  "type": "module",
6
6
  "bin": {
@@ -5,7 +5,7 @@ import TOML from '@iarna/toml';
5
5
  import { getApiBaseForProtocol } from '../index.js';
6
6
 
7
7
  const DUOJIE_PROVIDER_ID = 'duojie';
8
- const DEFAULT_MODEL = 'gpt-5.4';
8
+ const DEFAULT_MODEL = 'gpt-5.5';
9
9
 
10
10
  /**
11
11
  * 获取 Codex CLI 配置路径