Merge branch 'BeehiveInnovations:main' into feat-dockerisation

This commit is contained in:
OhMyApps
2025-06-29 02:07:06 +02:00
committed by GitHub
35 changed files with 256 additions and 183 deletions

View File

@@ -119,7 +119,7 @@ class TestChatTool:
formatted = self.tool.format_response(response, request)
assert "Test response content" in formatted
assert "Claude's Turn:" in formatted
assert "AGENT'S TURN:" in formatted
assert "Evaluate this perspective" in formatted
def test_tool_name(self):

View File

@@ -45,7 +45,7 @@ class TestRefactorTool:
}
],
"priority_sequence": ["refactor-001"],
"next_actions_for_claude": [],
"next_actions": [],
},
ensure_ascii=False,
)