Skip to content

Keep inline prompts out of the action helper argv - #157

Open
original4422 wants to merge 1 commit into
openai:mainfrom
original4422:fix/issue-154-prompt-source
Open

Keep inline prompts out of the action helper argv#157
original4422 wants to merge 1 commit into
openai:mainfrom
original4422:fix/issue-154-prompt-source

Conversation

@original4422

Copy link
Copy Markdown

Summary

  • add an environment-backed prompt source to the internal run-codex-exec helper
  • pass only the fixed CODEX_PROMPT selector from the composite action instead of expanding the prompt into argv
  • preserve the existing direct and file prompt interfaces and reject multiple sources

Testing

  • node --test test/promptSource.test.mjs
  • pnpm run check
  • pnpm test (143 passed, 3 skipped)
  • git diff --check

Closes #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inline prompts are copied into the action helper process argv

1 participant