A simple CLI utility to chat with LLMs.
Find a file
mitchell 9d599d98bf feat: add --plain flag for unformatted terminal output
Rename StreamRenderer to Renderer and move stats rendering into the
class. Support plain mode that skips ANSI formatting and glow preview
when output is not a TTY.
2026-04-17 16:16:09 -04:00
src/render feat: add --plain flag for unformatted terminal output 2026-04-17 16:16:09 -04:00
.gitignore init: git and bun 2026-04-15 00:17:57 -04:00
biome.json chore: add biome and fix to pass 2026-04-15 15:20:18 -04:00
bun.lock feat: add chalk styling for terminal output 2026-04-17 00:13:17 -04:00
index.ts feat: add --plain flag for unformatted terminal output 2026-04-17 16:16:09 -04:00
package.json feat: add chalk styling for terminal output 2026-04-17 00:13:17 -04:00
README.md init: git and bun 2026-04-15 00:17:57 -04:00
tsconfig.json init: git and bun 2026-04-15 00:17:57 -04:00

aicl

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.