From 0a82e2e053a1777a08ee4715d83edb2941db6901 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Thu, 22 Jan 2026 21:22:39 +0100 Subject: [PATCH] chore: changelog for #2579 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350e1a61..de399286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - Added conditional execution with the `if` field: skip tasks, commands, or task calls based on shell exit codes or template expressions like `{{ eq .ENV "prod" }}` (#2564, #608 by @vmaerten). +- Task can now interactively prompt for missing required variables when running + in a TTY, with support for enum selection menus. Enable with `--interactive` + flag or `interactive: true` in `.taskrc.yml` (#2579, #2079 by @vmaerten). ## v3.46.4 - 2025-12-24