Skip to content

docs: update README with new screenshots and features#992

Closed
Kitenite wants to merge 1 commit intomainfrom
kiet-ho/read-enhancements
Closed

docs: update README with new screenshots and features#992
Kitenite wants to merge 1 commit intomainfrom
kiet-ho/read-enhancements

Conversation

@Kitenite
Copy link
Copy Markdown
Collaborator

@Kitenite Kitenite commented Jan 27, 2026

Summary

  • Replace outdated screenshots with new images from the docs commit
  • Add structured Features section showcasing Workspaces, AI Agents, Diff Viewer, Terminal, IDE Integration, and Port Management
  • Add Documentation section with links to docs.superset.sh
  • Fix broken Discord badge and add Docs badge
  • Remove stale Cookbook section and unused markdown reference links

Test plan

  • Verify images render correctly on GitHub
  • Check all external links work (docs.superset.sh, Claude Code, Codex, etc.)
  • Confirm badges display properly

Summary by CodeRabbit

Documentation

  • Updated project branding and messaging to reflect current capabilities as a desktop app for parallel AI coding
  • Introduced comprehensive Features section showcasing Workspaces, AI Agents, Diff Viewer, Terminal integration, IDE Integration, and Port Management
  • Streamlined Getting Started section with clearer Development Setup instructions and system requirements
  • Reorganized documentation structure with dedicated links to quick-start guides, keyboard shortcuts, and FAQ
  • Refreshed Tech Stack overview

✏️ Tip: You can customize this high-level summary in your review settings.

- Replace old screenshots with new images from docs
- Add Features section with Workspaces, AI Agents, Diff Viewer, Terminal, IDE Integration, Port Management
- Add Documentation section with links to docs.superset.sh
- Fix broken Discord badge URL
- Add Docs badge
- Add links to Claude Code, Codex, git worktrees, Cursor, VS Code, Git, GitHub CLI
- Remove Cookbook section and unused reference-style links
- Simplify Getting Started with clearer requirements
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 27, 2026

📝 Walkthrough

Walkthrough

README.md underwent comprehensive restructuring and content rewrite. The hero messaging shifted from "A Terminal Built for Coding Agents" to "A Desktop App for Parallel AI Coding." A Features section with Workspaces, AI Agents, Diff Viewer, Terminal, IDE Integration, and Port Management was introduced. Getting Started was reorganized into Development Setup. Documentation, Tech Stack, and Contributing sections were updated with expanded tool references and streamlined content. Legacy sections were removed.

Changes

Cohort / File(s) Change Summary
Documentation Restructure
README.md
Complete rewrite: hero subtitle updated; new Features section with 6 feature areas; Getting Started → Development Setup (streamlined flow); Documentation subsection added; Tech Stack expanded (Electron, React, TailwindCSS, Bun, Turborepo, Vite, Biome, Drizzle ORM, Neon, tRPC); branding shields updated (Twitter, Discord, Docs badges); removed legacy Usage and Cookbook sections; added macOS-focused note; Contributing section reformatted.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐰 Our README hops anew,
From terminal tales to agents true,
Features gleam, workspace bright,
Development setup set just right—
The warren's guide shines fresh and clean! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description covers key changes and includes a test plan, but is missing required template sections like Type of Change, Related Issues, and Additional Notes. Complete the PR description by adding the Type of Change (e.g., Documentation), Related Issues if any, and any additional notes about the restructuring scope.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: updating README with new screenshots and features, which aligns with the primary objectives of the PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 118-120: The contributors image tag in README.md lacks an alt
attribute; update the <img> element to include meaningful alt text (e.g.,
alt="Contributors to superset-sh/superset") for accessibility and screen readers
by adding the alt attribute to the existing <img
src="https://contrib.rocks/image?repo=superset-sh/superset" /> tag.
- Around line 15-17: Replace the outdated Codex URL in the README line that
references "Codex" with the current product or docs link; locate the "Codex"
anchor in the README (the text
'[Codex](https://openai.com/index/introducing-codex/)') and update its href to
either 'https://openai.com/codex/' or
'https://platform.openai.com/docs/guides/code-generation' so the link points to
the current Codex resource.

Comment thread README.md
Comment on lines +15 to +17
## A Desktop App for Parallel AI Coding

Run AI coding agents like [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex](https://openai.com/index/introducing-codex/), and more in isolated workspaces. Each workspace is a [git worktree](https://git-scm.com/docs/git-worktree) with its own branch, terminal, and ports. Work on multiple features simultaneously without conflicts.
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

🧩 Analysis chain

🌐 Web query:

Claude Code documentation anthropic

💡 Result:

Anthropic’s Claude Code documentation is hosted on the official Anthropic Docs site under /docs/claude-code/. The main entry points are:

  • Overview (start here): what Claude Code is and a 30-second install/start (npm install -g @anthropic-ai/claude-code``, then run claude in your project). [1]
  • Setup / Getting started: system requirements (Node.js 18+, macOS/Linux/Windows via WSL or Git Bash), install options, and authentication methods (Anthropic Console, Claude app plans, or Bedrock/Vertex). [2]
  • Identity & Access Management (IAM): team auth options (Console/SSO, Bedrock, Vertex) and role-based access plus permission controls. [3]

Sources: Anthropic Docs — Claude Code Overview [1], Setup [2], IAM [3].


🌐 Web query:

OpenAI Codex documentation

💡 Result:

  • Codex overview (product page): what Codex is and how to get started (CLI install command, surfaces like IDE/terminal/cloud). [1]

    https://openai.com/codex/
    
  • Codex CLI docs: install/run/upgrade, OS support, interactive TUI, scripting, cloud tasks, web search, approval modes, MCP, etc. [2]

    https://developers.openai.com/codex/cli/
    
  • API “Code generation” guide (platform docs): how to use Codex in apps, and an example calling a Codex coding model via the Responses API. [3]

    https://platform.openai.com/docs/guides/code-generation
    
  • Background + rollout details (blog): “Introducing Codex” (research preview details) and GA announcement (features like Slack integration, SDK, admin tools). [4][5]

    https://openai.com/index/introducing-codex/
    https://openai.com/index/codex-now-generally-available/
    

🌐 Web query:

git worktree official documentation

💡 Result:

The official Git documentation for git worktree (manual page) is on git-scm.com:

https://git-scm.com/docs/git-worktree

It covers the command synopsis (add, list, lock, move, prune, remove, repair, unlock), behavior of “main” vs “linked” worktrees, and related configuration/details. [1]


Update Codex documentation link to current reference.

The Claude Code and git worktree links are correct. However, the Codex link points to an old blog announcement from when Codex was introduced. Update to the current product page: https://openai.com/codex/ or the API documentation at https://platform.openai.com/docs/guides/code-generation.

🤖 Prompt for AI Agents
In `@README.md` around lines 15 - 17, Replace the outdated Codex URL in the README
line that references "Codex" with the current product or docs link; locate the
"Codex" anchor in the README (the text
'[Codex](https://openai.com/index/introducing-codex/)') and update its href to
either 'https://openai.com/codex/' or
'https://platform.openai.com/docs/guides/code-generation' so the link points to
the current Codex resource.

Comment thread README.md
Comment on lines 118 to 120
<a href="https://github.com/superset-sh/superset/graphs/contributors">
<img src="https://contrib.rocks/image?repo=superset-sh/superset" />
</a>
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

Add alt text to contributors image for accessibility.

The contributors image is missing alt text, which is important for accessibility and screen readers.

♿ Proposed fix to add alt text
 <a href="https://github.com/superset-sh/superset/graphs/contributors">
-  <img src="https://contrib.rocks/image?repo=superset-sh/superset" />
+  <img alt="Contributors" src="https://contrib.rocks/image?repo=superset-sh/superset" />
 </a>
📝 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
<a href="https://github.com/superset-sh/superset/graphs/contributors">
<img src="https://contrib.rocks/image?repo=superset-sh/superset" />
</a>
<a href="https://github.com/superset-sh/superset/graphs/contributors">
<img alt="Contributors" src="https://contrib.rocks/image?repo=superset-sh/superset" />
</a>
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

119-119: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
In `@README.md` around lines 118 - 120, The contributors image tag in README.md
lacks an alt attribute; update the <img> element to include meaningful alt text
(e.g., alt="Contributors to superset-sh/superset") for accessibility and screen
readers by adding the alt attribute to the existing <img
src="https://contrib.rocks/image?repo=superset-sh/superset" /> tag.

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Fly.io Electric (Fly.io) View App
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

@Kitenite Kitenite closed this Feb 2, 2026
@Kitenite Kitenite deleted the kiet-ho/read-enhancements branch February 4, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant