You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(devframe): rename devtoolskit:internal: prefix to devframe: (#309)
Aligns devframe-owned identifiers (streaming, shared-state, auth, terminals/messages
events, dock/commands/user-settings shared state keys) with the existing `devframe:`
convention already used by newer code (e.g. `devframe:open-in-editor`,
`devframe:agent:list-tools`). Core-owned RPC function names (`terminals:read`,
`messages:add`, etc.) are intentionally unchanged.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Output chunks aren't delivered as host events anymore — terminals now use the [streaming](./streaming) channel `devtoolskit:internal:terminals` keyed by session id. From the browser:
107
+
Output chunks aren't delivered as host events anymore — terminals now use the [streaming](./streaming) channel `devframe:terminals` keyed by session id. From the browser:
0 commit comments