Willem Jiang
b5fcb1334a
fix(memory): inject stored facts into system prompt memory context (#1083)
* fix(memory): inject stored facts into system prompt memory context
- add Facts section rendering in format_memory_for_injection
- rank facts by confidence and coerce confidence values safely
- enforce max token budget while appending fact lines
- add regression tests for fact inclusion, ordering, and budget behavior
Fixes #1059
* Update the document with the latest status
* fix(memory): harden fact injection — NaN/inf confidence, None content, incremental token budget (#1090)
* Initial plan
* fix(memory): address review feedback on confidence coercion, None content, and token budget
Co-authored-by: WillemJiang <219644+WillemJiang@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: WillemJiang <219644+WillemJiang@users.noreply.github.com>
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-03-13 14:37:40 +08:00
..
2026-03-10 11:19:31 +08:00
2026-02-03 20:41:36 +08:00
2026-02-01 22:18:25 +08:00
2026-01-14 23:29:18 +08:00
2026-02-27 11:16:31 +08:00
2026-03-01 15:35:30 +08:00
2026-03-01 22:38:58 +08:00
2026-03-13 14:37:40 +08:00
2026-03-13 14:37:40 +08:00
2026-01-23 18:47:39 +08:00
2026-01-20 22:38:04 +08:00
2026-02-01 22:18:25 +08:00
2026-02-03 20:41:36 +08:00
2026-01-19 16:17:31 +08:00
2026-02-06 17:48:15 +08:00
2026-01-14 23:29:18 +08:00
2026-03-08 15:21:18 +08:00