tasks: inline flag (quick tasks stay in the modal) plumbed through parser + endpoints

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 14:33:08 +00:00
co-authored by Claude Opus 4.8
parent 46dc6ce507
commit ae361d2a2f
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ tasksRouter.get('/:name', async (ctx) => {
name: task.name,
description: task.description,
mode: task.mode,
inline: task.inline,
language: task.language,
body: task.body,
implementation: task.implementation,