New tool! "challenge" with confidence and stop Claude from agreeing with you blindly and undoing the _correct_ strategy because you were wrong

Fixed run script to ensure pip is installed
This commit is contained in:
Fahad
2025-06-29 15:50:45 +04:00
parent 4972e7c281
commit 6b495cea0b
8 changed files with 509 additions and 44 deletions

View File

@@ -3,6 +3,7 @@ Tool implementations for Zen MCP Server
"""
from .analyze import AnalyzeTool
from .challenge import ChallengeTool
from .chat import ChatTool
from .codereview import CodeReviewTool
from .consensus import ConsensusTool
@@ -29,6 +30,7 @@ __all__ = [
"ListModelsTool",
"PlannerTool",
"PrecommitTool",
"ChallengeTool",
"RefactorTool",
"SecauditTool",
"TestGenTool",