feat: promote mesh-compute to stable (remove from preview list)

Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
This commit is contained in:
Taylor Ho
2026-06-08 13:02:59 -07:00
parent 7194016d48
commit e923241e2e
6 changed files with 1 additions and 15 deletions
@@ -119,7 +119,6 @@ export const settingsSections: SettingsSectionDescriptor[] = [
value: "compute",
label: "Compute",
icon: Cpu,
featureGate: "mesh-compute",
},
{
value: "shortcuts",
@@ -137,14 +137,9 @@ test("screenshot: Huddles in channel header (preview)", async ({ page }) => {
});
});
test("screenshot: Settings → Compute (preview, after enabling)", async ({
page,
}) => {
test("screenshot: Settings → Compute (stable)", async ({ page }) => {
await page.goto("/");
await openSettings(page);
await page.getByTestId("settings-nav-experimental").click();
await page.getByTestId("feature-toggle-mesh-compute").click();
await page.waitForTimeout(300);
await page.getByTestId("settings-nav-compute").click();
await page.waitForTimeout(500);
const view = page.getByTestId("settings-view");
@@ -175,7 +170,6 @@ test("screenshot: Settings → Experiments (all on)", async ({ page }) => {
await page.getByTestId("feature-toggle-pulse").click();
await page.getByTestId("feature-toggle-forum").click();
await page.getByTestId("feature-toggle-huddles").click();
await page.getByTestId("feature-toggle-mesh-compute").click();
await page.waitForTimeout(500);
const view = page.getByTestId("settings-view");
await view.screenshot({
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

-7
View File
@@ -63,13 +63,6 @@
"description": "Voice sessions with humans and agents via TTS/STT",
"tier": "preview",
"platforms": ["desktop"]
},
{
"id": "mesh-compute",
"name": "Mesh Compute",
"description": "Peer-to-peer inference sharing across workspace members",
"tier": "preview",
"platforms": ["desktop"]
}
]
}