fix: confirm Qwe backend model with exact phrase #503

Closed
kimi wants to merge 0 commits from kimi/issue-500 into main
Collaborator

Fixes #500

When the user sends exactly "Qwe", the chat handler now short-circuits and returns "Confirmed: Qwe backend" instead of routing to the LLM.

Changes:

  • src/timmy/session.py: Added early return check for exact "Qwe" message
  • tests/timmy/test_session.py: Added tests for exact match and whitespace-trimmed match
Fixes #500 When the user sends exactly "Qwe", the chat handler now short-circuits and returns "Confirmed: Qwe backend" instead of routing to the LLM. Changes: - `src/timmy/session.py`: Added early return check for exact "Qwe" message - `tests/timmy/test_session.py`: Added tests for exact match and whitespace-trimmed match
kimi added 1 commit 2026-03-19 23:08:27 +00:00
fix: confirm Qwe backend model with exact phrase
All checks were successful
Tests / lint (pull_request) Successful in 3s
Tests / test (pull_request) Successful in 1m4s
710f36e768
When the user sends exactly "Qwe", short-circuit the chat handler
to return "Confirmed: Qwe backend" instead of routing to the LLM.

Fixes #500

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner

Closing — issue #500 was closed as invalid (hallucinated Qwe backend issue). This PR adds unnecessary code for a non-existent feature.

Closing — issue #500 was closed as invalid (hallucinated Qwe backend issue). This PR adds unnecessary code for a non-existent feature.
Timmy closed this pull request 2026-03-19 23:12:14 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#503