claude-code-rust 0.2.0

A native Rust terminal interface for Claude Code
Documentation
1
2
3
4
5
6
7
8
# For explicitness, but is redundant
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Unix"

# CLI-critical: Keep small structs single-line (essential for Args/Config structs)
use_small_heuristics = "Max"