refactor: preserve origin session routing for cron

This commit is contained in:
chengyongru
2026-06-12 14:21:09 +08:00
parent bc18142650
commit c4b64a4caf
10 changed files with 179 additions and 42 deletions
-1
View File
@@ -125,7 +125,6 @@ class ChannelManager:
runtime_model_name=self._webui_runtime_model_name,
runtime_surface=self._webui_runtime_surface,
runtime_capabilities_overrides=self._webui_runtime_capabilities,
unified_session=self.config.agents.defaults.unified_session,
cron_service=self._cron_service,
logger=logger,
)