After installation in an app, test these paths:
php artisan model-mind:inspect-context
php artisan model-mind:clear-context
php artisan route:list --name=model-mind
php artisan test- Open the chat.
- Ask a question from an enabled model.
- Refresh and confirm history restores.
- Mark an answer as
Helpful. - Check light and dark appearances.
- Confirm hidden or sensitive fields never appear.
- Confirm named route actions open the expected pages.
- Ask for a record outside the static context window and confirm question-aware retrieval finds it.
After changing the modal:
php artisan route:list --name=model-mind
php artisan model-mind:inspect-context
php artisan testManual browser checks:
- Open and close the widget.
- Submit a question.
- Confirm the submit button disables while empty.
- Confirm history restores after refresh.
- Select
HelpfulorNot helpful. - Check
MODEL_MIND_THEME=light,MODEL_MIND_THEME=dark, andMODEL_MIND_THEME=auto. - Check all configured positions.