[providers.cargo]
enabled = true
priority = 100
[providers.tauri]
enabled = true
priority = 85
[providers.doc]
enabled = true
priority = 65
[filters]
max_commands = 12
smart_filtering = true
exclude_patterns = ["target/**", "src-tauri/target/**", "dist/**", ".git/**", "node_modules/**"]
include_only_rust = false
[[filters.rules]]
name = "boost-app-commands"
enabled = true
[[filters.rules.conditions]]
ProjectType = "tauri"
[[filters.rules.actions]]
BoostPriority = { pattern = "dev", boost = 25 }
[[filters.rules.actions]]
BoostPriority = { pattern = "build", boost = 20 }
[ui]
max_commands = 12
group_by_category = true
show_descriptions = true
show_estimated_duration = true
compact_mode = false
theme = "default"