Merge pull request #266 from johnnymo87/system-prompt

Return system prompt even if language server isn't ready
This commit is contained in:
Michael Panchenko
2025-07-02 12:49:25 +02:00
committed by GitHub
+1 -1
View File
@@ -2410,7 +2410,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,