chore(conductor): Add new track 'UI/UX Improvements - Presets and AI Settings'
This commit is contained in:
@@ -1,37 +1,47 @@
|
||||
[presets.Default]
|
||||
categories.General = [
|
||||
{ name = "run_powershell", approval = "ask" },
|
||||
{ name = "read_file", approval = "auto" },
|
||||
{ name = "list_directory", approval = "auto" },
|
||||
{ name = "search_files", approval = "auto" },
|
||||
{ name = "get_file_summary", approval = "auto" }
|
||||
[presets.Default.categories]
|
||||
General = [
|
||||
{ name = "run_powershell", approval = "ask", weight = 3, parameter_bias = {} },
|
||||
{ name = "read_file", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "list_directory", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "search_files", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "get_file_summary", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
]
|
||||
categories.Web = [
|
||||
{ name = "web_search", approval = "ask" },
|
||||
{ name = "fetch_url", approval = "ask" }
|
||||
Python = [
|
||||
{ name = "py_get_skeleton", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_code_outline", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_definition", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_signature", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_class_summary", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_var_declaration", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_docstring", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_find_usages", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_imports", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_check_syntax", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
{ name = "py_get_hierarchy", approval = "auto", weight = 3, parameter_bias = {} },
|
||||
]
|
||||
categories.Python = [
|
||||
{ name = "py_get_skeleton", approval = "auto" },
|
||||
{ name = "py_get_code_outline", approval = "auto" },
|
||||
{ name = "py_get_definition", approval = "auto" },
|
||||
{ name = "py_get_signature", approval = "auto" },
|
||||
{ name = "py_get_class_summary", approval = "auto" },
|
||||
{ name = "py_get_var_declaration", approval = "auto" },
|
||||
{ name = "py_get_docstring", approval = "auto" },
|
||||
{ name = "py_find_usages", approval = "auto" },
|
||||
{ name = "py_get_imports", approval = "auto" },
|
||||
{ name = "py_check_syntax", approval = "auto" },
|
||||
{ name = "py_get_hierarchy", approval = "auto" }
|
||||
Surgical = []
|
||||
Web = [
|
||||
{ name = "web_search", approval = "ask", weight = 3, parameter_bias = {} },
|
||||
{ name = "fetch_url", approval = "ask", weight = 3, parameter_bias = {} },
|
||||
]
|
||||
Analysis = []
|
||||
Runtime = []
|
||||
|
||||
[bias_profiles.Balanced]
|
||||
tool_weights = {}
|
||||
category_multipliers = {}
|
||||
[bias_profiles.Balanced.tool_weights]
|
||||
|
||||
[bias_profiles.Execution-Focused]
|
||||
tool_weights = { run_powershell = 5 }
|
||||
category_multipliers = { Runtime = 1.5, Surgical = 1.2 }
|
||||
[bias_profiles.Balanced.category_multipliers]
|
||||
|
||||
[bias_profiles.Discovery-Heavy]
|
||||
tool_weights = { web_search = 4, search_files = 4 }
|
||||
category_multipliers = { Web = 1.5, Analysis = 1.3 }
|
||||
[bias_profiles.Execution-Focused.tool_weights]
|
||||
run_powershell = 5
|
||||
|
||||
[bias_profiles.Execution-Focused.category_multipliers]
|
||||
Runtime = 1.5
|
||||
Surgical = 1.2
|
||||
|
||||
[bias_profiles.Discovery-Heavy.tool_weights]
|
||||
web_search = 4
|
||||
search_files = 4
|
||||
|
||||
[bias_profiles.Discovery-Heavy.category_multipliers]
|
||||
Web = 1.5
|
||||
Analysis = 1.3
|
||||
|
||||
Reference in New Issue
Block a user