test(streaming): cover chat/search/memory paths (v1.7.3)

This commit is contained in:
2026-04-28 08:31:01 -07:00
parent 12188f3ad2
commit 250fec1f06
4 changed files with 192 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ Total identified items: 26
5. [P1][DONE] Restrict settings updates to an allowlist of valid keys.
6. [P1] Add pagination + hard caps on list endpoints (memories, conversations, message history).
7. [P1][DONE] Stop returning raw exception text to clients; use safe error envelopes.
8. [P1] Add automated tests for chat streaming, auto-search trigger, and memory command paths.
8. [P1][DONE] Add automated tests for chat streaming, auto-search trigger, and memory command paths.
9. [P2] Implement skills/tool-call framework (MCP-style) with per-skill enable controls.
10. [P2] Implement heartbeat/check-in pipeline with scheduler + summary endpoint.