memoryweave/go/internal
xiaowei 69d41c3087 fix: E1 extractPotentialEntities 使用 utf8.RuneCountInString 而非 len() 计算中文字符数
- len(string) 返回字节数而非字符数,导致所有 2-8 字中文词被错误过滤
- 原始代码用 continue,现已恢复正确迭代逻辑
- 添加 unicode/utf8 导入
2026-05-30 20:33:22 +08:00
..
api fix(selfoptimize): repair 3 dashboard metrics that were stuck at 0 2026-05-30 18:03:49 +08:00
consolidate feat: 自优化第二轮 — 待办5项全部补齐 2026-05-30 12:44:50 +08:00
distill v3.8-graph: P0-P6 图谱增强 2026-05-30 05:23:15 +08:00
distributed
governance fix: E1 extractPotentialEntities 使用 utf8.RuneCountInString 而非 len() 计算中文字符数 2026-05-30 20:33:22 +08:00
metrics
models
selfoptimize fix(selfoptimize): repair 3 dashboard metrics that were stuck at 0 2026-05-30 18:03:49 +08:00
storage feat: 自优化7项全部补齐 2026-05-30 12:08:16 +08:00