fix(canvas): default headless workspaces to cost-efficient compute #1825
Reference in New Issue
Block a user
Delete Branch "fix/issue-1686-cost-efficient-workspace-defaults"
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?
Summary
t3.medium+30GB+display: nonet3.xlarge+80GB+1920x1080)next lintscript with non-interactive ESLint CLI configVerification
npm run lint -- --quietnpx eslint src/components/CreateWorkspaceDialog.tsx src/components/tabs/ContainerConfigTab.tsx --quietnpm test -- --run src/components/__tests__/CreateWorkspaceDialog.test.tsx src/components/tabs/__tests__/ContainerConfigTab.test.tsxnpm run buildgit diff --checkCompute defaults look correct; headless cost-efficiency path is well-scoped.
7cfdd431cfto03ad9e6febQA approval: scoped Canvas default compute change reviewed. Local verification passed: lint --quiet, targeted ESLint, focused Vitest, and Next build.
Security approval: compute defaults reduce managed footprint; external/BYO path still omits managed compute. No credential or tenant-env expansion observed.