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.

Allow null repositoryUrl in git URL schema

+1
+1
apps/web/src/pages/settings/repository/Repository.tsx
··· 15 15 repositoryUrl: z 16 16 .string() 17 17 .trim() 18 + .nullable() 18 19 .refine( 19 20 (val) => 20 21 val === "" || /^(https?:\/\/.+\/.+\/.+|git@.+:.+\/.+)$/.test(val),