TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Cloi – Local debugging agent that runs in your terminal

5 点作者 gcha3 天前
Helloo HN! I’m Gabriel Cha and an incoming student @ Coluimbia and just wanted to share what I&#x27;ve been building past 2 weeks: Cloi - a completely local debugging agent that runs right in your terminal. https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi<p>I created Cloi because every AI coding tool wants API keys, subscriptions, and your entire codebase uploaded to their servers. Cloi, however, runs entirely on your machine. No cloud, no API keys, no subscriptions, no data leaving your system.<p>The tech is brutally simple: it captures your error context, spins up Ollama locally, generates targeted fixes, and - only with your explicit permission - applies patches directly to your files. You review every diff before anything changes.We ship with Phi-4 out of the box (crazy good for its size), but you can swap to any Ollama model you&#x27;ve got installed. Your machine, your models, your rules.<p>Installation is just: $ npm install -g @cloi-ai&#x2F;cloi<p>BTW Cloi is free, if you&#x27;re interested in the implementation or want to request new features, you can do so here: https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi<p>We&#x27;ve hit 202 stars in just 5 days since release!!! I&#x27;d really appreciate your star if you find this useful. Try it out and let us know what you think! From, Gabriel Cha &amp; Mingyou Kim

1 comment

gcha3 天前
<a href="https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi">https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi</a>