open-notebook/open_notebook
LUIS NOVO e11f0a4db8 fix: resolve chat model selection and session display issues
- Add nullable_fields support to ObjectModel base class
- Configure ChatSession to allow model_override to be cleared to null
- Fix JSX conditional that rendered "0" when message_count was 0
- Display model name instead of raw ID in session manager

Fixes issues:
1. Switching to default model now persists correctly
2. Session list shows human-readable model names
3. Sessions with 0 messages no longer show "0" badge
2025-12-19 16:47:34 -03:00
..
database fix: add UTF-8 encoding for async migrations file reading (#279) 2025-11-27 09:59:47 -03:00
domain fix: resolve chat model selection and session display issues 2025-12-19 16:47:34 -03:00
graphs Release 1.2 (#242) 2025-11-01 14:40:00 -03:00
plugins Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
utils fix: enhance chat reference links and prevent text overflow (#173) 2025-10-19 15:38:59 -03:00
__init__.py refactor: move environment variables loading to application entry point (#283) 2025-12-01 14:59:50 -03:00
config.py feat: add persistent tiktoken cache to reduce re-downloads (#171) 2025-10-19 14:50:52 -03:00
exceptions.py refactor database module and migrations 2024-10-30 16:33:07 -03:00