Gnosis

Code Review, Narrated

← gnosis.to

Changelog.

Recent releases, pulled from GitHub. The site rebuilds whenever a new release is published.

  1. v0.20.0 April 20, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.19.1...v0.20.0

    View on GitHub →

  2. v0.19.1 April 16, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.19.0...v0.19.1

    View on GitHub →

  3. v0.19.0 April 16, 2026 prerelease

    v.0.19.0

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.18.0...v0.19.0

    View on GitHub →

  4. v0.18.0 April 12, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.17.0...v0.18.0

    View on GitHub →

  5. v0.17.0 March 2, 2026

    What's Changed

    New Contributors

    Full Changelog: https://github.com/oddur/gnosis/compare/v.0.16.0...v0.17.0

    View on GitHub →

  6. v0.16.1-pre February 26, 2026 prerelease

    View on GitHub →

  7. v.0.16.0 February 26, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.15.3...v.0.16.0

    View on GitHub →

  8. v0.15.3 February 25, 2026

    View on GitHub →

  9. v0.15.2 February 25, 2026

    View on GitHub →

  10. v0.15.1 February 25, 2026

    View on GitHub →

  11. v0.15.0 February 25, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.14.0...v0.15.0

    View on GitHub →

  12. v0.14.0 February 24, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.13.1...v0.14.0

    View on GitHub →

  13. v0.13.1 February 24, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.13.0...v0.13.1

    View on GitHub →

  14. v0.13.0 February 24, 2026

    What's Changed

    Full Changelog: https://github.com/oddur/gnosis/compare/v0.12.0...v0.13.0

    View on GitHub →

  15. v0.12.0 February 24, 2026

    View on GitHub →

  16. v0.11.1 February 24, 2026

    View on GitHub →

  17. v0.11.0 February 24, 2026

    View on GitHub →

  18. v0.10.0 February 23, 2026

    View on GitHub →

  19. 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)

    View on GitHub →

  20. 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)

    View on GitHub →