All activity
Luc Terracherleft a comment
I created this to actually grasp how Claude Code like assistants function. Not only to use one but to understand the cycle: prompts → tool calls → results → next step... Rust, terminal-only, OpenRouter. The code is written to be readable. If you are interested in how the codebase is structured on the inside, welcome to ask questions.

My Open ClaudeLLM-powered coding assistant — in your terminal
Terminal-native AI coding assistant. No browser, no IDE. Built in Rust: single binary, fast, minimal deps. OpenRouter: Claude, Llama, or any model from one API.
Real tool calls (read, write, grep, bash), not just chat. Slash commands: /test, /review, /fix, /commit. Ask vs Build: read-only for Q&A, full tools when you need edits.

My Open ClaudeLLM-powered coding assistant — in your terminal
