feat(gui): Add auto-scroll, blinking history, and reactive API events
This commit is contained in:
29
tests/temp_livecontextsim.toml
Normal file
29
tests/temp_livecontextsim.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[project]
|
||||
name = "temp_livecontextsim"
|
||||
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
|
||||
Reference in New Issue
Block a user