Recreating Claude Code
I just think I recreated part of Claude Code as a TUI tool.
See my AI stack git link for it, but...
- auto chunking of big files
- file inclusion
- context compaction
- a TUI with a log just like Claude
it's crazy, because I did this in a day with Claude's AI.
I did it to analyze wireshark traffic, and I was like,
"Man, the web UI from openwebui kind of sucks for uploading large files. I bet I can write a TUI faster."
So....yeah! Go check it out here.
It'll probably get renamed or split up into its own tool/repo eventually.