agent-afk 5.14.1 → 5.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -141,7 +141,7 @@ afk chat "refactor this" --model gpt-5.5
141
141
  |---|---|---|
142
142
  | `local` | *(empty — you configure)* | Point at Ollama, LM Studio, or any OpenAI-compatible shim via `AFK_MODEL_LOCAL` + `AFK_MODEL_LOCAL_BASE_URL` |
143
143
  | `small` | `claude-haiku-4-5-20251001` | Cheapest/fastest Anthropic tier; `haiku` alias |
144
- | `medium` | `claude-sonnet-4-6` | General-use default; `sonnet` alias |
144
+ | `medium` | `claude-sonnet-5` | General-use default; `sonnet` alias |
145
145
  | `large` | `claude-opus-4-8` | Most capable; `opus` alias |
146
146
 
147
147
  See [`docs/model-slots.md`](docs/model-slots.md) for the full configuration reference.