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
feat(hub): add a command kind for message-panel actions
DevframeMessageAction gains a second variant, 'command', alongside the
existing 'activate' kind: it invokes a command from the hub's command
registry (the same one backing the command palette) by command.id,
via the hub:commands:execute RPC. Wired the dispatch in the messages
plugin's onActivate handler; MessageDetail.vue already renders any
action kind generically and needed no change.
Additive only — the existing 'activate' kind and its behavior are
unchanged. Updates the tsnapi public-API snapshots for @devframes/hub
to reflect the new exported type.
0 commit comments