Add configurable agent_id support and update integration options
- Introduced configurable OpenClaw `agent_id` for manual setup and service overrides. - Enhanced API client to support routing messages to specific agents. - Updated integration options to reload automatically upon saving changes. - Added service descriptions and translations for the new `agent_id` field. - Updated version to 0.1.58 in manifest.
This commit is contained in:
@@ -24,6 +24,15 @@ send_message:
|
||||
selector:
|
||||
text:
|
||||
multiline: true
|
||||
agent_id:
|
||||
name: Agent ID
|
||||
description: >
|
||||
Optional OpenClaw agent ID to route this message to. Overrides the
|
||||
agent ID configured in the integration options. Defaults to "main".
|
||||
required: false
|
||||
example: "main"
|
||||
selector:
|
||||
text:
|
||||
|
||||
clear_history:
|
||||
name: Clear History
|
||||
|
||||
Reference in New Issue
Block a user