Glucksberg and Claude Opus 4.5
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 <[email protected] >
2026-01-24 06:28:22 +00:00
..
2026-01-24 06:28:22 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-17 06:49:34 +00:00
2026-01-23 18:34:33 +00:00
2026-01-17 10:19:34 +00:00
2026-01-15 17:08:31 +00:00
2026-01-22 05:41:11 +00:00
2026-01-23 18:34:33 +00:00
2026-01-18 11:01:16 +00:00
2026-01-15 17:08:09 +00:00
2026-01-23 22:58:54 +00:00
2026-01-22 04:10:06 +00:00
2026-01-22 04:10:06 +00:00
2026-01-14 15:02:19 +00:00
2026-01-24 04:19:01 +00:00
2026-01-24 04:19:01 +00:00
2026-01-21 18:50:55 +00:00
2026-01-23 18:34:33 +00:00
2026-01-17 07:27:38 +00:00
2026-01-17 07:27:38 +00:00
2026-01-22 00:29:27 +00:00
2026-01-22 00:29:27 +00:00
2026-01-23 03:16:52 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-22 05:41:11 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-20 12:07:54 +00:00
2026-01-17 08:28:09 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-24 02:56:38 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-23 18:34:33 +00:00
2026-01-18 06:12:54 +00:00
2026-01-14 15:02:19 +00:00
2026-01-20 13:20:29 +00:00
2026-01-20 13:20:29 +00:00
2026-01-21 09:07:21 +00:00
2026-01-24 06:24:04 +00:00
2026-01-23 05:47:09 +00:00
2026-01-16 22:26:43 +00:00
2026-01-22 05:41:11 +00:00
2026-01-15 03:55:20 +00:00
2026-01-23 01:00:24 +00:00
2026-01-17 21:54:24 +00:00
2026-01-23 22:58:54 +00:00