Tune proactive mode to secretary-active

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent d881c9ba6b
commit f4e354a9ba
6 changed files with 112 additions and 91 deletions
+30
View File
@@ -2,3 +2,33 @@
> 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
---