fix: remove stale model_size kwarg from CLI create_timmy() calls #607

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

The model_size parameter was removed from create_timmy() but three CLI commands (think, chat, status) still passed it, causing TypeError crashes.

Changes:

  • Remove model_size=model_size from 3 call sites in src/timmy/cli.py
  • Update test to verify --model-size is accepted but not forwarded

Fixes #604

The `model_size` parameter was removed from `create_timmy()` but three CLI commands (`think`, `chat`, `status`) still passed it, causing `TypeError` crashes. **Changes:** - Remove `model_size=model_size` from 3 call sites in `src/timmy/cli.py` - Update test to verify `--model-size` is accepted but not forwarded Fixes #604
kimi added 1 commit 2026-03-20 16:50:02 +00:00
fix: remove stale model_size kwarg from CLI create_timmy() calls
All checks were successful
Tests / lint (pull_request) Successful in 6s
Tests / test (pull_request) Successful in 1m10s
f32b5a9e4d
The model_size parameter was removed from create_timmy() but three CLI
commands (think, chat, status) still passed it, causing TypeError crashes.

Fixes #604

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-20 16:56:36 +00:00
Owner

Closing — the create_timmy() calls on main already omit model_size (lines 142, 205, 282 of cli.py). Tests pass clean (2106 passed). This PR is a duplicate of work already merged.

Closing — the create_timmy() calls on main already omit model_size (lines 142, 205, 282 of cli.py). Tests pass clean (2106 passed). This PR is a duplicate of work already merged.

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#607