TE
테크에코
홈24시간 인기최신베스트질문쇼채용
GitHubTwitter
홈

테크에코

Next.js로 구축된 기술 뉴스 플랫폼으로 글로벌 기술 뉴스와 토론을 제공합니다.

GitHubTwitter

홈

홈최신베스트질문쇼채용

리소스

HackerNews API원본 HackerNewsNext.js

© 2025 테크에코. 모든 권리 보유.

Cloi – Local debugging agent that runs in your terminal

5 포인트작성자: gcha2일 전
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

gcha2일 전
<a href="https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi">https:&#x2F;&#x2F;github.com&#x2F;cloi-ai&#x2F;cloi</a>