45 lines
994 B
TOML
45 lines
994 B
TOML
[project]
|
|
name = "temp_project"
|
|
git_dir = "C:\\projects\\manual_slop"
|
|
system_prompt = ""
|
|
main_context = ""
|
|
word_wrap = 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
|
|
|
|
[discussion]
|
|
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
]
|
|
active = "main"
|
|
auto_add = true
|
|
|
|
[discussion.discussions.main]
|
|
git_commit = ""
|
|
last_updated = "2026-02-23T22:08:38"
|
|
history = [
|
|
"@2026-02-23T22:07:54\nUser:\nHello! This is an automated test. Just say 'Acknowledged'.",
|
|
"@2026-02-23T22:07:54\nVendor API:\n[GEMINI API ERROR]\n\n404 NOT_FOUND. {'error': {'code': 404, 'message': 'This model models/gemini-2.0-flash is no longer available to new users. Please update your code to use a newer model for the latest features and improvements.', 'status': 'NOT_FOUND'}}",
|
|
]
|