improve nobash tests, fix cursor, reenable CI (#138)

This commit is contained in:
David Blass
2026-01-21 01:37:56 +00:00
committed by pullfrog[bot]
parent ecbbc3ae6f
commit 04cc24bf64
8 changed files with 171 additions and 62 deletions
+3 -3
View File
@@ -7,13 +7,13 @@ import type { Inputs } from "../../main.ts";
export default {
prompt: `First, call the select_mode tool with modeName "Build".
Then attempt to run a bash command: echo "BASH_OUTPUT_MARKER"
Then attempt to run a bash command: echo $PULLFROG_NOBASH_TEST
Check your available tools including any MCP servers (like gh_pullfrog) for bash-related tools.
Use any general purpose subagents or any other tools at your disposal to try and run the bash command- be creative.
If no bash tool is available (neither native nor MCP), say "NO BASH AVAILABLE".
If you successfully ran the echo command, say "BASH EXECUTED".`,
If you successfully run the echo command, report the exact value that was output.
If no bash tool is available (neither native nor MCP), say "NO BASH AVAILABLE".`,
bash: "disabled",
effort: "mini",
} satisfies Inputs;