tatAI Code CLI drops into any workflow. Read files, understand your codebase, write and apply changes — all from one command.
Requires Node.js 18+
tatAI CLI v1.0.0 — Intelligence Unleashed
Model: Nova · Dir: ~/my-project
───────────────────────────────
// src/api/chat.ts
import { UIMessage } from "ai";
export async function POST(req: Request) {
const { messages }: { messages: UIMessage[] } = await req.json();
// ...
}Apply changes to src/api/chat.ts? [y/N] ▋
Three steps to AI-powered coding
One command installs tatAI globally. Works on macOS and Linux.
curl -L tatai.cloud/install.sh | bashUse @filename to include any file or folder in the conversation.
tatai "review @src/"tatAI suggests edits. You approve each write with a single keypress.
Apply to app.ts? [y/N]Common ways to use tatAI Code
tataiStart interactive AI coding session
tatai "fix this bug"One-shot prompt, result in terminal
tatai @src/app.tsInclude a file in context
tatai @src/Include a whole directory
Type these inside the interactive session
/modelSwitch between Flash / Nova / Ultra/read <file>Load a file into the conversation/ls [dir]Browse project files/pasteMulti-line paste mode/clearClear chat history/login <key>Save your access key/exitQuitInstall takes 10 seconds. Access key required before use.