1
0

fix config

This commit is contained in:
2025-06-02 00:32:00 +09:00
parent 0f3776e75e
commit 81ae0037d9
12 changed files with 57 additions and 52 deletions

View File

@ -15,13 +15,13 @@ timeout_seconds = 300
[logging]
# Log configuration
level = "info" # debug, info, warn, error
file = "~/.ai-shell/ai-shell.log"
file = "~/.config/syui/ai/shell/aishell.log"
max_size_mb = 10
max_backups = 3
[cli]
# CLI behavior
history_file = "~/.ai-shell/history"
history_file = "~/.config/syui/ai/shell/history"
max_history = 1000
prompt = "ai> "
color_output = true