Files
lettabot/src/test
Cameron 3d1f536c93 fix: MockChannelAdapter handles commands like real channels (#150)
The e2e test for /help failed because MockChannelAdapter was passing
commands to the agent instead of handling them locally. Real channels
(Telegram, Signal, etc.) intercept /help and return HELP_TEXT directly.

Now MockChannelAdapter does the same, making tests consistent.

Written by Cameron ◯ Letta Code
2026-02-04 17:54:28 -08:00
..