# OpenClaw Proposed Changes
**Status:** DRAFT — do not apply until reviewed by Rocky
**Date:** 2026-04-30
**File:** ~/openclaw-investigation-report.md (item 4)

## 1. Fallback Chain — PROPOSED
**Current:**
```json
"primary": "minimax/MiniMax-2.7",
"fallbacks": ["minimax/MiniMax-2.5", "deepseek/deepseek-4-4-pro"]
```

**Proposed:**
```json
"primary": "minimax/MiniMax-2.7",
"fallbacks": ["minimax/MiniMax-2.5", "deepseek/deepseek-4-flash", "deepseek/deepseek-4-pro"]
```

**Rationale:** DeepSeek V4 Flash is ~20x cheaper than V4 Pro, much faster. Reserve Pro for hard推理 tasks only.

## 2. Thinking Default — PROPOSED
**Change:** Set `agents.defaults.thinkingDefault: "off"` in config.

**Rationale:** Stops reasoning steps from leaking to Telegram. User gets clean final answers only.

## 3. Apply only after Rocky's review — do NOT commit without go-ahead