Skip to content

feat(devenv): wire new provider API keys into devcontainer and env setup#196

Closed
islee23520 wants to merge 1 commit into
code-yeongyu:mainfrom
islee23520:feat/auth-devenv
Closed

feat(devenv): wire new provider API keys into devcontainer and env setup#196
islee23520 wants to merge 1 commit into
code-yeongyu:mainfrom
islee23520:feat/auth-devenv

Conversation

@islee23520

@islee23520 islee23520 commented Jul 12, 2026

Copy link
Copy Markdown

Summary

Declares the new provider keys across the three synchronized environment surfaces (source of truth remains packages/ai/src/env-api-keys.ts):

  • .devcontainer/devcontainer.json secrets
  • scripts/devenv-setup.mjs PROVIDER_KEYS
  • .agents/skills/senpi-qa/references/env-vars.md

Isolated and additive; no product code touched. Independent of the auth stack — can merge anytime.

Evidence

  • npm run check green.

Summary by cubic

Add 18 new provider API keys to the dev environment for login parity. Wires optional secrets in .devcontainer/devcontainer.json, adds them to PROVIDER_KEYS in scripts/devenv-setup.mjs, and updates .agents/skills/senpi-qa/references/env-vars.md; source of truth remains packages/ai/src/env-api-keys.ts.

Written for commit 5eede2a. Summary will update on new commits.

Review in cubic

Declare the API-key providers added for /login parity (alibaba-coding-plan,
deepinfra, firepass, fugu, kagi, litellm, lm-studio, nanogpt, ollama,
ollama-cloud, parallel, qianfan, qwen-portal, synthetic, tavily, venice,
vllm, zenmux) across the three synchronized environment surfaces:
.devcontainer/devcontainer.json secrets, scripts/devenv-setup.mjs PROVIDER_KEYS,
and .agents/skills/senpi-qa/references/env-vars.md. Source of truth remains
packages/ai/src/env-api-keys.ts.
@islee23520

Copy link
Copy Markdown
Author

Out of scope as a standalone PR — this env-surface wiring is the mirror of the providers added in #193, so it belongs there. Folded into #193; closing this one.

@islee23520 islee23520 closed this Jul 12, 2026
@islee23520 islee23520 deleted the feat/auth-devenv branch July 12, 2026 14:05
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.

1 participant