Commit ff0cf3d
DX-1211: rewrite annotation missing-mode hint to split reject vs downgrade
The 93001 hint lumped two distinct failure modes under "if the subsequent
attach is rejected": a missing namespace rule (Mutable Messages) does reject
the attach, but a missing annotation-subscribe capability does NOT - the
server silently drops the mode and this same error re-fires. Confirmed by
live sandbox traces and the canonical error registry.
Reword to key off the symptom the caller observes: attach rejected => enable
the namespace rule; attach succeeds but annotations still undelivered =>
grant the capability. Addresses review feedback that the hint was
presumptuous and over-enumerated.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1c3a45e commit ff0cf3d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments