diff --git a/examples/opencode/src/index.ts b/examples/opencode/src/index.ts index 452c5aad..f0f95841 100644 --- a/examples/opencode/src/index.ts +++ b/examples/opencode/src/index.ts @@ -52,11 +52,6 @@ async function handleSdkTest( env: Env ): Promise { try { - // Clone a repo to give the agent something to work with - await sandbox.gitCheckout('https://github.com/cloudflare/agents.git', { - targetDir: '/home/user/agents' - }); - // Get typed SDK client const { client } = await createOpencode(sandbox, { directory: '/home/user/agents',