pub fn budget_for_thinking_level(level: &str) -> Option<u32>Expand description
Inverse of thinking_level_for_budget — maps a level name back to its
canonical budget. Returns None for unrecognized labels (callers should
leave the current budget untouched). Used by /resume to restore the
session’s serialized thinking level.