suvadu 0.3.1

Shell history replacement with AI agent tracking and MCP server. Built in Rust, 100% local.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rustfmt configuration for Suvadu
# See: https://rust-lang.github.io/rustfmt/

# Maximum line width
max_width = 100

# Use 4 spaces for indentation
tab_spaces = 4

# Reorder imports
reorder_imports = true

# Edition
edition = "2021"