claude-code-best/src
claude-code-best f724300079 fix: 内存优化 — FileReadTool 100KB 上限、lookups 缓存、microcompact 替换清理
- FileReadTool maxResultSizeChars 从 Infinity 改为 100KB,大文件持久化到磁盘
- Messages.tsx 新增 computeMessageStructureKey 缓存,流式 delta 时跳过 8 个 Map/Set 重建
- microcompact 返回 clearedToolUseIds,query.ts 消费后清理 replacements Map 释放原始字符串
- 更新内存分析报告 Round 5 和 file-operations 文档

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-02 11:21:22 +08:00
..
__tests__ style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
assistant feat: 添加服务层增强与零散改进 2026-04-22 22:38:10 +08:00
bootstrap docs: 合并性能分析报告并优化内存管理 2026-05-02 09:11:12 +08:00
bridge style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
buddy fix: 优化内存峰值与 CPU 性能,降低 100-300MB 内存占用 2026-05-02 00:45:03 +08:00
cli docs: 合并性能分析报告并优化内存管理 2026-05-02 09:11:12 +08:00
commands style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
components fix: 内存优化 — FileReadTool 100KB 上限、lookups 缓存、microcompact 替换清理 2026-05-02 11:21:22 +08:00
constants style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
context style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
coordinator feat: 工具层及 mcp 大重构 (#252) 2026-04-13 09:52:05 +08:00
daemon feat: harden autonomy lifecycle, OOM bounds, and provider-boundary finalization 2026-04-29 14:04:27 +08:00
entrypoints style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
environment-runner style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
hooks docs: 合并性能分析报告并优化内存管理 2026-05-02 09:11:12 +08:00
jobs Feat/integrate lint preview (#285) 2026-04-16 20:59:29 +08:00
keybindings style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
memdir style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
migrations chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
moreright style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
native-ts/file-index style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
outputStyles feat: build 2026-03-31 19:22:47 +08:00
plugins feat: 接入内建 weixin channel(同 #301 重构版本) (#303) 2026-04-19 21:33:27 +08:00
proactive feat: harden autonomy lifecycle, OOM bounds, and provider-boundary finalization 2026-04-29 14:04:27 +08:00
query style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
remote style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
schemas chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
screens fix: 修复内存溢出问题,compact 时清理持久增长数据结构 2026-05-01 22:24:18 +08:00
self-hosted-runner style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
server style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
services fix: 内存优化 — FileReadTool 100KB 上限、lookups 缓存、microcompact 替换清理 2026-05-02 11:21:22 +08:00
skills chore: 清理仓库审计问题——修正 CLAUDE.md、删除冗余 yoga-layout、清除 621 个未使用的类型 stub (#354) 2026-04-25 08:54:18 +08:00
ssh feat: 实现 SSH Remote — 本地 REPL + 远端工具执行 2026-04-24 14:25:56 +08:00
state style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
tasks style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
types style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
upstreamproxy feat: 问就是封包 2026-03-31 23:32:58 +08:00
utils fix: 内存优化 — FileReadTool 100KB 上限、lookups 缓存、microcompact 替换清理 2026-05-02 11:21:22 +08:00
vim feat: build 2026-03-31 19:22:47 +08:00
voice feat: 集成豆包 ASR 语音识别后端,支持 /voice doubao 切换 (#357) 2026-04-25 13:57:30 +08:00
commands.ts style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
context.ts feat: build 2026-03-31 19:22:47 +08:00
cost-tracker.ts feat: ACP 协议版本 remote control (#293) 2026-04-18 21:54:22 +08:00
costHook.ts feat: build 2026-03-31 19:22:47 +08:00
dialogLaunchers.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
history.ts feat: 添加服务层增强与零散改进 2026-04-22 22:38:10 +08:00
interactiveHelpers.tsx fix: theme switching always defaults to dark mode 2026-04-30 16:15:27 +08:00
main.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
projectOnboardingState.ts feat: build 2026-03-31 19:22:47 +08:00
query.ts fix: 内存优化 — FileReadTool 100KB 上限、lookups 缓存、microcompact 替换清理 2026-05-02 11:21:22 +08:00
QueryEngine.ts fix: 修复内存溢出问题,compact 时清理持久增长数据结构 2026-05-01 22:24:18 +08:00
replLauncher.tsx style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00
setup.ts feat: 添加服务层增强与零散改进 2026-04-22 22:38:10 +08:00
Task.ts feat: build 2026-03-31 19:22:47 +08:00
tasks.ts feat: build 2026-03-31 19:22:47 +08:00
Tool.ts feat: harden autonomy lifecycle, OOM bounds, and provider-boundary finalization 2026-04-29 14:04:27 +08:00
tools.ts style: 完成所有文件的lint 2026-05-01 21:39:30 +08:00