Files
pi_harness/packages/coding-agent/src/core
Mario Zechner 8b6bc30301 fix(hooks): deep copy messages in context event before passing to hooks
The context event handler documentation promised a deep copy but the
implementation passed the original array reference. This could cause
hooks to accidentally mutate session messages.

Uses structuredClone() for fast native deep copying.
2026-01-04 17:16:49 +01:00
..
2026-01-02 12:01:56 +01:00
2025-12-24 22:45:19 +01:00
2025-12-22 19:28:26 +01:00