glm did okay but still pain
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[ai]
|
[ai]
|
||||||
provider = "gemini_cli"
|
provider = "gemini_cli"
|
||||||
model = "gemini-2.0-flash"
|
model = "gemini-2.5-flash-lite"
|
||||||
temperature = 0.0
|
temperature = 0.0
|
||||||
max_tokens = 8192
|
max_tokens = 8192
|
||||||
history_trunc_limit = 8000
|
history_trunc_limit = 8000
|
||||||
@@ -15,7 +15,7 @@ paths = [
|
|||||||
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_livetoolssim.toml",
|
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_livetoolssim.toml",
|
||||||
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.toml",
|
"C:\\projects\\manual_slop\\tests\\artifacts\\temp_liveexecutionsim.toml",
|
||||||
]
|
]
|
||||||
active = "C:\\projects\\manual_slop\\tests\\artifacts\\temp_project.toml"
|
active = "C:\\projects\\manual_slop\\tests\\artifacts\\temp_livecontextsim.toml"
|
||||||
|
|
||||||
[gui.show_windows]
|
[gui.show_windows]
|
||||||
"Context Hub" = true
|
"Context Hub" = true
|
||||||
@@ -33,9 +33,9 @@ Theme = true
|
|||||||
Diagnostics = true
|
Diagnostics = true
|
||||||
|
|
||||||
[theme]
|
[theme]
|
||||||
palette = "ImGui Dark"
|
palette = "DPG Default"
|
||||||
font_path = ""
|
font_path = ""
|
||||||
font_size = 16.0
|
font_size = 14.0
|
||||||
scale = 1.0
|
scale = 1.0
|
||||||
|
|
||||||
[headless]
|
[headless]
|
||||||
|
|||||||
61
test_project.toml
Normal file
61
test_project.toml
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
[project]
|
||||||
|
name = "temp_project"
|
||||||
|
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 = []
|
||||||
|
|
||||||
|
[files.tier_assignments]
|
||||||
|
|
||||||
|
[screenshots]
|
||||||
|
base_dir = "."
|
||||||
|
paths = []
|
||||||
|
|
||||||
|
[gemini_cli]
|
||||||
|
binary_path = "\"C:\\projects\\manual_slop\\.venv\\Scripts\\python.exe\" \"C:\\projects\\manual_slop\\tests\\mock_gemini_cli.py\""
|
||||||
|
|
||||||
|
[deepseek]
|
||||||
|
reasoning_effort = "medium"
|
||||||
|
|
||||||
|
[agent.tools]
|
||||||
|
run_powershell = true
|
||||||
|
read_file = true
|
||||||
|
list_directory = true
|
||||||
|
search_files = true
|
||||||
|
get_file_summary = true
|
||||||
|
web_search = true
|
||||||
|
fetch_url = true
|
||||||
|
py_get_skeleton = true
|
||||||
|
py_get_code_outline = true
|
||||||
|
get_file_slice = true
|
||||||
|
py_get_definition = true
|
||||||
|
py_get_signature = true
|
||||||
|
py_get_class_summary = true
|
||||||
|
py_get_var_declaration = true
|
||||||
|
get_git_diff = true
|
||||||
|
py_find_usages = true
|
||||||
|
py_get_imports = true
|
||||||
|
py_check_syntax = true
|
||||||
|
py_get_hierarchy = true
|
||||||
|
py_get_docstring = true
|
||||||
|
get_tree = true
|
||||||
|
get_ui_performance = true
|
||||||
|
set_file_slice = false
|
||||||
|
py_update_definition = false
|
||||||
|
py_set_signature = false
|
||||||
|
py_set_var_declaration = false
|
||||||
|
|
||||||
|
[mma]
|
||||||
|
epic = "Develop a new feature"
|
||||||
|
active_track_id = ""
|
||||||
|
tracks = []
|
||||||
17
test_project_history.toml
Normal file
17
test_project_history.toml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
roles = [
|
||||||
|
"User",
|
||||||
|
"AI",
|
||||||
|
"Vendor API",
|
||||||
|
"System",
|
||||||
|
"Reasoning",
|
||||||
|
]
|
||||||
|
active = "main"
|
||||||
|
auto_add = true
|
||||||
|
|
||||||
|
[discussions.main]
|
||||||
|
git_commit = ""
|
||||||
|
last_updated = "2026-03-04T21:34:40"
|
||||||
|
history = [
|
||||||
|
"@2026-03-04T21:34:16\nUser:\nHello! This is an automated test. Just say 'Acknowledged'.",
|
||||||
|
"@2026-03-04T21:34:16\nAI:\nAcknowledged.",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user