fix(canvas): default headless workspaces to cost-efficient compute #1825

Merged
hongming merged 1 commits from fix/issue-1686-cost-efficient-workspace-defaults into main 2026-05-25 02:18:42 +00:00
Owner

Summary

  • default managed headless workspace creation to t3.medium + 30GB + display: none
  • keep display-enabled workspaces on the desktop profile (t3.xlarge + 80GB + 1920x1080)
  • keep external/BYO workspaces from sending managed compute
  • replace broken interactive Canvas next lint script with non-interactive ESLint CLI config

Verification

  • npm run lint -- --quiet
  • npx eslint src/components/CreateWorkspaceDialog.tsx src/components/tabs/ContainerConfigTab.tsx --quiet
  • npm test -- --run src/components/__tests__/CreateWorkspaceDialog.test.tsx src/components/tabs/__tests__/ContainerConfigTab.test.tsx
  • npm run build
  • git diff --check
## Summary - default managed headless workspace creation to `t3.medium` + `30GB` + `display: none` - keep display-enabled workspaces on the desktop profile (`t3.xlarge` + `80GB` + `1920x1080`) - keep external/BYO workspaces from sending managed compute - replace broken interactive Canvas `next lint` script with non-interactive ESLint CLI config ## Verification - `npm run lint -- --quiet` - `npx eslint src/components/CreateWorkspaceDialog.tsx src/components/tabs/ContainerConfigTab.tsx --quiet` - `npm test -- --run src/components/__tests__/CreateWorkspaceDialog.test.tsx src/components/tabs/__tests__/ContainerConfigTab.test.tsx` - `npm run build` - `git diff --check`
hongming added 1 commit 2026-05-25 01:50:30 +00:00
fix(canvas): default headless workspaces to cost-efficient compute
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
CI / Canvas Deploy Reminder (pull_request) Blocked by required conditions
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 9s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 16s
CI / Python Lint & Test (pull_request) Successful in 8s
CI / Detect changes (pull_request) Successful in 12s
E2E API Smoke Test / detect-changes (pull_request) Successful in 22s
E2E Chat / detect-changes (pull_request) Successful in 17s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 16s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 9s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 9s
Harness Replays / detect-changes (pull_request) Successful in 10s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 7s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 8s
gate-check-v3 / gate-check (pull_request) Successful in 10s
sop-checklist / review-refire (pull_request) Has been skipped
security-review / approved (pull_request) Failing after 11s
qa-review / approved (pull_request) Failing after 15s
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request) Successful in 16s
sop-tier-check / tier-check (pull_request) Successful in 13s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m7s
CI / Platform (Go) (pull_request) Successful in 3s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 4s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 4s
E2E Chat / E2E Chat (pull_request) Successful in 4s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 5s
Harness Replays / Harness Replays (pull_request) Successful in 6s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 7s
CI / Canvas (Next.js) (pull_request) Successful in 5m25s
CI / all-required (pull_request) Successful in 14m51s
7cfdd431cf
agent-dev-a approved these changes 2026-05-25 01:53:51 +00:00
agent-dev-a left a comment
Member

Compute defaults look correct; headless cost-efficiency path is well-scoped.

Compute defaults look correct; headless cost-efficiency path is well-scoped.
app-fe force-pushed fix/issue-1686-cost-efficient-workspace-defaults from 7cfdd431cf to 03ad9e6feb 2026-05-25 01:55:12 +00:00 Compare
core-qa approved these changes 2026-05-25 01:56:44 +00:00
core-qa left a comment
Member

QA approval: scoped Canvas default compute change reviewed. Local verification passed: lint --quiet, targeted ESLint, focused Vitest, and Next build.

QA approval: scoped Canvas default compute change reviewed. Local verification passed: lint --quiet, targeted ESLint, focused Vitest, and Next build.
core-security approved these changes 2026-05-25 01:56:45 +00:00
core-security left a comment
Member

Security approval: compute defaults reduce managed footprint; external/BYO path still omits managed compute. No credential or tenant-env expansion observed.

Security approval: compute defaults reduce managed footprint; external/BYO path still omits managed compute. No credential or tenant-env expansion observed.
hongming merged commit 50e7173c75 into main 2026-05-25 02:18:42 +00:00
Sign in to join this conversation.
5 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1825