first iteration of pnpm play working

This commit is contained in:
Shawn Morreau
2025-11-14 16:03:19 -05:00
parent 41a4f44e2d
commit b2a9b60271
4 changed files with 190 additions and 109 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "codex",
agent: "cursor",
...flatMorph(agents, (_, agent) => [
agent.inputKey,
process.env[agent.inputKey.toUpperCase()],