30 lines
475 B
TOML
30 lines
475 B
TOML
[project]
|
|
name = "temp_liveaisettingssim"
|
|
git_dir = "C:\\projects\\manual_slop"
|
|
system_prompt = ""
|
|
main_context = ""
|
|
word_wrap = true
|
|
summary_only = false
|
|
auto_scroll_comms = true
|
|
auto_scroll_tool_calls = true
|
|
|
|
[output]
|
|
output_dir = "./md_gen"
|
|
|
|
[files]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[screenshots]
|
|
base_dir = "."
|
|
paths = []
|
|
|
|
[agent.tools]
|
|
run_powershell = true
|
|
read_file = true
|
|
list_directory = true
|
|
search_files = true
|
|
get_file_summary = true
|
|
web_search = true
|
|
fetch_url = true
|