Skip to content

Commit c92b57e

Browse files
nficanoclaude
andcommitted
docs(readme): correct feature-support table for unimplemented capabilities
agent_handoff, interrupt, and heartbeat_recovery were listed as "Supported" but only the capability fields are plumbed — no MessageType variants for agent.handoff/agent.delegate, no client/runtime handlers for interrupt, and heartbeat_recovery's "fail"/"block" modes are never set or read. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0ee254f commit c92b57e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,15 +369,15 @@ capability fields:
369369
| `durable_jobs` | Supported |
370370
| `checkpoints` | Not implemented (deferred) |
371371
| `binary_streams` | Not implemented (deferred) |
372-
| `agent_handoff` | Supported |
372+
| `agent_handoff` | Not implemented (deferred) |
373373
| `model_use` | Supported |
374374
| `provisioned_credentials` | Supported |
375375
| `artifacts` | Supported |
376376
| `subscriptions` | Supported |
377377
| `scheduled_jobs` | Not implemented (deferred) |
378-
| `interrupt` | Supported |
378+
| `interrupt` | Not implemented (deferred) |
379379
| `anonymous` | Supported |
380-
| `heartbeat_recovery` | Supported (`"fail"` / `"block"`) |
380+
| `heartbeat_recovery` | Advertised; recovery modes not implemented |
381381
| `binary_encoding` | Advertised; payloads remain JSON |
382382
| `extensions` | Supported |
383383
| `artifact_retention` | Supported |

0 commit comments

Comments
 (0)