Files
openclaw/src/auto-reply/reply
Glucksberg 4ee808dbcb feat: add plugin command API for LLM-free auto-reply commands
This adds a new `api.registerCommand()` method to the plugin API, allowing
plugins to register slash commands that execute without invoking the AI agent.

Features:
- Plugin commands are processed before built-in commands and the agent
- Commands can optionally require authorization
- Commands can accept arguments
- Async handlers are supported

Use case: plugins can implement toggle commands (like /tts_on, /tts_off)
that respond immediately without consuming LLM API calls.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 06:28:22 +00:00
..
2026-01-18 06:31:02 +00:00
2026-01-15 02:42:44 +00:00
2026-01-15 23:41:34 +00:00
2026-01-21 03:32:16 +00:00
2026-01-10 02:11:43 +00:00
2026-01-18 06:12:54 +00:00
2026-01-23 18:34:33 +00:00
2026-01-17 05:06:39 +00:00
2026-01-15 02:42:44 +00:00
2026-01-22 17:47:52 +00:00
2026-01-17 10:26:08 +00:00