From 876191c36fc780f53b873dc81f61da8946a64bf3 Mon Sep 17 00:00:00 2001 From: Taylor Ho Date: Fri, 5 Jun 2026 10:17:59 -1000 Subject: [PATCH] feat: promote managed-agents, channel-templates, doctor to stable Signed-off-by: Taylor Ho --- features.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features.json b/features.json index a5c803571..df003c16a 100644 --- a/features.json +++ b/features.json @@ -5,14 +5,14 @@ "id": "managed-agents", "name": "Managed Agents", "description": "Create, configure, and run AI agents in your workspace", - "tier": "experimental", + "tier": "stable", "platforms": ["desktop"] }, { "id": "channel-templates", "name": "Channel Templates", "description": "Pre-configured channel setups with agents and workflows", - "tier": "experimental", + "tier": "stable", "platforms": ["desktop"] }, { @@ -68,7 +68,7 @@ "id": "doctor", "name": "Doctor", "description": "Diagnostic and debug panel for troubleshooting", - "tier": "dev", + "tier": "stable", "platforms": ["desktop"] } ]