add task input form and improve script runner output

- fetch task input definitions from API and render configurable inputs
- boolean inputs render as No/Yes toggle (e.g. delete_source)
- auto-filled inputs (file_path) are hidden from the form
- wrap script output in dark pre/code block with copy button
- fix ffmpeg -nostdin for batch directory processing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 16:35:48 +00:00
co-authored by Claude Opus 4.6
parent d4530a9667
commit 729ffb930b
3 changed files with 161 additions and 34 deletions
+4
View File
@@ -26,6 +26,10 @@ inputs:
file_path:
type: string
description: Path to an audio file or directory to convert.
delete_source:
type: boolean
description: Delete source files after successful conversion.
default: false
args: [file_path]
---