docs(readme): add critique to feature comparison#249
docs(readme): add critique to feature comparison#249connorads wants to merge 1 commit intomodem-dev:mainfrom
critique to feature comparison#249Conversation
Verified each capability against the critique source at github.com/remorses/critique: - Review-first interactive UI, mouse, syntax highlighting, responsive split/stack, and pager (--stdin) all confirmed. - Multi-file sidebar, inline AI annotations, runtime view toggles, and structural diffing not present: critique shows one file at a time, renders AI review as prose blocks above hunks (not interleaved), exposes only navigation/picker keys, and uses jsdiff (line/word) rather than AST diffing.
Greptile SummaryThis PR adds
Confidence Score: 4/5Documentation-only change; safe to merge once the two self-flagged capability cells are confirmed by the maintainer. The only open questions are whether two of README.md — the two Important Files Changed
Prompt To Fix All With AIFix the following 2 code review issues. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 2
README.md:91
**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.
### Issue 2 of 2
README.md:92
**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 ✅.
Reviews (1): Last reviewed commit: "docs(readme): add critique to feature co..." | Re-trigger Greptile |
| | ---------------------------------- | ----------------------------------------- | ------------------------------------------------ | ----------------------------------------- | --------------------------------------------------- | -------------------------------------------- | ---------------------------------------------------------- | ----------------------------------------------- | | ||
| | Review-first interactive UI | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | ||
| | Multi-file review stream + sidebar | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | | ||
| | Inline agent / AI annotations | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | |
There was a problem hiding this 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.
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!
| | Review-first interactive UI | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | ||
| | Multi-file review stream + sidebar | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | | ||
| | Inline agent / AI annotations | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | | ||
| | Responsive auto split/stack layout | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | |
There was a problem hiding this 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 ✅.
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.
Nice project, thanks for making
hunkand sharing 🫶I've been using a TUI diff app called

critiqueby @remorses, also built on OpenTUI.https://github.com/remorses/critique
You're welcome to merge or close this PR, it was more to put
critiqueon your radar - if it isn't already.Also I'm not sure if the comparisons are exactly fair as I've added them but they are probably still correct.
critiquecould probably get 2 more ✅It also has some other features like web diff sharing which I understand might not be a priority for this project but you might find interesting nonetheless.