duojie-helper 0.2.22 → 0.2.23

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/package.json +1 -1
  2. package/src/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duojie-helper",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "Duojie API 一键配置助手 - 支持 Claude Code, Droid, OpenClaw, Cursor, Cline 等主流 AI 编程工具",
5
5
  "type": "module",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -43,6 +43,7 @@ export function getApiBaseForProtocol(protocol = '') {
43
43
  'openai-completions',
44
44
  'responses',
45
45
  'chat',
46
+ 'generic-chat-completion-api',
46
47
  ]);
47
48
 
48
49
  if (openaiProtocols.has(normalizedProtocol)) {