From 031296db9cd0f9e71274b1be4c0c75d01d131031 Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Mon, 9 Feb 2026 09:13:37 -0800 Subject: [PATCH 1/2] Update README with Oz branding Replace 'Warp ambient agents' with 'Oz cloud agents' and 'warp-server' with 'Oz' to align with product naming. Co-Authored-By: Warp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 157cee1..24bff91 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # warp-agent-worker -Self-hosted worker for Warp ambient agents. +Self-hosted worker for Oz cloud agents. ## Overview -`warp-agent-worker` is a daemon that connects to warp-server via WebSocket to receive and execute ambient agent tasks on self-hosted infrastructure. +`warp-agent-worker` is a daemon that connects to Oz via WebSocket to receive and execute cloud agent tasks on self-hosted infrastructure. ## Requirements From 507a255bb92c48ba577012870d527df9d8e0b2b9 Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Mon, 9 Feb 2026 09:16:28 -0800 Subject: [PATCH 2/2] Add documentation link to README Co-Authored-By: Warp --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24bff91..5c4e1ed 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Self-hosted worker for Oz cloud agents. +📖 **[Documentation](https://docs.warp.dev/agent-platform/cloud-agents/self-hosting)** + ## Overview `warp-agent-worker` is a daemon that connects to Oz via WebSocket to receive and execute cloud agent tasks on self-hosted infrastructure.