v0.5.49
Overview
三层容错 Explore 端点管理(pre-flight 探测 + 持久化 circuit breaker + 即时 fallback);知识系统演化链替代与遗忘曲线权重;wiki-indexer 性能加固。
Full Changelog: v0.5.48...v0.5.49
What's Changed
✨ Features
- circuit-breaker 持久化 + pre-flight 探测 + 即时 fallback (bc9bae8)
scope: src/agents/api-explore/
- 演化链替代机制 + 遗忘曲线搜索权重 + 知识园丁 health (a1bba6d)
scope: src/tools/spec-*, dashboard/src/server/wiki/
- 冲突标记条目在搜索层降级评分并标注显示 (be14bfe)
scope: src/commands/search.ts, src/tools/spec-conflict-marker.ts
🐛 Bug Fixes
📝 Documentation
- explore guide 同步 circuit-breaker 三层容错机制文档 (6f2d6bb)
- 知识系统全文档同步 — supersession、time-decay、health 命令 (79fc22a)
- 知识系统文档同步 supersession 双轨模型与 health 命令 (91c1c37)
Changed Files Summary
| Scope | Files |
|---|---|
| Commands | 4 (manage-harvest, manage-knowledge-audit, quality-review, spec-add) |
| Wiki/Dashboard | 8 (indexer, embedding, graph, time-decay, spec-parser, writer) |
| Explore Agent | 4 (agent-loop, circuit-breaker, llm, runner) |
| Search | 2 (daemon, daemon-client) |
| Core/Spec Tools | 5 (spec-conflict-marker, spec-entry-parser, spec-loader, spec-writer) |
| Guides | 6 |
| Docs-site | 2 |