stage-7: CLI tool with full subcommands
echo status/doctor/restart/logs/sessions/channel/send commands, symlink at ~/.local/bin/echo. QA fix: discord chat handler tuple unpacking bug. 32 new tests (193 total). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -397,7 +397,7 @@ class TestOnMessage:
|
||||
@patch("src.adapters.discord_bot.route_message")
|
||||
async def test_chat_flow(self, mock_route, owned_bot):
|
||||
"""on_message chat flow: reaction, typing, route, send, cleanup."""
|
||||
mock_route.return_value = "Hello from Claude!"
|
||||
mock_route.return_value = ("Hello from Claude!", False)
|
||||
|
||||
on_message = self._get_on_message(owned_bot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user