Merge branch 'origin/cache'

This commit is contained in:
2026-02-23 20:32:49 -05:00
6 changed files with 582 additions and 290 deletions

View File

@@ -1,15 +1,16 @@
# config.toml
[ai]
provider = "gemini"
model = "gemini-2.5-flash"
temperature = 0.6000000238418579
max_tokens = 12000
model = "gemini-1.5-pro-latest"
temperature = 0.0
max_tokens = 8192
history_trunc_limit = 8000
system_prompt = "DO NOT EVER make a shell script unless told to. DO NOT EVER make a readme or a file describing your changes unless your are told to. If you have commands I should be entering into the command line or if you have something to explain to me, please just use code blocks or normal text output. DO NOT DO ANYTHING OTHER THAN WHAT YOU WERE TOLD TODO. DO NOT EVER, EVER DO ANYTHING OTHER THAN WHAT YOU WERE TOLD TO DO. IF YOU WANT TO DO OTHER THINGS, SIMPLY SUGGEST THEM, AND THEN I WILL REVIEW YOUR CHANGES, AND MAKE THE DECISION ON HOW TO PROCEED. WHEN WRITING SCRIPTS USE A 120-160 character limit per line. I don't want to see scrunched code.\n"
system_prompt = ""
[theme]
palette = "10x Dark"
font_path = "C:/Users/Ed/AppData/Local/uv/cache/archive-v0/WSthkYsQ82b_ywV6DkiaJ/pygame_gui/data/FiraCode-Regular.ttf"
font_size = 18.0
palette = "Gold"
font_path = ""
font_size = 14.0
scale = 1.0
[projects]
@@ -18,4 +19,18 @@ paths = [
"C:/projects/forth/bootslop/bootslop.toml",
"C:\\projects\\manual_slop\\tests\\temp_project.toml",
]
active = "C:\\projects\\manual_slop\\tests\\temp_project.toml"
active = "manual_slop.toml"
[gui.show_windows]
Projects = true
Files = true
Screenshots = true
"Discussion History" = true
Provider = true
Message = true
Response = true
"Tool Calls" = true
"Comms History" = true
"System Prompts" = true
Theme = true
Diagnostics = true