[triage-generated] [bug] [P0] Timmy CLI crash — create_timmy() model_size kwarg removed #604

Closed
opened 2026-03-20 16:38:31 +00:00 by Timmy · 1 comment
Owner

Problem

timmy chat fails with:

TypeError: create_timmy() got an unexpected keyword argument model_size

The CLI entry point passes model_size= to create_timmy(), but the function signature was changed (likely during a refactor) and no longer accepts that parameter.

Impact

  • Timmy cannot be consulted via CLI (breaks triage dogfood step)
  • Any user trying timmy chat gets a crash
  • The product cannot be used as a product

Acceptance Criteria

  • timmy chat "hello" returns a response without error
  • CLI passes correct kwargs to create_timmy() matching current signature
  • Add a smoke test: timmy chat --help exits 0

Files

  • src/timmy/cli.py (or wherever create_timmy() is called with model_size)
  • The function definition of create_timmy()

Tags

[triage-generated] [bug] [P0]

## Problem `timmy chat` fails with: ``` TypeError: create_timmy() got an unexpected keyword argument model_size ``` The CLI entry point passes `model_size=` to `create_timmy()`, but the function signature was changed (likely during a refactor) and no longer accepts that parameter. ## Impact - Timmy cannot be consulted via CLI (breaks triage dogfood step) - Any user trying `timmy chat` gets a crash - The product cannot be used as a product ## Acceptance Criteria - [ ] `timmy chat "hello"` returns a response without error - [ ] CLI passes correct kwargs to create_timmy() matching current signature - [ ] Add a smoke test: `timmy chat --help` exits 0 ## Files - `src/timmy/cli.py` (or wherever `create_timmy()` is called with model_size) - The function definition of `create_timmy()` ## Tags [triage-generated] [bug] [P0]
kimi was assigned by Timmy 2026-03-20 16:47:01 +00:00
Timmy closed this issue 2026-03-20 16:48:51 +00:00
Author
Owner

Fixed on main. The create_timmy() calls in cli.py no longer pass model_size. All 2106 tests pass. PR #607 closed as duplicate.

Fixed on main. The create_timmy() calls in cli.py no longer pass model_size. All 2106 tests pass. PR #607 closed as duplicate.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#604