Wire native LLM auth selection into workspace creation #1833
Reference in New Issue
Block a user
Delete Branch "feat/llm-native-auth-flow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs molecule-ai/internal#663.
What
llm_providerfor runtimes that need bare model ids, especially Claude Code.Verification
npm test -- src/hooks/__tests__/useTemplateDeploy.test.tsx src/components/__tests__/CreateWorkspaceDialog.test.tsxnpm run lint -- --quietnpm run buildgo test ./internal/handlersLGTM
QA approval: verified local test evidence and CI scope for native LLM auth/template flow.
Security approval: reviewed secret handling boundaries; platform proxy tokens do not expose provider keys and BYOK/OAuth are not overwritten.
Please review
Please review
Approved.
Approved.
/qa-recheck
/security-recheck
/qa-recheck
/security-recheck
c721161082toc2a5b62521New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
Security approval refreshed after rebase; user BYOK/OAuth is preserved and platform-managed proxy injects tenant token only when no workspace auth exists.
QA approval refreshed after rebase to current main; local handlers, Canvas tests, lint, and build pass.