Gnosis
Code Review, Narrated
Changelog.
Recent releases, pulled from GitHub. The site rebuilds whenever a new release is published.
-
v0.20.0 · April 20, 2026
What's Changed
- feat: cherry-pick Sera alert side-stripe + badge typography by @oddur in https://github.com/oddur/gnosis/pull/81
- feat: separate review settings for proactive reviews by @oddur in https://github.com/oddur/gnosis/pull/82
- feat: review-checks combined — rendering + prompt + anchoring by @oddur in https://github.com/oddur/gnosis/pull/87
- feat: Education Mode — inline explainers for assumed concepts by @oddur in https://github.com/oddur/gnosis/pull/88
Full Changelog: https://github.com/oddur/gnosis/compare/v0.19.1...v0.20.0
-
v0.19.1 · April 16, 2026
What's Changed
- feat: add Claude Opus 4.7 by @oddur in https://github.com/oddur/gnosis/pull/80
Full Changelog: https://github.com/oddur/gnosis/compare/v0.19.0...v0.19.1
-
v0.19.0 · April 16, 2026 · prerelease
v.0.19.0
What's Changed
- feat: newspaper-style homepage experiment by @oddur in https://github.com/oddur/gnosis/pull/74
- feat: system tray menu with review status and CI checks by @oddur in https://github.com/oddur/gnosis/pull/75
- feat: parallel review generation + improved onboarding by @oddur in https://github.com/oddur/gnosis/pull/76
- feat: basic Aptabase analytics by @oddur in https://github.com/oddur/gnosis/pull/77
- feat: analytics opt-out in settings by @oddur in https://github.com/oddur/gnosis/pull/79
Full Changelog: https://github.com/oddur/gnosis/compare/v0.18.0...v0.19.0
-
v0.18.0 · April 12, 2026
What's Changed
- feat: editorial monograph redesign by @oddur in https://github.com/oddur/gnosis/pull/73
Full Changelog: https://github.com/oddur/gnosis/compare/v0.17.0...v0.18.0
-
v0.17.0 · March 2, 2026
What's Changed
- fix: use GitHub token for all API requests by @oddur in https://github.com/oddur/gnosis/pull/69
- fix: prepend CLI bin directory to PATH when spawning by @oddur in https://github.com/oddur/gnosis/pull/70
- feat: move review signature toggle to submit dialog by @oddur in https://github.com/oddur/gnosis/pull/71
- feat: auto-run AI review when added as PR reviewer by @jan in https://github.com/oddur/gnosis/pull/72
New Contributors
- @jan made their first contribution in https://github.com/oddur/gnosis/pull/72
Full Changelog: https://github.com/oddur/gnosis/compare/v.0.16.0...v0.17.0
-
v0.16.1-pre · February 26, 2026 · prerelease
-
v.0.16.0 · February 26, 2026
What's Changed
- fix: update banner improvements by @oddur in https://github.com/oddur/gnosis/pull/67
- feat: add Personal Access Token auth support by @oddur in https://github.com/oddur/gnosis/pull/66
Full Changelog: https://github.com/oddur/gnosis/compare/v0.15.3...v.0.16.0
-
v0.15.3 · February 25, 2026
-
v0.15.2 · February 25, 2026
-
v0.15.1 · February 25, 2026
-
v0.15.0 · February 25, 2026
What's Changed
- feat: persist includeAllFiles toggle as a user preference by @oddur in https://github.com/oddur/gnosis/pull/61
- feat: review UI improvements by @oddur in https://github.com/oddur/gnosis/pull/62
Full Changelog: https://github.com/oddur/gnosis/compare/v0.14.0...v0.15.0
-
v0.14.0 · February 24, 2026
What's Changed
- feat: file picker to exclude files from PR review by @oddur in https://github.com/oddur/gnosis/pull/60
Full Changelog: https://github.com/oddur/gnosis/compare/v0.13.1...v0.14.0
-
v0.13.1 · February 24, 2026
What's Changed
- feat: confirm quit dialog when a review is generating by @oddur in https://github.com/oddur/gnosis/pull/59
Full Changelog: https://github.com/oddur/gnosis/compare/v0.13.0...v0.13.1
-
v0.13.0 · February 24, 2026
What's Changed
- feat: native desktop UI polish by @oddur in https://github.com/oddur/gnosis/pull/56
- feat: silent notifications with on/off setting by @oddur in https://github.com/oddur/gnosis/pull/57
- feat: show pending review requests on home card by @oddur in https://github.com/oddur/gnosis/pull/58
Full Changelog: https://github.com/oddur/gnosis/compare/v0.12.0...v0.13.0
-
v0.12.0 · February 24, 2026
-
v0.11.1 · February 24, 2026
-
v0.11.0 · February 24, 2026
-
v0.10.0 · February 23, 2026
-
v0.9.0 · February 23, 2026
What's new
- Inline tool call pills in slide chat — Tool calls (WebSearch, WebFetch, etc.) now appear as inline pill indicators within assistant chat messages, with pulse animation during streaming (#44)
- Tool call loading indicator — Active tool calls shown on the loading screen during web research (#43)
- Clickable file paths in diff headers — File paths in diff headers now link to GitHub (#42)
-
v0.8.0 · February 23, 2026
Features
- Side-by-side (split) diff view — Toggle between unified and split layout in the diff panel. Split view renders base on the left, head on the right with full interactive comment support. Preference persists across sessions. (#41)
- Deterministic diff hunk assignment — Diff hunks are now assigned to slides deterministically from the actual PR patch data instead of being AI-generated, improving accuracy and consistency. (#40)
- Optional review suggestions — Review focus (reviewFocus) is now optional at generation time, allowing slides without review suggestions. (#39)
- Devbox and direnv setup — Added reproducible dev environment via devbox/direnv with setup docs. (#37)
Fixes
- Cap mermaid diagram height in slide view to prevent layout overflow. (#38)