fix(trigger): require names for trigger creation
This commit is contained in:
@@ -16,7 +16,7 @@ These commands work inside chat channels and interactive agent sessions:
|
||||
| `/dream-restore` | List recent Dream memory versions |
|
||||
| `/dream-restore <sha>` | Restore memory to the state before a specific change |
|
||||
| `/skill` | List enabled skills and their descriptions |
|
||||
| `/trigger` | Create a local external trigger for the current chat/session |
|
||||
| `/trigger` | Show external trigger usage |
|
||||
| `/trigger <name>` | Create a named local external trigger for the current chat/session |
|
||||
| `/pairing` | List pending pairing requests |
|
||||
| `/pairing approve <code>` | Approve a pairing code |
|
||||
@@ -59,8 +59,9 @@ Preset names come from the top-level `modelPresets` config. Switching is runtime
|
||||
|
||||
## External Triggers
|
||||
|
||||
Use `/trigger` when a local script or another service should be able to send a
|
||||
message into the current chat/session later.
|
||||
Use `/trigger <name>` when a local script or another service should be able to
|
||||
send a message into the current chat/session later. A name is required; plain
|
||||
`/trigger` only shows the usage hint.
|
||||
|
||||
Create the trigger from the chat where future messages should arrive:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user