Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A code review + file viewer sidebar for herdr. Comment on a diff and send back to agent. Inspect diffs, files, and a PR state.
| Date | Stars |
|---|---|
| 2026-07-31 | 286 |
| 2026-08-06 | 344 |
| 2026-08-14 | 411 |
| 2026-08-18 | 456 |
| 2026-08-19 | 463 |
| 2026-08-20 | 478 |
| 2026-08-21 | 484 |
| 2026-08-22 | 491 |
| 2026-08-23 | 496 |
| 2026-08-24 | 508 |
| 2026-08-25 | 513 |
| 2026-08-26 | 530 |
| 2026-08-27 | 539 |
| 2026-08-28 | 550 |
| 2026-08-29 | 562 |
| 2026-08-30 | 564 |
| 2026-08-31 | 568 |
| 2026-09-01 | 575 |
| 2026-09-02 | 578 |
| 2026-09-03 | 590 |
| 2026-09-04 | 597 |
| 2026-09-05 | 597 |
| 2026-09-06 | 609 |
| 2026-09-07 | 616 |
| 2026-09-08 | 625 |
| 2026-09-09 | 634 |
| 2026-09-10 | 653 |
| 2026-09-11 | 672 |
| 2026-09-12 | 683 |
| 2026-09-13 | 688 |
| 2026-09-14 | 695 |
| 2026-09-15 | 705 |
| 2026-09-16 | 713 |
| 2026-09-17 | 718 |
| 2026-09-18 | 726 |
| 2026-09-19 | 728 |
| 2026-09-20 | 731 |
Today
+3 stars today
This week
+43 stars this week
This month
+247 stars this month
Momentum
117.9
growth rate 6.25%/day
# herdr-reviewr [](https://github.com/persiyanov/herdr-reviewr/actions/workflows/ci.yml) [](https://github.com/persiyanov/herdr-reviewr/releases/latest) [](LICENSE) <p align="center"> <a href="#install">install</a> · <a href="#quick-start">quick start</a> · <a href="#controls">controls</a> · <a href="#diff-scopes">scopes</a> · <a href="#configuration">configuration</a> · <a href="#limitations">limitations</a> · <a href="CHANGELOG.md">changelog</a> </p> A code-review pane for [herdr](https://herdr.dev). Your agent writes the code. You read its diff in a pane beside the chat, comment on the lines, and send the notes back. You never leave the terminal.  One persistent pane, pointed at a git worktree: - **Diff review** — the agent's changed files, syntax-highlighted. - **Four diff scopes** — uncommitted, branch, last turn, commits. - **Last-turn diff** — what the worktree's latest turn changed, on its own. - **Line comments** — comment on a line or a range. Then send it to the agent. - **Text selection** — drag over any text to copy it, like an editor. - **File viewer** — any file's current content from the whole worktree. - **Search** — fuzzy file names and live code grep across the worktree, powered by [fff](https://github.com/dmtrKovalenko/fff). - **Find in file** — search the open file and step between every match. - **PR view** — the branch's pull request in the pane, read-only. - **Markdown preview** — flip a `.md` file between source and rendered view. - **Themes** — 18 palettes in dark and light. It never edits your worktree and sends nothing on its own. The **PR** tab reads GitHub, GitLab, or Azure DevOps and never posts. ## Requirements - **herdr ≥ 0.7.5** (the plugin system). - **git** on `PATH`. - A **truecolor** terminal with Unicode box-drawing. - **macOS or Linux.** - **`gh`** (GitHub), **`glab`** (GitLab), or **`az`** (Azure DevOps, with the `azure-devops` extension), authenticated. Only the **PR** tab needs one. ## Install Prebuilt binaries, no Rust toolchain needed: ```bash herdr plugin install persiyanov/herdr-reviewr ``` Open it in the current workspace: ```bash herdr plugin action invoke open --plugin persiyanov.reviewr ``` reviewr auto-opens when herdr creates a workspace for a worktree, whether the checkout is new or opened from disk. `auto_open = false` keeps it hidden until you ask ([Configuration](#configuration)). **To update**, reinstall. Your config is keyed by plugin id and survives: ```bash herdr plugin uninstall persiyanov.reviewr && herdr plugin install persiyanov/herdr-reviewr ``` **Without herdr**, reviewr runs as a plain terminal app. Grab a [release binary](https://github.com/persiyanov/herdr-reviewr/releases/latest) and point it at a repo: ```bash herdr-reviewr ~/some/repo ``` Everything works except **Send** and the **last turn** scope. Those need herdr around. ## Quick start Open reviewr next to your agent: 1. **Pick a file.** Changed files are in the navigator. `j` / `k` moves, the diff follows. Or `]` walks the changes hunk by hunk, file after file. 2. **Focus the diff.** `Tab` switches panes. 3. **Select lines.** `v`, then `j` / `k` to extend (or click or drag the gutter). 4. **Comment.** `c`, type, `Enter`. 5. **Send.** `s` sends every comment to the agent's input. The footer shows the next step. Press `?` for every key that works right now. For a shortcut, bind a key to the toggle in your herdr config (user config, not the plugin manifest): ```toml [[keys.command]] key = "cmd+r" type = "plugin_action" command = "persiyanov.reviewr.toggle" # <plugin_id>.<action_id> — note the id, not the name ``` `cmd+…` chords reach herdr. Many macOS terminals swallow `alt+…` themselves. ## Controls The keys below
Excerpt of 18,740 characters
Read on GitHub255
3
2
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:cc3fc3ebf2b8490b, topic:code-review, desc:code review