Skip to content
Open
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
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ For the full live-session and `--agent-context` workflow guide, see [docs/agent-

## Feature comparison

| Capability | [hunk](https://github.com/modem-dev/hunk) | [lumen](https://github.com/jnsahaj/lumen) | [difftastic](https://github.com/Wilfred/difftastic) | [delta](https://github.com/dandavison/delta) | [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | [diff](https://www.gnu.org/software/diffutils/) |
| ---------------------------------- | ----------------------------------------- | ----------------------------------------- | --------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------- | ----------------------------------------------- |
| Review-first interactive UI | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ |
| Multi-file review stream + sidebar | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ |
| Inline agent / AI annotations | βœ… | ❌ | ❌ | ❌ | ❌ | ❌ |
| Responsive auto split/stack layout | βœ… | ❌ | ❌ | ❌ | ❌ | ❌ |
| Mouse support inside the viewer | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ |
| Runtime view toggles | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ |
| Syntax highlighting | βœ… | βœ… | βœ… | βœ… | ❌ | ❌ |
| Structural diffing | ❌ | ❌ | βœ… | ❌ | ❌ | ❌ |
| Pager-compatible mode | βœ… | ❌ | βœ… | βœ… | βœ… | βœ… |
| Capability | [hunk](https://github.com/modem-dev/hunk) | [critique](https://github.com/remorses/critique) | [lumen](https://github.com/jnsahaj/lumen) | [difftastic](https://github.com/Wilfred/difftastic) | [delta](https://github.com/dandavison/delta) | [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | [diff](https://www.gnu.org/software/diffutils/) |
| ---------------------------------- | ----------------------------------------- | ------------------------------------------------ | ----------------------------------------- | --------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------- | ----------------------------------------------- |
| Review-first interactive UI | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ |
| Multi-file review stream + sidebar | βœ… | ❌ | βœ… | ❌ | ❌ | ❌ | ❌ |
| Inline agent / AI annotations | βœ… | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
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.

P2 Potentially inaccurate ❌ for "Multi-file review stream + sidebar"

The PR author notes critique supports multi-file review streaming but lacks a sidebar. If the row's intent is the full combination (stream and sidebar), ❌ is correct. If "sidebar" is a separable sub-feature, a βœ… with a footnote or the row being split would be more accurate. Worth a quick decision from the maintainer before merging.

Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 91

Comment:
**Potentially inaccurate ❌ for "Multi-file review stream + sidebar"**

The PR author notes `critique` supports multi-file review streaming but lacks a sidebar. If the row's intent is the full combination (stream **and** sidebar), ❌ is correct. If "sidebar" is a separable sub-feature, a βœ… with a footnote or the row being split would be more accurate. Worth a quick decision from the maintainer before merging.

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

| Responsive auto split/stack layout | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ | ❌ |
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.

P2 Potentially inaccurate ❌ for "Inline agent / AI annotations"

The PR description itself flags this as uncertain: critique has an AI review feature (per its own README), which may warrant a βœ… here. The distinction worth pinning down is whether the comparison row covers AI-generated annotations surfaced inline in the diff viewer β€” if critique does this, the cell should be βœ….

Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 92

Comment:
**Potentially inaccurate ❌ for "Inline agent / AI annotations"**

The PR description itself flags this as uncertain: `critique` has an AI review feature (per its own README), which may warrant a βœ… here. The distinction worth pinning down is whether the comparison row covers AI-generated annotations surfaced inline in the diff viewer β€” if `critique` does this, the cell should be βœ….

How can I resolve this? If you propose a fix, please make it concise.

| Mouse support inside the viewer | βœ… | βœ… | βœ… | ❌ | ❌ | ❌ | ❌ |
| Runtime view toggles | βœ… | ❌ | βœ… | ❌ | ❌ | ❌ | ❌ |
| Syntax highlighting | βœ… | βœ… | βœ… | βœ… | βœ… | ❌ | ❌ |
| Structural diffing | ❌ | ❌ | ❌ | βœ… | ❌ | ❌ | ❌ |
| Pager-compatible mode | βœ… | βœ… | ❌ | βœ… | βœ… | βœ… | βœ… |

Hunk is optimized for reviewing a full changeset interactively.

Expand Down