Files
Eric Allam 8b53b58252 fix(chat): include "action" in ChatTaskPayload.trigger type
run() is invoked with trigger: "action" after onAction processes a
typed action, but the type previously omitted it. Adding it lets
users cleanly short-circuit the LLM call for actions that don't
need a response (e.g. user-initiated compaction):
  if (trigger === "action") return;
2026-04-18 16:15:04 +01:00
..
2026-04-13 13:24:38 +01:00
2026-04-13 13:24:38 +01:00
2026-04-13 13:24:38 +01:00