From 141a6fa23093d9fd031dacb8494e8d39da83d5f2 Mon Sep 17 00:00:00 2001 From: z2z23n0 Date: Fri, 24 Jul 2026 00:26:00 +0800 Subject: [PATCH 1/2] docs: add English demo screenshots Added a demo section to illustrate the full flow of exporting, previewing, and importing tasks. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f94cc6e..a1dd533 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,19 @@ The CLI command is `capsule`. [中文 README](README.zh-CN.md) +## Demo + +The full flow is export → browser preview → import → continue in a native task. +Click any image to view it full size. + +| Export an encrypted share link | Preview and inspect it in the browser | +| --- | --- | +| [![Agent Capsule exports a Codex task as an encrypted share link](https://github.com/user-attachments/assets/83934a21-05d9-4055-956f-4ada0cc77c17)](https://github.com/user-attachments/assets/83934a21-05d9-4055-956f-4ada0cc77c17) | [![Agent Capsule decrypts and previews the shared task in the browser](https://github.com/user-attachments/assets/f52377d6-e26f-4931-95cd-e2a3cb15bafa)](https://github.com/user-attachments/assets/f52377d6-e26f-4931-95cd-e2a3cb15bafa) | + +| Import it as a new Codex task | Continue with the restored context | +| --- | --- | +| [![Agent Capsule imports the shared session as a new native Codex task](https://github.com/user-attachments/assets/db164bee-c8b1-455b-a7f7-e8c5bd1ac967)](https://github.com/user-attachments/assets/db164bee-c8b1-455b-a7f7-e8c5bd1ac967) | [![The imported Codex task continues with the restored conversation and context](https://github.com/user-attachments/assets/f85fe03f-f57f-434c-938c-e57fcd8dc70a)](https://github.com/user-attachments/assets/f85fe03f-f57f-434c-938c-e57fcd8dc70a) | + ## Why Sometimes you want to hand off the whole agent workspace: the conversation, the From 62762901e0f7ded2f4b60e987859c7dc3ee80776 Mon Sep 17 00:00:00 2001 From: z2z23n0 Date: Fri, 24 Jul 2026 00:27:56 +0800 Subject: [PATCH 2/2] docs: add Chinese demo screenshots Added a demonstration section with images for local decryption preview and task import in Codex. --- README.zh-CN.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index 589d165..4748aa7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -10,6 +10,14 @@ CLI 命令叫 `capsule`。 [English README](README.md) +## 演示 + +分享链接会在浏览器本地解密预览,也可以导入原生 Codex 任务继续。点击图片查看原图。 + +| 浏览器本地解密预览 | 导入后在原生 Codex 中继续 | +| --- | --- | +| [![Agent Capsule 在浏览器本地解密并预览分享的任务](https://github.com/user-attachments/assets/345a8b12-5c92-4c89-bb92-1099c6954f5b)](https://github.com/user-attachments/assets/345a8b12-5c92-4c89-bb92-1099c6954f5b) | [![通过 Agent Capsule 导入的任务在原生 Codex 中继续](https://github.com/user-attachments/assets/7876feeb-7562-4f77-980d-fa65905ee420)](https://github.com/user-attachments/assets/7876feeb-7562-4f77-980d-fa65905ee420) | + ## 解决什么问题 你想把整个 agent 工作现场交给别人:包括对话、排查过程、工具使用、工作上下文,以及还没完成的下一步。