Skip to content

Commit 44900ad

Browse files
alicodingclaude
andauthored
chore: regenerate dataevent bindings doc comment (hotkey/keybinding entities) (#115)
Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent d3ea16e commit 44900ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • frontend/bindings/github.com/alicoding/mill/internal/services/dataevent

frontend/bindings/github.com/alicoding/mill/internal/services/dataevent/models.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
/**
55
* Changed is the live-sync event payload: which kind of entity changed
66
* (e.g. "workflow", "request", "list", "mcpserver", "decision",
7-
* "execenv", "guardrail-rule", "run") and its ID.
7+
* "execenv", "guardrail-rule", "run", "hotkey", "keybinding") and its
8+
* ID -- "hotkey" carries the workflow ID its combo binds to,
9+
* "keybinding" carries the command ID its combo overrides.
810
*/
911
export interface Changed {
1012
"entity": string;

0 commit comments

Comments
 (0)