feat(errors): incident-key safe error envelopes (v1.7.2)

This commit is contained in:
2026-04-27 16:56:17 -07:00
parent 9589141521
commit 12188f3ad2
4 changed files with 164 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# ⚡ JarvisChat v1.7.1
# ⚡ JarvisChat v1.7.2
![screenshot](docs/images/screenshot.png)
@@ -64,7 +64,7 @@ Top 10 (brief):
4. P0 [DONE]: Add rate limiting and request size limits
5. P1 [DONE]: Restrict `/api/settings` updates to allowlisted keys
6. P1: Add pagination + hard caps for list APIs
7. P1: Replace raw exception leakage with safe client errors
7. P1 [DONE]: Replace raw exception leakage with safe client errors
8. P1: Add automated tests for streaming/search/memory paths
9. P2: Implement MCP-style skills/tool-call framework
10. P2: Implement heartbeat/check-in scheduler + summary endpoint