Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 工作现场交给别人:包括对话、排查过程、工具使用、工作上下文,以及还没完成的下一步。
Expand Down
Loading