{"author":"eddelgado","children":[],"created_at":"2026-03-04T14:51:34.000Z","created_at_i":1772635894,"id":47248299,"options":[],"parent_id":null,"points":5,"story_id":47248299,"text":"This week we released the Kodus CLI.<p>It took a bit longer than we expected to ship. The reason was simple: there are already many ways to run reviews locally today. IDEs, extensions, terminal commands, agents inside the editor. So building \u201cjust another AI CLI\u201d didn\u2019t seem like a good idea.<p>The question that guided the project was different: how can we bring the quality of PR reviews to the moment when the code is still being written?<p>Today the CLI does two main things.<p>The first is running local reviews using the same context we use in PRs. The goal was to avoid that shallow review that only looks at the diff currently open in the editor. We try to reconstruct more repository context, similar to what happens during a PR review.<p>The second is helping resolve comments that Kody has already left on a PR, but directly from the local environment. Instead of opening the PR, reading the comment, going back to the editor, making the change, and repeating the process, you can work through those fixes directly in your coding workflow.<p>The whole idea revolves around reducing the feedback loop time.<p>Some design decisions came from things we heard from teams using other CLIs.<p>Auth in large teams often turns into friction.\nMany tools assume each developer will create an account before using the CLI. That becomes painful when someone just wants to try it, or when an entire team decides to experiment.<p>We introduced team keys. An admin generates the key and shares it with the team. Anyone who installs the CLI can start using it right away.<p>Rate limits can ruin the local experience.\nSome tools work well at first but become too restricted for continuous use.<p>The CLI runs BYOK by default, so you can use your own API key if you want.<p>Code agents are already part of the workflow.\nInstead of treating this as something separate, we built two layers.<p>The CLI works as a direct interface to our API.\nOn top of that, there are Skills that teach agents how to use the same review flow.<p>There\u2019s still a lot to improve. Repo context, how suggestions are presented, integration with different developer workflows. We\u2019re using it heavily internally and adjusting things as problems show up.<p>If anyone wants to try it or contribute:<p>- repo: <a href=\"https:&#x2F;&#x2F;github.com&#x2F;kodustech&#x2F;cli\" rel=\"nofollow\">https:&#x2F;&#x2F;github.com&#x2F;kodustech&#x2F;cli</a>\n- feedback is very welcome\n- issues and PRs are too<p>If you usually run local reviews, I\u2019d be curious to hear what actually works and what only sounds good in theory.","title":"Show HN: AI Code Review CLI","type":"story","url":"https://github.com/kodustech/cli"}
