From 30aa13f86d2aa8ecf1fe8a9ecb55c057cd54eafe Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Tue, 9 Sep 2025 22:36:27 +0530 Subject: [PATCH 1/2] Update section about Ona (Gitpod) --- supporting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/supporting.md b/supporting.md index e1e37d1a..aa5be41b 100644 --- a/supporting.md +++ b/supporting.md @@ -193,16 +193,16 @@ The following properties apply differently to CodeSandbox. [DevPod](https://github.com/loft-sh/devpod) is a client-only tool to create reproducible developer environments based on a `devcontainer.json` on any backend. Each developer environment runs in a container and is specified through a `devcontainer.json`. Through DevPod providers these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine or in a VM in the cloud. -### Gitpod +### Ona (formerly Gitpod) -[**Gitpod Flex**](https://www.gitpod.io/) is a platform for automating and standardizing development environments. Available as a self-hosted solution in your cloud or for local development through Gitpod Desktop, Gitpod Flex scales to support environments with up to 896 vCPUs and 12TB of RAM, including GPU support and compatibility with multiple editors like VS Code, JetBrains, Cursor, and Zed. +[Ona](https://ona.com/) (formerly Gitpod) is mission control for software projects and software engineering agents. Your personal team of software engineering agents, sandboxed in ephemeral environments with editing via embedded VS Code and support for desktop IDEs. -Gitpod Flex fully adheres to the Dev Container Specification, enabling developers to create portable and reproducible environments through `devcontainer.json`. To apply changes, simply run `gitpod environment devcontainer rebuild` from within any development environment. +Ona adheres to the Dev Container Specification, enabling developers and agents to work in sandboxed, reproducible environments where each agent runs in its own isolated environment with OS-level separation to ensure secure execution. - -For more details on constraints, customizations, and automation options, please refer to the [blog announcement](https://www.gitpod.io/blog/gitpod-supports-development-container). +For more details on Ona refer to the [platform documentation](https://ona.com/docs/ona/configuration/devcontainer/getting-started). ### Schema You can explore the [VS Code implementation](implementors/json_schema) of the dev container schema. + From e41083fa6f544de2d8667d4ffb61ddbef521c188 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Wed, 10 Sep 2025 13:03:22 +0530 Subject: [PATCH 2/2] update changes --- supporting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/supporting.md b/supporting.md index aa5be41b..30a7d129 100644 --- a/supporting.md +++ b/supporting.md @@ -195,14 +195,15 @@ The following properties apply differently to CodeSandbox. ### Ona (formerly Gitpod) -[Ona](https://ona.com/) (formerly Gitpod) is mission control for software projects and software engineering agents. Your personal team of software engineering agents, sandboxed in ephemeral environments with editing via embedded VS Code and support for desktop IDEs. +[Ona](https://ona.com/) (formerly Gitpod) is the mission control for software projects and software engineering agents. It provides secure, ephemeral development environments that run in our cloud or your VPC, enabling humans and agents to collaborate seamlessly. -Ona adheres to the Dev Container Specification, enabling developers and agents to work in sandboxed, reproducible environments where each agent runs in its own isolated environment with OS-level separation to ensure secure execution. +Ona fully adheres to the Dev Container Specification, so you can define portable and reproducible environments with `devcontainer.json`. Whether you’re onboarding a new developer, running background agents, or delegating long-running migrations, Ona Environments ensure every task runs in a clean, policy-enforced environment. -For more details on Ona refer to the [platform documentation](https://ona.com/docs/ona/configuration/devcontainer/getting-started). +For details on constraints, customization, and automation options, see the [Ona Dev Container docs](https://ona.com/docs/ona/configuration/devcontainer/overview). ### Schema You can explore the [VS Code implementation](implementors/json_schema) of the dev container schema. +