feat(devenv): wire new provider API keys into devcontainer and env setup#196
Closed
islee23520 wants to merge 1 commit into
Closed
feat(devenv): wire new provider API keys into devcontainer and env setup#196islee23520 wants to merge 1 commit into
islee23520 wants to merge 1 commit into
Conversation
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.
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonsecretsscripts/devenv-setup.mjsPROVIDER_KEYS.agents/skills/senpi-qa/references/env-vars.mdIsolated and additive; no product code touched. Independent of the auth stack — can merge anytime.
Evidence
npm run checkgreen.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 toPROVIDER_KEYSinscripts/devenv-setup.mjs, and updates.agents/skills/senpi-qa/references/env-vars.md; source of truth remainspackages/ai/src/env-api-keys.ts.Written for commit 5eede2a. Summary will update on new commits.