Tag
Terminal
Syntax Highlighting for Code Blocks
Part 4 of building a terminal agent from scratch. Adding syntax highlighting for code blocks using regex-based patterns.
Amber – modern tool to find and replace from the terminal
A Rust tool for quick find and replace operations from the terminal.
Rendering Markdown in the Terminal
Add markdown rendering with ANSI escape codes to display formatted text in the terminal.
The Conversation Loop
Implement a conversation loop with message history for back-and-forth exchanges with the LLM.
Building an Agent from Scratch
Start building a terminal coding agent using Clojure with minimal dependencies.