Files
val-blog/.learnings/ERRORS.md
T

35 lines
857 B
Markdown

# ERRORS.md
> Command failures, tool errors, API issues, and unexpected behavior.
## [ERR-20260326-001] memory_search
**Logged**: 2026-03-26T09:11:25+0800
**Priority**: medium
**Status**: pending
**Area**: config
### Summary
memory_search 当前不可用,返回 embedding/provider 错误
### Error
```
Memory search is unavailable due to an embedding/provider error.
fetch failed
```
### Context
- Operation attempted: 调用 memory_search 检索 prior work / decisions / preferences / todos
- Result: disabled=true, unavailable=true
- Impact: 需要回忆历史决策时无法走语义检索链路,只能退回到直接读文件
### Suggested Fix
检查 memory_search 依赖的 embedding/provider 配置与可用性,恢复后重新验证长期记忆检索。
### Metadata
- Reproducible: unknown
- Related Files: MEMORY.md, memory/*.md
---