add macros (#68)

This commit is contained in:
David Blass
2026-01-14 22:52:54 +00:00
committed by pullfrog[bot]
parent 3539ddf943
commit 1daf1571cf
20 changed files with 376 additions and 269 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ inputs:
description: "Prompt to send to the agent"
required: true
effort:
description: "Effort level: nothink (fast), think (default), max (most capable)"
description: "Effort level: mini (fast), auto (default), max (most capable)"
required: false
default: "think"
default: "auto"
cwd:
description: "Working directory for the agent (defaults to GITHUB_WORKSPACE)"
required: false