Embedded runner: suppress raw API error payloads (#919)

This commit is contained in:
George Pickett
2026-01-14 16:52:10 -08:00
committed by Peter Steinberger
parent c2a4f256c8
commit 2d54efe851
3 changed files with 45 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
- Onboarding: add a security checkpoint prompt (docs link + sandboxing hint); require `--accept-risk` for `--non-interactive`.
- Docs: expand gateway security hardening guidance and incident response checklist.
### Fixes
- Embedded runner: suppress raw API error payloads from replies. (#924) — thanks @grp06.
## 2026.1.14
### Changes