the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Require profile to show Sandbox context menu

Prevent ContextMenu from rendering for anonymous users when a sandbox
has no owner

+7 -6
+7 -6
apps/web/src/pages/sandbox/Sandbox.tsx
··· 161 161 )} 162 162 </button> 163 163 {((profile && data?.sandbox?.owner?.did === profile.did) || 164 - !data?.sandbox?.owner) && ( 165 - <ContextMenu 166 - sandboxId={data?.sandbox?.id} 167 - uri={data?.sandbox?.uri} 168 - /> 169 - )} 164 + !data?.sandbox?.owner) && 165 + profile && ( 166 + <ContextMenu 167 + sandboxId={data?.sandbox?.id} 168 + uri={data?.sandbox?.uri} 169 + /> 170 + )} 170 171 </div> 171 172 172 173 <div className="w-[50%] overflow-x-auto mt-5 ml-[-18px]">