A simple CLI utility to chat with LLMs.
Find a file
mitchell 32bb3acb09 refactor: remove reasoning file persistence and consolidate cursor methods
Remove reasoning-delta/end file writing and merge moveCursor/clearScreenDown
into a single moveClearReset method. Add config save confirmation message.
2026-04-18 06:07:41 -04:00
src/render refactor: remove reasoning file persistence and consolidate cursor methods 2026-04-18 06:07:41 -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: use comark for final output 2026-04-17 22:53:29 -04:00
index.ts refactor: remove reasoning file persistence and consolidate cursor methods 2026-04-18 06:07:41 -04:00
package.json feat: use comark for final output 2026-04-17 22:53:29 -04:00
README.md init: git and bun 2026-04-15 00:17:57 -04:00
testRender.ts feat: add streaming markdown rendering with incremental output 2026-04-18 05:04:00 -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.