docs(readme): add critique to feature comparison#249
Conversation
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 |
|
Thanks for putting Critique on the radar. Closing this PR rather than merging the README table change as-is: the comparison cells are still a bit ambiguous, and the current README table has stayed intentionally compact. If we decide to broaden the comparison table later, we can revisit Critique with freshly verified capability labels. This comment was generated by Pi using OpenAI GPT-5 |
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.