From 5beb39a3338e83c9a5906d2e5f7acb3bf795811d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Mar 2026 22:41:39 +0200 Subject: fix: prevent ask add from swallowing tags into descriptions, add rc.confirmation=off MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit parseAddArgs now rejects args that start with '+'/'-' but contain spaces as modifiers — those are description text, not tags (tags cannot have spaces). This prevents agents from quoting tag+description together and having the tag silently land in the task description with no tag applied. Also removed the fallthrough that duplicated all-modifier args as description. Added rc.confirmation=off to every taskwarrior invocation so that write operations (done, delete, start, etc.) succeed non-interactively when stdin is unavailable (as is always the case when called from an agent). Bump version to v0.25.11. Co-Authored-By: Claude Sonnet 4.6 --- cmd/ask/ask | Bin 3528465 -> 3536143 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'cmd') diff --git a/cmd/ask/ask b/cmd/ask/ask index 3dce495..9d4efad 100755 Binary files a/cmd/ask/ask and b/cmd/ask/ask differ -- cgit v1.2.3