vibe-action 0.2.0

Command router — execute shell commands and LLM prompts via simple YAML actions.
<!doctype html>
<html lang="en">
  <head>
    <link rel="stylesheet" href="assets/css/index/styles.css" />
    <link rel="stylesheet" href="assets/css/index/animation.css" />
    <link rel="stylesheet" href="assets/css/index/header.css" />
    <link rel="stylesheet" href="assets/css/index/body.css" />
    <link rel="stylesheet" href="assets/css/index/footer.css" />

    <title>Vibe Action</title>

    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta property="og:title" content="Vibe Action" />
    <meta
      property="og:description"
      content="Command router for shell and LLM tasks via YAML pipelines"
    />

    <link rel="icon" href="assets/images/favicon.png" />
  </head>
  <body>
    <div class="PageIndex">
      <div class="Header">
        <div class="Content">
          <div class="block">
            <div>
              <a href="/" class="title"> Vibe Action </a>
            </div>
            <div>
              <a class="Btn" href="docs/introduction.html">Documentation</a>
            </div>
          </div>
        </div>
      </div>
      <div class="Body">
        <div class="Content">
          <div class="block1">
            <div class="block">
              <div class="title">
                Vibe
                <br />
                Action
              </div>
              <div class="version">v0.2.0</div>
              <div class="subtitle">Command router for shell and LLM tasks</div>
              <div class="text">
                Execute shell commands and LLM prompts via simple YAML pipelines. Define workflows
                in YAML, connect steps via tags, run batch LLM across your cluster.
              </div>
              <a class="Btn BtnBlack" href="docs/getting-started.html"> Get Started </a>
            </div>
            <div class="block">
              <pre class="preview">

<span class="comment"># Quick Start</span>

<span class="comment">## 1. Install Ollama (or DeepSeek)</span>

<span class="comment">## 2. Install Vibe Action</span>
<span class="command"><span class="app">cargo</span> install vibe-action</span>

<span class="comment">## 3. AI-powered commit</span>
<span class="command"><span class="app">vibe-action</span> commit</span> <span class="path">-p .</span>

<span class="comment">## 4. Translate fast</span>
<span class="command"><span class="app">vibe-action</span> translate-small</span> <span class="path">-f README.md</span>

<span class="comment">## 5. Translate deep</span>
<span class="command"><span class="app">vibe-action</span> translate-large</span> <span class="path">-f README.md</span>
            </div>
          </div>
        </div>
      </div>
      <div class="Footer">
        <div class="Content">
          <div class="block">
            <div>
              <div class="title">© 2026 Vibe Action</div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>