From 7aee09b7ddcb1be3e411feb3438ff7d08e9818ea Mon Sep 17 00:00:00 2001 From: meichuan Date: Thu, 11 Jun 2026 02:35:31 +0800 Subject: [PATCH] docs: improve README clarity and examples list --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86aa379..35cf3ca 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ # CodeRunner: A local sandbox for your AI agents -CodeRunner helps you sandbox your AI agents and its actions inside a sandbox. +CodeRunner runs your AI agents and their actions inside an isolated sandbox. -**Key use case:** You can run multiple Claude Code or AI agents in our sandbox without any fear of data loss and exfilteration. +**Key use case:** You can run multiple Claude Code or AI agents in our sandbox with reduced risk of data loss and exfiltration. @@ -351,8 +351,9 @@ CodeRunner consists of: ## Examples The `examples/` directory contains: -- `openai-agents` - Example OpenAI agents integration -- `claude-desktop` - Example Claude Desktop integration +- `openai_agents` - Example OpenAI agents integration +- `claude_desktop` - Example Claude Desktop integration +- `gemini_cli` - Example Gemini CLI integration ## Building Container Image Tutorial