From 1f0c71d58d60856070e66eb63bff9133276ade1d Mon Sep 17 00:00:00 2001 From: shaloo Date: Fri, 6 Feb 2026 12:48:14 +0530 Subject: [PATCH 1/2] docs: normalize beta tag casing --- docs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.json b/docs.json index e179a909..23f7d5c2 100644 --- a/docs.json +++ b/docs.json @@ -2136,7 +2136,7 @@ }, { "group": "Context Compression", - "tag": "beta", + "tag": "BETA", "pages": [ "compression/overview", "compression/token-counting" @@ -2825,7 +2825,7 @@ "agent-os/lifespan", { "group": "Clients", - "tag": "beta", + "tag": "BETA", "pages": [ "agent-os/client/overview", "agent-os/client/agentos-client", @@ -2834,7 +2834,7 @@ }, { "group": "Remote Execution", - "tag": "beta", + "tag": "BETA", "pages": [ "agent-os/remote-execution/overview", "agent-os/remote-execution/remote-agent", From 6154585ce7705ed264cbb92ad78f906930763719 Mon Sep 17 00:00:00 2001 From: shaloo Date: Fri, 6 Feb 2026 15:19:15 +0530 Subject: [PATCH 2/2] docs: uppercase alpha tag --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 23f7d5c2..ca5f1fd1 100644 --- a/docs.json +++ b/docs.json @@ -2805,7 +2805,7 @@ }, { "group": "Studio", - "tag": "alpha", + "tag": "ALPHA", "pages": [ "agent-os/studio/introduction", "agent-os/studio/agents",