From 11ed140dc9fa1da3f52d22867c5c6272a6dd524c Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Thu, 28 May 2026 19:43:10 -0400 Subject: [PATCH] docs: clarify Every Code visible naming --- README.md | 4 ++-- code-rs/login/src/assets/success.html | 4 ++-- docs/advanced.md | 10 +++++----- docs/agents.md | 8 ++++---- docs/auto-drive.md | 6 +++--- docs/exec.md | 8 ++++---- docs/execpolicy.md | 14 +++++++------- docs/getting-started.md | 16 ++++++++-------- docs/integration-zed.md | 8 ++++---- docs/prompts.md | 6 +++--- docs/skills.md | 10 +++++----- docs/tui-stream-chunking-validation.md | 4 ++-- 12 files changed, 49 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index e2557d2d461..efd830bf5c5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - **Auto Review** – background ghost-commit watcher runs reviews in a separate worktree whenever a turn changes code; uses the configured review model and reports issues plus ready-to-apply fixes without blocking the main thread. -- **Code Bridge** – Sentry-style local bridge that streams errors, console, screenshots, and control from running apps into Code; ships an MCP server. +- **Code Bridge** – Sentry-style local bridge that streams errors, console, screenshots, and control from running apps into Every Code; ships an MCP server. - **Plays well with Auto Drive** – reviews run in parallel with long Auto Drive tasks so quality checks land while the flow keeps moving. - **Quality-first focus** – the release shifts emphasis from "can the model write this file" to "did we verify it works". - _From v0.5.0:_ rename to Every Code, upgraded `/auto` planning/recovery, unified `/settings`, faster streaming/history with card-based activity, and more reliable `/resume` + `/undo`. @@ -103,7 +103,7 @@ distribution becomes intentional again. ### Install External Agents (optional) -Every Code supports orchestrating other AI CLI tools. Install these and config to use alongside Code. +Every Code supports orchestrating other AI CLI tools. Install these and config to use alongside Every Code. ```bash # Ensure Node.js 20+ is available locally (installs into ~/.n) diff --git a/code-rs/login/src/assets/success.html b/code-rs/login/src/assets/success.html index 37c4efa7f5e..83fc2bb5011 100644 --- a/code-rs/login/src/assets/success.html +++ b/code-rs/login/src/assets/success.html @@ -4,7 +4,7 @@ - Sign into Codex + Sign into Every Code