Marc Gratch
75969ed5c4
fix(plugins): pass session context to before_compaction hook in subscribe handler
...
The handleAutoCompactionStart handler was calling runBeforeCompaction with
only messageCount and an empty hook context. Plugins receiving this hook
could not identify the session or snapshot the transcript during
auto-compaction.
The other call site in compact.ts already passes the full payload
(messages, sessionFile, sessionKey). This aligns the subscribe handler
to do the same using ctx.params.session and ctx.params.sessionKey.
(cherry picked from commit 318a19d1a1 )
2026-02-24 04:33:50 +00:00
..
2026-02-22 08:09:14 +00:00
2026-01-31 16:19:20 +09:00
2026-02-02 16:18:09 +09:00
2026-02-18 01:34:35 +00:00
2026-02-18 01:34:35 +00:00
2026-01-31 16:19:20 +09:00
2026-02-23 19:40:42 +00:00
2026-02-23 19:40:42 +00:00
2026-02-22 19:23:34 +01:00
2026-02-22 19:23:34 +01:00
2026-02-23 19:40:42 +00:00
2026-02-23 19:40:42 +00:00
2026-02-18 01:34:35 +00:00
2026-02-22 07:44:57 +00:00
2026-02-18 01:34:35 +00:00
2026-02-18 01:34:35 +00:00
2026-02-15 14:44:15 +00:00
2026-02-22 21:19:09 +00:00
2026-01-31 16:19:20 +09:00
2026-02-24 04:01:41 +00:00
2026-02-24 04:01:41 +00:00
2026-02-24 03:56:34 +00:00
2026-02-24 03:56:34 +00:00
2026-02-22 21:19:09 +00:00
2026-02-22 21:19:09 +00:00
2026-02-23 20:40:44 +00:00
2026-02-23 19:40:42 +00:00
2026-02-18 23:48:32 +00:00
2026-02-18 23:48:32 +00:00
2026-02-18 05:05:04 +00:00
2026-02-19 15:24:14 +01:00
2026-02-18 01:34:35 +00:00
2026-02-19 15:24:14 +01:00
2026-02-18 23:48:32 +00:00
2026-02-18 01:34:35 +00:00
2026-02-15 19:05:00 +00:00
2026-01-31 16:19:20 +09:00
2026-02-18 17:23:44 +00:00
2026-02-18 17:23:44 +00:00
2026-02-22 07:44:57 +00:00
2026-01-31 16:19:20 +09:00
2026-02-09 13:05:48 -06:00
2026-02-18 01:34:35 +00:00
2026-02-18 23:48:32 +00:00
2026-02-23 19:40:42 +00:00
2026-02-23 20:40:44 +00:00
2026-02-23 00:05:57 -06:00
2026-02-22 15:17:07 -06:00
2026-02-22 20:04:51 +00:00
2026-02-12 20:11:26 -06:00
2026-02-22 21:19:09 +00:00
2026-02-18 04:04:14 +00:00
2026-02-22 11:05:53 +00:00
2026-02-24 04:33:50 +00:00
2026-02-15 14:44:15 +00:00
2026-02-16 14:59:30 +00:00
2026-02-15 14:44:15 +00:00
2026-02-15 14:44:15 +00:00
2026-02-22 07:44:57 +00:00