1. 08 Feb, 2026 2 commits
  2. 07 Feb, 2026 30 commits
  3. 06 Feb, 2026 8 commits
    • shaw's avatar
      refactor(frontend): 复用 TokenUsageTrend 组件优化用户 Dashboard 图表 · 76d242e0
      shaw authored
      用户 Dashboard 的 Token 使用趋势图表现在显示 Input/Output/Cache 三种类型,
      并在 Tooltip 中显示 Actual 和 Standard 价格,与管理员页面保持一致。
      76d242e0
    • shaw's avatar
      fix(frontend): 修复重启后健康检查接口路径错误 · 260c1521
      shaw authored
      将 /api/health 改为 /health,与后端实际注册的路由一致
      260c1521
    • shaw's avatar
      fix(ops): 添加 token 相关字段白名单避免误脱敏 · 9f4c1ef9
      shaw authored
      在敏感字段检测中添加白名单,排除 API 参数和用量统计字段:
      - max_tokens, max_completion_tokens, max_output_tokens
      - completion_tokens, prompt_tokens, total_tokens
      - input_tokens, output_tokens
      - cache_creation_input_tokens, cache_read_input_tokens
      
      这些字段名虽然包含 "token" 但只是数值参数,不应被脱敏处理。
      9f4c1ef9
    • shaw's avatar
      refactor(frontend): 调整账号页面错误透传规则按钮位置 · bd7fdb5e
      shaw authored
      将错误透传规则按钮从自动刷新按钮前面移动到后面
      bd7fdb5e
    • Wesley Liddick's avatar
      Merge pull request #489 from LLLLLLiulei/feat/import-export-bundle · a381910e
      Wesley Liddick authored
      feat: implement account & proxy import/export with migration-ready JSON bundles
      a381910e
    • shaw's avatar
      fix(gateway): 移除 PR #316 引入的工具名转换逻辑 · d182ef03
      shaw authored
      移除响应阶段的工具名/schema/description 转换逻辑,修复第三方工具调用时
      工具名被错误转换的问题(如 Task → task)。
      
      移除内容:
      - 工具名相关正则变量(toolPrefixRe, toolNameBoundaryRe 等)
      - openCodeToolOverrides 和 claudeToolNameOverrides 映射表
      - 工具名转换函数(normalizeToolNameForClaude, normalizeToolNameForOpenCode 等)
      - 响应体工具名替换函数(replaceToolNamesInText, replaceToolNamesInResponseBody 等)
      - 参数名转换函数(normalizeParamNameForOpenCode, rewriteParamKeysInValue)
      - 工具描述清理函数(sanitizeToolDescription)
      - 输入 schema 转换函数(normalizeToolInputSchema)
      - 模型 ID 正则替换函数(replaceModelIDInText)
      
      保留内容:
      - 系统提示词清理(sanitizeSystemText)
      - Claude Code 指纹 headers 处理
      - 模型 ID 映射(通过 JSON 对象操作)
      d182ef03
    • LLLLLLiulei's avatar
      merge upstream/main · 7319122e
      LLLLLLiulei authored
      7319122e
    • Wesley Liddick's avatar
      Merge pull request #497 from mt21625457/main · 4809fa4f
      Wesley Liddick authored
      fix(兼容): 将 Kimi cached_tokens 映射到 Claude 标准 cache_read_input_tokens
      4809fa4f