Major new addition: refactor tool
Supports decomposing large components and files, finding codesmells, finding modernizing opportunities as well as code organization opportunities. Fix this mega-classes today! Line numbers added to embedded code for better references from model -> claude
This commit is contained in:
@@ -7,6 +7,7 @@ from .chat import ChatTool
|
||||
from .codereview import CodeReviewTool
|
||||
from .debug import DebugIssueTool
|
||||
from .precommit import Precommit
|
||||
from .refactor import RefactorTool
|
||||
from .testgen import TestGenTool
|
||||
from .thinkdeep import ThinkDeepTool
|
||||
|
||||
@@ -17,5 +18,6 @@ __all__ = [
|
||||
"AnalyzeTool",
|
||||
"ChatTool",
|
||||
"Precommit",
|
||||
"RefactorTool",
|
||||
"TestGenTool",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user