fix(cron): isolate fresh cron session state

* fix(cron): isolate fresh cron session state

* fix(cron): deep-copy isolated session state

* fix(cron): reset isolated session context

* test(providers): avoid shared mock races

* test(providers): type injected stream fakes

* ci: refresh package boundary on reply runtime changes

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
Vincent Koc
2026-04-24 22:15:19 -07:00
committed by GitHub
parent 7a9584f0f9
commit f0ceb4b68f
13 changed files with 595 additions and 154 deletions

View File

@@ -15,6 +15,7 @@ const VALID_MODES = new Set(["all", "package-boundary"]);
const PLUGIN_SDK_TYPE_INPUTS = [
"tsconfig.json",
"src/plugin-sdk",
"src/auto-reply",
"src/video-generation/dashscope-compatible.ts",
"src/video-generation/types.ts",
"src/types",