limit-cli 0.0.46

AI-powered terminal coding assistant with TUI. Multi-provider LLM support, session persistence, and built-in tools.
Documentation
1
2
3
4
5
6
7
//! UI rendering module
//!
//! Provides components for rendering the TUI interface.

mod renderer;

pub use renderer::UiRenderer;