Nan Gao
d46a5779bc
fix(chat): preserve messages after summarization ( #3280 )
...
* fix(chat): preserve messages after summarization
* make format
* fix(chat): address summarization review comments
2026-05-29 08:24:47 +08:00
LawranceLiao
722c690f4f
fix(memory): isolate queued memory updates by agent ( #2941 )
...
* fix(memory): isolate queued memory updates by agent
* fix(memory): include user in queue identity
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix the lint error
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-15 10:26:35 +08:00
DanielWalnut
881ff71252
fix(harness): preserve dynamic context across summarization ( #2823 )
2026-05-09 19:39:36 +08:00
Eilen Shin
5fd0e6ac89
fix(middleware): sync raw tool call metadata ( #2757 )
2026-05-08 10:08:53 +08:00
Nan Gao
f9ff3a698d
fix(middleware): avoid rescuing non-skill tool outputs during summarization ( #2458 )
...
* fix(middelware): narrow skill rescue to skill-related tool outputs
* fix(summarization): address skill rescue review feedback
* fix: wire summarization skill rescue config
* fix: remove dead skill tool helper
* fix(lint): fix format
---------
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-04-24 21:19:46 +08:00
DanielWalnut
4ba3167f48
feat: flush memory before summarization ( #2176 )
...
* feat: flush memory before summarization
* fix: keep agent-scoped memory on summarization flush
* fix: harden summarization hook plumbing
* fix: address summarization review feedback
* style: format memory middleware
2026-04-14 15:01:06 +08:00