fix(agent-runner): align plugin runner runtime boundaries

This commit is contained in:
huanghuoguoguo
2026-06-05 09:35:17 +08:00
committed by huanghuoguoguo
parent 23d3b7c279
commit 3773e3dfaf
14 changed files with 210 additions and 117 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class PreProcessor(stage.PipelineStage):
stage_inst_name: str,
) -> entities.StageProcessResult:
"""Process"""
# Resolve runner ID using ConfigMigration (supports both new and old formats)
# Resolve runner ID from the current ai.runner.id shape.
runner_id = ConfigMigration.resolve_runner_id(query.pipeline_config)
# Get runner config from ai.runner_config[runner_id].