Commit 180bbfd
committed
Refresh schemas to Claude Code v2.1.172
Two schemas changed since the initial capture against v2.1.168:
- agent.json: model enum gained "fable" (Fable 5 family).
- send-message.json: added length constraints — a 200-char maxLength
on the top-level `summary` field and a matching ^[^\n\r]{1,200}$
regex on the same field inside the nested shutdown_request /
status_update message variants.
Regenerated with tools/captureToolSchemas.mjs (PR #25). No other
schema bytes changed across the four runs.1 parent 8313105 commit 180bbfd
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments