Skip to content

Update binary launcher help and args for OpenAI (#148)#161

Merged
bhf merged 1 commit intomasterfrom
fix-148-openai-help-launcher
Mar 13, 2026
Merged

Update binary launcher help and args for OpenAI (#148)#161
bhf merged 1 commit intomasterfrom
fix-148-openai-help-launcher

Conversation

@bhf
Copy link
Copy Markdown
Owner

@bhf bhf commented Mar 13, 2026

Closes #148

Description

Updated the st-k8s binary launcher to support OpenAI chat provider configuration. This includes:

  • Added --openai, --openai-key, and --openai-url command-line flags.
  • Updated --help output with a new "LLM Providers" section.
  • Ensured environment variables and CLI flags are correctly passed to the Next.js process.

Verification

Ran ./bin/st-k8s --help to verify the output:

LLM Providers:
  --openai                       Use OpenAI as the chat provider (default: copilot)
  --openai-key <key>             Specify the OpenAI API key
  --openai-url <url>             Specify the OpenAI API base URL (default: https://api.openai.com/v1)

  Note: You can also use environment variables:
  CHAT_PROVIDER=openai
  OPENAI_API_KEY=sk-...
  OPENAI_API_URL=https://api.openai.com/v1

@bhf bhf merged commit 8456771 into master Mar 13, 2026
3 checks passed
@bhf bhf deleted the fix-148-openai-help-launcher branch March 13, 2026 20:33
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.

Update binary launcher help for OpenAI chat provider configuration

1 participant