From 0bae6c5594d39742080040f7a6d4f4230a2934a5 Mon Sep 17 00:00:00 2001 From: Martin Grotzke Date: Sun, 30 Aug 2026 15:51:21 +0200 Subject: [PATCH 1/3] Fix opencode link in Readme Signed-off-by: Martin Grotzke --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8839123..b7b9e51 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Security](https://img.shields.io/badge/security-policy-purple.svg)](SECURITY.md) [![Docs](https://img.shields.io/badge/docs-github--pages-blue)](https://inoio.github.io/opencode-sandbox/) -opencode-sandbox launches [opencode](https://github.com/anthropics/opencode) inside an isolated Linux VM backed +opencode-sandbox launches [opencode](https://github.com/anomalyco/opencode) inside an isolated Linux VM backed by [microsandbox](https://github.com/superradcompany/microsandbox). Each project gets a persistent project VM — shared across sessions with a configurable auto-stop policy (see [Configuration](/docs/configuration.md) and [Sandboxes](/docs/sandboxes.md)). The VM has your project mounted as `/workspace`, a persistent home directory From a653c6beae6351f11291e01f8b398ce2a1cf3ac3 Mon Sep 17 00:00:00 2001 From: Martin Grotzke Date: Sun, 30 Aug 2026 15:53:04 +0200 Subject: [PATCH 2/3] Fix opencode link in index Signed-off-by: Martin Grotzke --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index b5c251d..e2d7dc4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ nav_order: 0 This documentation is built from release `{{ site.data.version.release }}`. -Launch [opencode](https://github.com/anthropics/opencode) inside a nearly instant microsandbox VM with your project +Launch [opencode](https://github.com/anomalyco/opencode) inside a nearly instant microsandbox VM with your project mounted at `/workspace`. Unleash your agents' full permissions in a disposable cage, so they can do their best work without ever roaming your host or ever learning your secrets. @@ -18,4 +18,4 @@ without ever roaming your host or ever learning your secrets. - [Runner Image]({% link runner-image.md %}) - [Commands]({% link commands.md %}) - [Worktree Sessions]({% link branch-sessions.md %}) -- [Troubleshooting]({% link troubleshooting.md %}) \ No newline at end of file +- [Troubleshooting]({% link troubleshooting.md %}) From 2bac0c114ac2d4e18bd1c0c922e14162ccaa663c Mon Sep 17 00:00:00 2001 From: Martin Grotzke Date: Sun, 30 Aug 2026 15:53:51 +0200 Subject: [PATCH 3/3] Fix opencode link in getting-started Signed-off-by: Martin Grotzke --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a06d10b..9cc13b2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,7 +7,7 @@ nav_order: 1 ## What is opencode-sandbox? -opencode-sandbox is a launcher that runs [opencode](https://github.com/anthropics/opencode) inside an isolated microsandbox +opencode-sandbox is a launcher that runs [opencode](https://github.com/anomalyco/opencode) inside an isolated microsandbox VM powered by [microsandbox](https://github.com/superradcompany/microsandbox). Each project gets a persistent VM identified by its git remote URL — first boot creates a fresh VM, subsequent runs connect to or start the existing one. The VM has your project bound as `/workspace`, a persistent home directory volume, and access to a curated toolchain.