Changelog

1.0.41 More context, less friction

New Features & Improvements

Repository Filter in the Cockpit

No more looking at your entire team as one big block.

You can now filter metrics by repository in the Cockpit and analyze each project’s performance in isolation.

Want to know which service has the highest lead time? Or where the bug rate is dropping? Just select the repo and see exactly what’s going on.

PR Summary Preview

You can now view a full PR Summary preview directly in Kodus — no need to open the PR in your version control platform.

Simply select a PR, and Kody will show a clear summary of the changes and their impact on the project.

Customizable PR Messages

Now you can tailor Kody’s PR communication to match your team’s style — from the initial “review started” notice to the final report.

Choose the tone, the details, and the format, and decide which context to include (such as changed files and a summary of changes) in each message.

Activity Log Screen

A complete history of everything happening in your organization — who did it, what they did, and when.

The new Activity Log screen shows actions like adding or removing repositories, changing settings, and editing Kody Rules, with date filters and search by user or description.

Ignore Merge Commits and Push Summaries

Kody will no longer update the PR summary with every push — it’s generated only when the PR is opened.

If a push is just a merge with no relevant changes, no new review will be triggered.

Bug Fix

  • Fixed an issue where the link to Kody Rules wasn’t working properly.

1.0.33 – Less noise in reviews, more clarity in configs

Improvements & New Features

🗑️ Delete repo-specific configurations

You can now delete individual configurations for any repository directly from the dashboard.

This makes it easier to reset a repo’s settings and have its PRs reviewed using the team’s global configuration instead.

⚙️ Review Cadence control

Some teams reported too many comments being triggered when multiple commits were pushed to the same PR.

To fix that, we’re introducing Review Cadence — a new setting that lets you define when Kody should run re-reviews after the initial one. This helps reduce noise and gives you more control over your review flow.

You can choose from three modes:

  • Automatic – Kody re-reviews on every new push (default behavior)
  • Auto-Pause – pauses if too many commits happen in a short time; resumes with @kody start-review
  • Manual – no automatic re-reviews; Kody only reviews when manually triggered

1.0.32 – Unified severity filter and fix for reviews after 30 commits

Improvements & New Features

🔀 Combined severity filter

Now you can merge suggestions from different severity levels into a single filter, giving you precise control over how many comments each category generates.

🐞 Bug Fixes

  • Fixed an issue that prevented Kody from reviewing after 30 commits on an open GitHub PR.

1.0.31 – Smarter rules and Kody on any repository

Improvements & New Features

📦 Kody Rules with full PR scope

Kody Rules can now run with full pull request context, instead of analyzing files in isolation. With this update, rules can access the PR title, description, file list, and complete diffs — making it possible to write more powerful and contextual validations.

Examples of what you can now do:

  • Flag new services that don’t have corresponding tests
  • Suggest README updates when business logic changes
  • Require meaningful PR descriptions when they’re missing or too short

This change gives Kody deeper context and enables more relevant suggestions across your codebase.

🏗️ Kody support outside organizations

You no longer need to be inside an organization to use Kody. It now works with individual repositories — whether personal projects, test environments, or any repo not linked to an org on GitHub, GitLab, Bitbucket, or Azure DevOps.

This update removes a key limitation and makes Kody more flexible and accessible. No extra configuration needed — it just works within your existing review flow.

🐞 Bug Fixes

  • Fixed an issue where the dev name appeared as N/A in the weekly summary email.

1.0.30 – Kody Issues, more flexible settings, less noise

Improvements and New Features

✨ Kody Issues: automatically track unimplemented suggestions

You can now automatically track and manage Kody suggestions that weren’t implemented in closed PRs. Kody Issues works like sonar—giving you a clear view of pending improvements and ensuring critical feedback isn’t forgotten.

  • Automatic tracking: captures suggestions not applied when the PR is closed
  • Smart resolution: marks as resolved automatically when the suggestion is implemented in a future PR
  • Advanced filtering: save custom views by status, severity, and category
  • Zero setup: works natively in your code-review flow, no configuration required

Email notification for new rules created for import

Whenever new rules are generated for import, every company user now gets an automatic email. No one misses important updates, and new rules are imported without relying on manual reminders.

Configurable severity filter and suggestion limit for Kody Rules

The Suggestion Control filter now lets you decide whether the severity filter and suggestion limit apply to Kody Rules. By default, Kody Rules are no longer filtered automatically—the team decides when to apply it. 😉

Git Settings page layout improvement

We updated the Git Settings page layout to make it easier to view and manage connected repositories. The interface is clearer and now includes confirmations before actions like removing repositories or resetting the integration.

Cockpit UX

Added a new visual treatment when the Cockpit has no historical data.

🐞 Bug Fixes

  • Fixed issue where Kody didn’t resolve comments on already implemented suggestions.
  • Fixed error loading metrics in the Cockpit.
  • Adjusted suggestion limit: setting it to 0 now sends all suggestions, as documented.
  • Fixed Kody Rules link showing up in suggestions from other categories.
  • Fixed import control of Kody Rules that wasn’t functioning.
  • Fixed severity-level control of Kody Rules that was broken.

1.0.20 – More context, more scale, and smoother onboarding

Improvements and New Features

Direct link to Kody Rules

Kody now includes a direct link to the rule when it finds a violation. This makes it easier to understand the issue and share context with the team.

Onboarding checklist

We added a quick-start checklist to help new users after setup. It highlights the most important first steps to get value from Kodus right away.

OpenAI model override for self-hosted users

Self-hosted instances can now override any of Kody’s models using your own OpenAI API credentials — bringing full flexibility to customize Kody’s behavior.

Forgot password

You can now recover your account password via the login screen.

Increased file limit

The hard limit of files per review was raised from 200 to 500.

Improved UX

Better error handling and loading states across the platform to make the experience smoother and more transparent.

Bug Fixes

  • Minor improvements to the model for more accurate suggestions
  • UI fixes and small improvements across the app