Files
Timmy-time-dashboard/tests/timmy/test_cli_multiword.py
Kimi Agent 9171d93ef9
Some checks failed
Tests / lint (pull_request) Successful in 3s
Tests / test (pull_request) Failing after 56s
fix: CLI chat accepts multi-word messages without quotes
Changed message param from str to list[str] in chat() and route() commands.
Words are joined with spaces, so 'timmy chat hello how are you' works without
quoting. Single-word messages still work as before.
- chat(): message: list[str], joined to full_message
- route(): message: list[str], joined to full_message
- 7 new tests in test_cli_multiword.py

Closes #26
2026-03-14 19:43:52 -04:00

4.7 KiB