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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Run 10+ CLI coding agents like Claude Code, Codex, etc. in parallel on your machine.
Spin up new coding tasks while waiting for your current agent to finish. Quickly switch between tasks as they need your attention.

<img alt="example" src="assets/example.gif" />
<img alt="example" src="apps/website/public/hero/use-agents.gif" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Update alt text to match the semantic content of the image filename.

Line 19 has alt text "example" but the file is now use-agents.gif. The alt text should be more descriptive and consistent with the actual content shown.

Apply this diff to improve the alt text:

-<img alt="example" src="apps/website/public/hero/use-agents.gif" />
+<img alt="Using Superset agents" src="apps/website/public/hero/use-agents.gif" />
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<img alt="example" src="apps/website/public/hero/use-agents.gif" />
<img alt="Using Superset agents" src="apps/website/public/hero/use-agents.gif" />
🤖 Prompt for AI Agents
README.md around line 19: the img tag's alt text is currently "example" which
doesn't reflect the file use-agents.gif; update the alt attribute to a
descriptive, semantic value matching the image (e.g., alt="Use Agents demo" or
similar) so the tag becomes consistent with the filename and conveys the image
content.


## Getting Started

Expand Down Expand Up @@ -53,7 +53,7 @@ open apps/desktop/release
For each parallel tasks, Superset uses git worktrees to clone a new branch on your machine. Automate copying env variables, installing dependencies, etc. through a config file (`.superset/config.json`)

<div align="center">
<img width="600" alt="Creating a worktree" src="assets/create-worktree.gif" />
<img width="600" alt="Creating a worktree" src="apps/website/public/hero/open-worktrees.gif" />
</div>
<br>

Expand All @@ -62,7 +62,7 @@ Each workspace gets their own organized terminal system. You can create default


<div align="center">
<img width="600" alt="Creating tabs" src="assets/create-tabs.gif" />
<img width="600" alt="Managing terminals" src="apps/website/public/hero/manage-terminals.gif" />
</div>
<br>

Expand Down
Binary file removed assets/change-themes.gif
Binary file not shown.
Binary file removed assets/create-tabs.gif
Binary file not shown.
Binary file removed assets/create-worktree.gif
Binary file not shown.
Binary file removed assets/example.gif
Binary file not shown.