A simple CLI utility to chat with LLMs.
Find a file
2026-04-22 23:01:47 -04:00
src style: remove backticks from codespans 2026-04-22 22:40:24 -04:00
.gitignore style: markdown render improvements 2026-04-20 20:21:36 -04:00
AGENTS.md docs: add AGENTS.md with project conventions and architecture 2026-04-18 18:39:47 -04:00
biome.json chore: add biome and fix to pass 2026-04-15 15:20:18 -04:00
bun.lock feat: add kokoro-tts CLI tool for text-to-speech streaming 2026-04-22 22:40:55 -04:00
index.ts refactor: allow variadic prompt and add typecheck to scripts 2026-04-21 15:26:04 -04:00
kokoro.ts refactor: stop buffering text and start streaming asap 2026-04-22 22:40:55 -04:00
package.json chore: combined & parallelize build:js and build:tts scripts 2026-04-22 23:01:47 -04:00
README.md init: git and bun 2026-04-15 00:17:57 -04:00
testRender.ts refactor: replace comark with custom Bun.markdown 2026-04-19 16:40:12 -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.