fallback just doesn't work

not sure why but fallback doesn't work

i use claude primary and openai-codex as fallback

but when claude runs out of token i'm expecting the fallback does it's job but it just doesn't work

what i see in tui is (no output) and for getting response for my actions i need to restart the tui always

in that way i see the response but it's really uncomfortable

did i miss something or configurate something wrong?

    "defaults": {
      "model": {
        "fallbacks": [
          "openai-codex/gpt-5.2"
        ],
        "primary": "anthropic/claude-sonnet-4-5"
      },
      "models": {
        "anthropic/claude-opus-4-5": {
          "alias": "opus"
        },
        "anthropic/claude-sonnet-4-5": {
          "alias": "sonnet"
        },
        "openai-codex/gpt-5.2": {
          "alias": "codex"
        }
      },
      "workspace": "/Users/stv/clawd"
    },


cc @Krill 🦐
Was this page helpful?