Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
anonymous_github
/
src
下载当前目录
T
tdurieux
fix: 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 天前