<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adom</title>
    <description>The latest articles on DEV Community by Adom (@adom_a4b8725dd9a8b79ccbe3).</description>
    <link>https://dev.to/adom_a4b8725dd9a8b79ccbe3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4055441%2F1c2ff8e0-bae0-4d3a-a804-072301d49509.png</url>
      <title>DEV Community: Adom</title>
      <link>https://dev.to/adom_a4b8725dd9a8b79ccbe3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adom_a4b8725dd9a8b79ccbe3"/>
    <language>en</language>
    <item>
      <title>I Built a Fully Autonomous CLI</title>
      <dc:creator>Adom</dc:creator>
      <pubDate>Thu, 30 Jul 2026 16:55:58 +0000</pubDate>
      <link>https://dev.to/adom_a4b8725dd9a8b79ccbe3/i-built-a-fully-autonomous-cli-2i25</link>
      <guid>https://dev.to/adom_a4b8725dd9a8b79ccbe3/i-built-a-fully-autonomous-cli-2i25</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I got frustrated with AI coding assistants blindly applying edits, so I built Nova CLI—a terminal-based agent designed to handle long, tedious tasks with actual engineering rigor.&lt;/p&gt;

&lt;p&gt;It supports cloud providers (OpenAI, Anthropic, Gemini), but it's fully built to run on local Ollama models for completely offline, private coding.&lt;/p&gt;

&lt;p&gt;🧠 What makes it different (The 10 Pillars)&lt;br&gt;
Instead of just writing code and stopping, it has a multi-step verification pipeline:&lt;/p&gt;

&lt;p&gt;Sentinel (Adversarial Red Team): After the main agent finishes writing code, it automatically spawns a hidden subagent. The subagent's only job is to try and break the code that was just written before the AI tells you it's "done."&lt;br&gt;
Seismograph (Regression-Risk): Before editing a file, it checks git log to see if that exact code block has been volatile. It calculates a 0-100 risk score and warns you if the code has been reverted multiple times.&lt;br&gt;
Time-Machine (Git-Blame RAG): Uses ChromaDB for semantic code search, fuses the results with git blame so the AI knows why code was written.&lt;br&gt;
Architect (Impact Analysis): Builds a real AST dependency graph of all callers of a function before making breaking changes.&lt;br&gt;
Ground-Truth (Environment Drift): AST-parses your codebase for imports and warns if you're writing code for a package that isn't installed.&lt;br&gt;
Echo-Loop (Runtime Verification): Runs the generated Python code in an isolated subprocess with a 10-second timeout to verify it actually executes.&lt;br&gt;
Oracle (Confidence Scoring): Runs unittest blocks against generated code and calculates a true graduated 0-100% pass rate.&lt;br&gt;
Hivemind (Shared Team Memory): Auto-commits and pushes team preferences (memory.md) to Git.&lt;br&gt;
Show-Your-Work (Diff Annotations): Tags every git diff line [ADDED]/[REMOVED] and forces the model to explain them.&lt;br&gt;
Reverse-Engineer (Binary Analysis): Uses Capstone to disassemble .exe and .so files into assembly.&lt;br&gt;
It also has built-in local Whisper for audio transcription (runs entirely offline) and voice control (/mic).&lt;/p&gt;

&lt;p&gt;💻 How to get it&lt;br&gt;
I just compiled a standalone Windows .exe so you don't even need Python installed to try it.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/adomba102-png/advcli" rel="noopener noreferrer"&gt;https://github.com/adomba102-png/advcli&lt;/a&gt;&lt;br&gt;
Install: Go to the Releases page, download the zip, extract, and run nova-cli.exe. Type /provider to select Ollama!&lt;br&gt;
⚠️ The Honest Disclaimer&lt;br&gt;
This is an alpha-stage prototype built by one developer. It has bugs. The "sandbox" is a temporary directory with a timeout, not a true Docker container. But the architecture is real, the tools are real.&lt;/p&gt;

&lt;p&gt;I'd love for you to break it and tell me what goes wrong. Check the code out and let me know what you think! You can find the short at : &lt;a href="https://www.youtube.com/shorts/v93GpVewz58" rel="noopener noreferrer"&gt;https://www.youtube.com/shorts/v93GpVewz58&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>cli</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
