From 193353321ecdbeaa3d40c69403fffe9f86dd70c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Titsworth-Morin?= Date: Tue, 18 Aug 2026 03:12:07 +0000 Subject: [PATCH 1/2] Update website runtime claims --- apps/www/src/components/Comparison.astro | 2 +- apps/www/src/components/Features.astro | 4 ++-- apps/www/src/components/Hero.astro | 2 +- apps/www/src/components/HowItWorks.astro | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/www/src/components/Comparison.astro b/apps/www/src/components/Comparison.astro index 91e02b4926..f8b3643ee0 100644 --- a/apps/www/src/components/Comparison.astro +++ b/apps/www/src/components/Comparison.astro @@ -2,7 +2,7 @@ const rows = [ { label: 'Your code runs on', - sam: 'Your cloud (Hetzner, Scaleway, Vultr, Infomaniak, DigitalOcean, UpCloud, GCP)', + sam: 'Instant containers or your cloud (Hetzner, Scaleway, Vultr, Infomaniak, DigitalOcean, UpCloud, GCP)', managed: 'Their infrastructure', selfHosted: 'Your infra (AWS, GCP, K8s)', samWins: true, diff --git a/apps/www/src/components/Features.astro b/apps/www/src/components/Features.astro index edde4e905f..8d35dcf4f9 100644 --- a/apps/www/src/components/Features.astro +++ b/apps/www/src/components/Features.astro @@ -23,7 +23,7 @@ const features = [ { icon: 'chat', title: 'Chat-Driven Tasks', - description: 'Describe what you need. SAM provisions a VM, builds the devcontainer, and runs the agent.', + description: 'Describe what you need. SAM starts an instant container or provisions a VM with your devcontainer, then runs the agent.', }, { icon: 'code', @@ -67,7 +67,7 @@ const iconPaths: Record = {

Agent workflows
on infrastructure you own

- Everything you need to run coding agents on your own cloud. + Everything you need to run coding agents in instant containers or on your own cloud.

diff --git a/apps/www/src/components/Hero.astro b/apps/www/src/components/Hero.astro index 3c19936399..0bc9533a10 100644 --- a/apps/www/src/components/Hero.astro +++ b/apps/www/src/components/Hero.astro @@ -17,7 +17,7 @@ import OptimizedFeatureImage from './OptimizedFeatureImage.astro';

- Every agent runs in its own isolated container on your cloud. + Every agent runs in an isolated environment — instant container or cloud VM. Run 5 or 500 in parallel — SAM handles provisioning, scheduling, and cleanup.

diff --git a/apps/www/src/components/HowItWorks.astro b/apps/www/src/components/HowItWorks.astro index 5af5748863..6bdc7910f3 100644 --- a/apps/www/src/components/HowItWorks.astro +++ b/apps/www/src/components/HowItWorks.astro @@ -2,8 +2,8 @@ const steps = [ { number: '01', - title: 'Connect Your Cloud', - description: 'Add your Hetzner, Scaleway, Vultr, Infomaniak, DigitalOcean, UpCloud, or GCP credentials. Encrypted per-user.', + title: 'Choose Your Runtime', + description: 'Start with instant containers, hosted compute, or add your Hetzner, Scaleway, Vultr, Infomaniak, DigitalOcean, UpCloud, or GCP credentials.', }, { number: '02', @@ -13,7 +13,7 @@ const steps = [ { number: '03', title: 'Describe Your Task', - description: 'Type what you need. SAM provisions a VM, builds your devcontainer, and runs the agent.', + description: 'Type what you need. SAM prepares an isolated workspace, using your devcontainer when the profile runs on a VM.', }, { number: '04', @@ -29,7 +29,7 @@ const steps = [

From zero to coding agents in minutes

- Four steps to coding agents working through your backlog on cloud VMs. + Four steps to coding agents working through your backlog on instant containers or cloud VMs.

From 4b04b14add926ffaa1c87b1883c42b44be8ca5ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Titsworth-Morin?= Date: Tue, 18 Aug 2026 03:12:51 +0000 Subject: [PATCH 2/2] chore: save agent work Auto-committed by SAM on agent completion. --- .codex/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.codex/config.toml b/.codex/config.toml index cf65957589..e30d9f7034 100644 --- a/.codex/config.toml +++ b/.codex/config.toml @@ -14,7 +14,6 @@ project_doc_fallback_filenames = ["CLAUDE.md"] # Added by SAM vm-agent for Codex ACP sessions. sandbox_mode = "danger-full-access" approval_policy = "never" -model_reasoning_effort = "xhigh" [mcp_servers.sam-mcp] url = "https://api.simple-agent-manager.org/mcp" bearer_token_env_var = "SAM_MCP_TOKEN"