From 15d28983e5c6a5d023cf1ad95553b14cf4eb85ed Mon Sep 17 00:00:00 2001 From: DevFlex-AI Date: Thu, 6 Aug 2026 05:06:44 +0000 Subject: [PATCH] docs: remove duplicate pair programming roadmap entry Co-authored-by: Codesmith --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f0f528ea32e3..038f37f356a4 100644 --- a/README.md +++ b/README.md @@ -590,7 +590,6 @@ The roadmap is about one thing: making the agent smarter, more autonomous, and m - [x] VS Code extension (`sdks/vscode`) and ACP for editors like Zed - [x] Web UI: `bolt web` starts the server and opens the browser dashboard - [x] Custom agents defined as markdown in your repo, or generated with `bolt agent create` -- [x] Pair programming: `bolt pair` shares one live session across two terminals, prompts and replies from either side appear in both (no shared cursor yet) - [x] `bolt refactor`: test-aware refactor loops that change, run, verify, and repeat until green - [x] Session replays: `bolt export --html` writes a self-contained HTML replay of any session, with a step-through timeline you can share - [x] Design-to-code: `bolt figma ` fetches a Figma node and has the agent generate components matching your repo's conventions