mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
Inspector was hiding the row whenever the active model had no supported_levels, which also hid persisted orphan tokens (model swap into a non-thinking runtime, or a CLI catalog that shrank). PR1's per-model invalid behavior is daemon-side warn/drop, not a synchronous DB clear, so the frontend has to surface the raw value and let the user explicit-clear it via the picker footer. Render the row when levels are empty AND value is empty; otherwise keep it. Extract ThinkingPropRow into its own file so the row-level logic is unit-testable. Co-authored-by: multica-agent <github@multica.ai>