Commit 01b96b9
authored
docs: Fix typo in config_option_update - should be singular (#707)
## Summary
The `session-config-options.mdx` page uses `"config_options_update"`
(plural) as the `sessionUpdate` discriminator value, but the schema
(`schema.md`) defines it as `"config_option_update"` (singular)
## References
- Schema definition uses `ConfigOptionUpdate` → `"config_option_update"`
- Both Claude and Codex ACP send `"config_option_update"` (singular):
- [claude-agent-acp](https://github.com/zed-industries/claude-agent-acp) (`src/acp-agent.ts`)
- [codex-acp](https://github.com/zed-industries/codex-acp) (`src/thread.rs` via `SessionUpdate::ConfigOptionUpdate`)1 parent e2fae0d commit 01b96b9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments