4 Open Issues Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue describes a problem where `update_environment` functions, when used in managed `Task` definitions, are executed prematurely for all tasks, even those not selected to run. This can cause unwanted side-effects and errors. The proposed solution is to delay the execution of these functions until the specific managed `Task` is actually chosen, similar to how `shell_source` methods are handled.

Complexity: 3/5
help wanted invalid
good first issue help wanted invalid