docs(concepts): fix typing-indicators config path agent.* -> agents.defaults.*

This commit is contained in:
Vincent Koc
2026-05-10 22:51:17 +08:00
parent 2fc8392537
commit 6d31a42851

View File

@@ -36,16 +36,20 @@ Order of "how early it fires":
## Configuration
Set the agent-level default:
```json5
{
agent: {
typingMode: "thinking",
typingIntervalSeconds: 6,
agents: {
defaults: {
typingMode: "thinking",
typingIntervalSeconds: 6,
},
},
}
```
You can override mode or cadence per session:
Override mode or cadence per session:
```json5
{