From f0a9ce17f5954c91c3340b4ea85273c08b02f81e Mon Sep 17 00:00:00 2001 From: Edwin Date: Thu, 28 May 2026 08:46:41 -0700 Subject: [PATCH 1/4] Refresh README session management pitch --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a91e7c85..6b7f16e3 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ you. Remote control from your phone when you're in motion. Zarvis, or a shell process from one focused workspace that rewards attention. agentd new session demo -- **Parallel work without losing control** — spawn helper sessions, pin important - work, interrupt stuck runs, inspect diffs, and send follow-up input mid-turn. +- **A delightful way to manage multiple Claude Code and Codex sessions** — + spawn helpers, pin important work, interrupt stuck runs, inspect diffs, and + send follow-up input mid-turn. - **Agent-to-agent orchestration** — MCP tools let an agent list sessions, read output, spawn helpers, send input, inspect diffs, and drive Chrome. - **[Remote control](docs/remote-control.md) when you step away** — `/remote-control` From d9d946fa0b31691ee5a42f2288f2662a121636b9 Mon Sep 17 00:00:00 2001 From: Edwin Date: Thu, 28 May 2026 08:49:51 -0700 Subject: [PATCH 2/4] Add generative widgets README highlight --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b7f16e3..77643dd8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ you. Remote control from your phone when you're in motion. send follow-up input mid-turn. - **Agent-to-agent orchestration** — MCP tools let an agent list sessions, read output, spawn helpers, send input, inspect diffs, and drive Chrome. +- **Generative widgets for live agent status** — sessions can render compact + checklists, progress timelines, and action buttons right inside the TUI or + web client. + + agentd generative widgets demo - **[Remote control](docs/remote-control.md) when you step away** — `/remote-control` opens a browser-accessible web client with a QR code. Connect from your phone, no service signup, no setup required. From 37c6068d4af84e8b63a7f00c98132dc47818f1cb Mon Sep 17 00:00:00 2001 From: Edwin Date: Thu, 28 May 2026 08:50:36 -0700 Subject: [PATCH 3/4] Refine README multi-session copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77643dd8..38754547 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ you. Remote control from your phone when you're in motion. agentd new session demo - **A delightful way to manage multiple Claude Code and Codex sessions** — - spawn helpers, pin important work, interrupt stuck runs, inspect diffs, and - send follow-up input mid-turn. + switch sessions instantly, pin multiple sessions to monitor, or let an agent + observe all your sessions across different harnesses. - **Agent-to-agent orchestration** — MCP tools let an agent list sessions, read output, spawn helpers, send input, inspect diffs, and drive Chrome. - **Generative widgets for live agent status** — sessions can render compact From acfc874c920c347f6b1bddf84d8c67ff0672cc0a Mon Sep 17 00:00:00 2001 From: Edwin Date: Thu, 28 May 2026 08:54:35 -0700 Subject: [PATCH 4/4] Refine README generative widgets copy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38754547..e13c5108 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ you. Remote control from your phone when you're in motion. observe all your sessions across different harnesses. - **Agent-to-agent orchestration** — MCP tools let an agent list sessions, read output, spawn helpers, send input, inspect diffs, and drive Chrome. -- **Generative widgets for live agent status** — sessions can render compact - checklists, progress timelines, and action buttons right inside the TUI or - web client. +- **Generative widgets** — agentd generates and updates widgets for your task, + so you can track progress, review outputs, and take action without leaving + the TUI or web client. agentd generative widgets demo - **[Remote control](docs/remote-control.md) when you step away** — `/remote-control`