Session titles show API 404 error for deprecated model claude-3-5-haiku-20241022
Resolved 💬 3 comments Opened Mar 21, 2026 by eajnoeyeel Closed Mar 24, 2026
Bug Description
When listing past sessions, almost all session titles display an API error instead of the actual session title:
API Error: 404 {"type":"error","error":{"type":"not_found_error","message":"model:claude-3-5-haiku-20241022"},"request_id":"req_011CZFVwHXnjMdMAxKE…"}
Steps to Reproduce
- Have existing sessions in Claude Code
- List past sessions
- Observe that session titles show the 404 API error instead of generated titles
Expected Behavior
Session titles should display a human-readable summary of each session's conversation.
Actual Behavior
Nearly all session titles show the API 404 error referencing claude-3-5-haiku-20241022, which appears to have been deprecated/removed from the Anthropic API.
<img width="790" height="546" alt="Image" src="https://github.com/user-attachments/assets/86c80326-b2ee-4c74-ab2d-86341a69356f" />
Suggested Fix
Update the model reference used for session title generation from claude-3-5-haiku-20241022 to a currently available model (e.g., claude-haiku-4-5-20251001).
Environment
- Claude Code version: 2.1.81
- Platform: macOS (Darwin 25.3.0, arm64)
- Installation method: Homebrew
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗