From 51c3eff6e5b46d42523a837ca12f588e0f07787d Mon Sep 17 00:00:00 2001 From: robcholz <84130577+robcholz@users.noreply.github.com> Date: Sun, 8 Feb 2026 03:07:11 -0500 Subject: [PATCH] doc: changed --- README.md | 7 ++++++- README.zh.md | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a31801..5f15a47 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,12 @@ 简体中文

-[![OpenCode Terminal UI](docs/screenshot.png)](https://vibebox.robcholz.com) +VibeBox is a lightweight, ultra-fast sandbox that lets AI agents run commands, modify files, and execute code freely +without permission prompts. It is completely isolated using Apple's Virtualization Framework, so your actual system +stays +safe with minimal memory and disk usage. + +[![VibeBox Terminal UI](docs/screenshot.png)](https://vibebox.robcholz.com) --- diff --git a/README.zh.md b/README.zh.md index c64c2b6..be6f77d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -24,7 +24,10 @@ English

-[![OpenCode Terminal UI](docs/screenshot.png)](https://vibebox.robcholz.com) +VibeBox 是一个轻量、启动极快的沙盒环境,让 AI Agent 可以直接跑命令、改文件、执行代码,不会不停弹“要不要允许”的提示。它基于 +Apple 的 Virtualization Framework 做到彻底隔离,所以无论 Agent 在里面怎么折腾,你的真实系统都不会被影响;同时做到了低内存和磁盘占用。 + +[![VibeBox Terminal UI](docs/screenshot.png)](https://vibebox.robcholz.com) ---