mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 18:17:44 +02:00
Follow-up to #2919 review nits — comments still described the empty thinking_level as "use runtime default" and claimed ThinkingPicker callers guaranteed non-empty levels. Both were stale after the semantics changed: - packages/core/types/agent.ts: clarify that "" clears the override and the local CLI config / built-in default decides at runtime. - thinking-picker.tsx: document that the stale-orphan clear path in ThinkingPropRow mounts the picker with an empty levels list plus a persisted value, so callers do not guarantee non-empty levels. Co-authored-by: multica-agent <github@multica.ai>