Skip to content

fix(tui): skip model validation for system/notification synthetic messages#346

Merged
randomm merged 1 commit intodevfrom
fix/issue-344-merge
Feb 25, 2026
Merged

fix(tui): skip model validation for system/notification synthetic messages#346
randomm merged 1 commit intodevfrom
fix/issue-344-merge

Conversation

@randomm
Copy link
Owner

@randomm randomm commented Feb 25, 2026

Fixes #344

Skip Provider.getModel() lookup when providerID is 'system' — these are synthetic notifyPM messages that never call an LLM, so model validation is irrelevant and was causing a visible error.

@randomm randomm merged commit ab84f7c into dev Feb 25, 2026
1 check passed
@randomm randomm deleted the fix/issue-344-merge branch February 25, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(tui): "Model not found: system/notification" error displayed for synthetic notifyPM messages

1 participant