claude-code-best/src/utils/model
y574444354 5864d1a9a7 fix: 构建时替换 feature flags,修复 CoStrict provider 递归解析,默认启用 BUDDY
- build.ts: 构建产物中手动替换 feature('FLAG_NAME') 为 true/false,
  使构建后的产物正确响应 feature flag,不再依赖运行时环境变量。
- src/utils/model/model.ts: 修复 CoStrict provider 下 getDefaultSonnetModel
  和 getDefaultHaikuModel 的递归调用问题,返回具体模型名。
- src/buddy/useBuddyNotification.tsx: 移除 BUDDY 功能的日期限制,默认启用。
2026-04-29 14:42:31 +08:00
..
__tests__ feat: 添加 model/provider 层改进 2026-04-22 22:38:10 +08:00
agent.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
aliases.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
antModels.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
bedrock.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
check1mAccess.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
configs.ts merge: sync upstream/main while preserving local brand/config 2026-04-29 09:06:20 +08:00
contextWindowUpgradeCheck.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
deprecation.ts fix(types): clean type fixes across 92 files 2026-04-09 23:45:56 +08:00
model.ts fix: 构建时替换 feature flags,修复 CoStrict provider 递归解析,默认启用 BUDDY 2026-04-29 14:42:31 +08:00
modelAllowlist.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
modelCapabilities.ts feat: 添加 model/provider 层改进 2026-04-22 22:38:10 +08:00
modelOptions.ts feat: 添加 model/provider 层改进 2026-04-22 22:38:10 +08:00
modelStrings.ts claude-code with OpenAI mode fix 2026-04-04 01:21:00 +08:00
modelSupportOverrides.ts feat: 添加 model/provider 层改进 2026-04-22 22:38:10 +08:00
providers.ts merge: sync upstream claude-code-best/claude-code main (dad3ad2) 2026-04-14 11:18:05 +08:00
validateModel.ts feat: 添加 model/provider 层改进 2026-04-22 22:38:10 +08:00