feat: refactored and tweaked model descriptions / schema to use fewer tokens at launch (average reduction per field description: 60-80%) without sacrificing tool effectiveness
Disabled secondary tools by default (for new installations), updated README.md with instructions on how to enable these in .env run-server.sh now displays disabled / enabled tools (when DISABLED_TOOLS is set)
This commit is contained in:
@@ -22,8 +22,8 @@ class TestPrecommitWorkflowTool:
|
||||
tool = PrecommitTool()
|
||||
|
||||
assert tool.get_name() == "precommit"
|
||||
assert "COMPREHENSIVE PRECOMMIT WORKFLOW" in tool.get_description()
|
||||
assert "Step-by-step pre-commit validation" in tool.get_description()
|
||||
assert "git changes" in tool.get_description()
|
||||
assert "systematic analysis" in tool.get_description()
|
||||
|
||||
def test_tool_model_category(self):
|
||||
"""Test that precommit tool uses extended reasoning category"""
|
||||
|
||||
Reference in New Issue
Block a user