0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. anonymous_github
  2. /
  3. src
Ttdurieuxfix: auth issue & profile save issue
39fadd6c创建于 11 天前历史提交
文件最后提交记录最后更新时间
cli
always use githubStream 25 天前
core
fix: auth issue & profile save issue 11 天前
queue
fix rate limit 17 天前
server
fix rate limit 17 天前
streamer
handle memory issues 22 天前
config.ts
improve binary file detection: content sniffing + jsonl support Files like .jsonl that mime-types doesn't know fell through to application/octet-stream and rendered as "Unsupported binary file" in the viewer. Replace istextorbinary with isbinaryfile for content-based detection, and use mime-types for name-based classification with a textual application/* allowlist. The streaming transformer now defers classification when the name is inconclusive and sniffs the first chunk before emitting "transform", so route.ts and AnonymizedFile.ts get a content-aware Content-Type. Whitelists .jsonl and .ndjson to short-circuit dataset files. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 23 天前