We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2a50 commit 12a799fCopy full SHA for 12a799f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vibe-kit/grok-cli",
3
- "version": "0.0.32",
+ "version": "0.0.33",
4
"description": "An open-source AI agent that brings the power of Grok directly into your terminal.",
5
"type": "module",
6
"main": "dist/index.js",
src/index.ts
@@ -1,3 +1,4 @@
+#!/usr/bin/env node
import React from "react";
import { render } from "ink";
import { program } from "commander";
0 commit comments