Return system prompt even if language server isn't ready

This commit is contained in:
Jonathan Mohrbacher
2025-07-01 23:00:23 -04:00
parent 10629e3356
commit 0da54b0868
+1 -1
View File
@@ -2407,7 +2407,7 @@ class GetCurrentConfigTool(Tool):
return self.agent.get_current_config_overview()
class InitialInstructionsTool(Tool):
class InitialInstructionsTool(Tool, ToolMarkerDoesNotRequireActiveProject):
"""
Gets the initial instructions for the current project.
Should only be used in settings where the system prompt cannot be set,