docs(wiki): 更新搜索功能修复记录 — hands-skills/feature-map/known-issues/log
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

- hands-skills.md: Researcher 搜索能力详细说明 + 数据流 + 修复清单
- feature-map.md: 新增 F-09.5 Agent 搜索链路 (搜索引擎/网页获取/UI处理)
- known-issues.md: 搜索 04-22 P1×3 修复记录 (SEARCH-1/2/3)
- log.md: 追加 04-22 变更日志
This commit is contained in:
iven
2026-04-22 16:33:01 +08:00
parent 81005c39f9
commit 8b3e43710b
4 changed files with 66 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
---
title: 已知问题
updated: 2026-04-20
updated: 2026-04-22
status: active
tags: [issues, bugs]
---
@@ -25,6 +25,15 @@ tags: [issues, bugs]
| 审计 04-20 P0 | 2 | **全部已修复** (commit f291736) |
| 审计 04-20 P1 | 3 | **全部已修复** (commit f291736) |
| 审计 04-20 P2 | 2 | 待处理 (B-SCHED-5 任务名噪声 + B-CHAT-7 混合域截断) |
| 搜索 04-22 P1 | 3 | **全部已修复** (commit 5816f56 + 81005c3) |
## 搜索功能修复 04-22
| ID | 级别 | 问题 | 修复 | commit |
|------|------|------|------|--------|
| SEARCH-1 | P1 | glm-5.1 不理解 oneOf+const schematool_calls 参数为空 `{}` | 扁平化 input_schema (action/query/url/urls/engine) + empty-input 回退注入 | 5816f56 |
| SEARCH-2 | P1 | DuckDuckGo 被墙,搜索优先使用 Google | 改为 Baidu + Bing CN 并行DDG 仅 fallback | 5816f56 |
| SEARCH-3 | P1 | stripToolNarration 按句子拆分破坏 markdown 排版 | 改为行级过滤,保留 markdown 结构行 | 81005c3 |
## E2E 全系统功能测试 04-17 (129 链路)