agent-afk 4.6.2 → 4.7.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
@@ -127,6 +127,17 @@ afk chat "refactor this" --model gpt-5.5
127
127
  | `sonnet` | Day-to-day default — balanced speed and capability |
128
128
  | `haiku` | Fast, cheap, meh... |
129
129
 
130
+ **Model slots** — rebind any capability tier to any model:
131
+
132
+ | Slot | Default | Notes |
133
+ |---|---|---|
134
+ | `local` | *(empty — you configure)* | Point at Ollama, LM Studio, or any OpenAI-compatible shim via `AFK_MODEL_LOCAL` + `AFK_MODEL_LOCAL_BASE_URL` |
135
+ | `small` | `claude-haiku-4-5-20251001` | Cheapest/fastest Anthropic tier; `haiku` alias |
136
+ | `medium` | `claude-sonnet-4-6` | General-use default; `sonnet` alias |
137
+ | `large` | `claude-opus-4-8` | Most capable; `opus` alias |
138
+
139
+ See [`docs/model-slots.md`](docs/model-slots.md) for the full configuration reference.
140
+
130
141
  ## Useful commands
131
142
 
132
143
  ```bash