Skip to content

Add artifact table and core artifacts API - #1470

Draft
RhysSullivan wants to merge 1 commit into
mainfrom
artifact-core
Draft

Add artifact table and core artifacts API#1470
RhysSullivan wants to merge 1 commit into
mainfrom
artifact-core

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Adds a persistent, owner-scoped artifact table to the core schema (cloud drizzle mirror + migration included), executor.artifacts operations (list/get/save/rename/remove), and an artifacts HTTP group.

Artifacts store model-generated JSX components (title, description, code) per user. First PR of the artifacts feature; the render-ui MCP tools and console UI build on this.

  • ownedExecutorTable keyed (tenant, owner, subject, id); ArtifactRow exported
  • Cloud migration 0012 (includes a pre-existing definition.name type catch-up the generator emitted)
  • Org purge covers artifact rows
  • Schema + operation + endpoint tests

Stack

  1. Add artifact table and core artifacts API #1470 👈 current
  2. Add first-party render-ui MCP tools and the MCP-Apps shell #1471
  3. Add the Artifacts console pages #1472

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud cfa7624 Jul 28 2026, 07:14 AM

@github-actions

Copy link
Copy Markdown
Contributor

Cloudflare preview

Console https://executor-preview-pr-1470.executor-e2e.workers.dev
MCP https://executor-preview-pr-1470.executor-e2e.workers.dev/mcp
Deployed commit cfa7624

Sign-in is Cloudflare Access (one-time PIN to an allowed email). The preview has its own database and encryption key; it is destroyed when this PR closes.

@pkg-pr-new

pkg-pr-new Bot commented Jul 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1470

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1470

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1470

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1470

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1470

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1470

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1470

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1470

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1470

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1470

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1470

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1470

executor

npm i https://pkg.pr.new/executor@1470

commit: cfa7624

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