diff --git a/README.md b/README.md index e19fe254..a577f704 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@

Latest Release  CI Status  - Discord + Discord

diff --git a/docs/screenshots/more/allow/deny actions.png b/docs/screenshots/more/allow_or_deny_actions.png similarity index 100% rename from docs/screenshots/more/allow/deny actions.png rename to docs/screenshots/more/allow_or_deny_actions.png diff --git a/landing/data/screenshots.ts b/landing/data/screenshots.ts index 6c423751..b2643675 100644 --- a/landing/data/screenshots.ts +++ b/landing/data/screenshots.ts @@ -19,4 +19,7 @@ export const screenshots: (Omit & { path: string })[] = [ { path: "screenshots/7.png", alt: "Cross-team messaging", width: 1920, height: 1080 }, { path: "screenshots/8.png", alt: "Task details and comments", width: 1920, height: 1080 }, { path: "screenshots/9.png", alt: "Built-in code editor", width: 1920, height: 1080 }, + { path: "screenshots/10.png", alt: "Task details with code changes and execution logs", width: 2624, height: 1642 }, + { path: "screenshots/11.png", alt: "Agent code review comments and task workflow", width: 2624, height: 1696 }, + { path: "screenshots/12.png", alt: "Allow or deny agent actions with live preview", width: 2624, height: 1646 }, ]; diff --git a/landing/public/screenshots/10.png b/landing/public/screenshots/10.png new file mode 100644 index 00000000..3a360414 Binary files /dev/null and b/landing/public/screenshots/10.png differ diff --git a/landing/public/screenshots/11.png b/landing/public/screenshots/11.png new file mode 100644 index 00000000..a80ff77d Binary files /dev/null and b/landing/public/screenshots/11.png differ diff --git a/landing/public/screenshots/12.png b/landing/public/screenshots/12.png new file mode 100644 index 00000000..2e774986 Binary files /dev/null and b/landing/public/screenshots/12.png differ