mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +00:00
Adds sendUserMessage() to the extension API, allowing extensions to send actual user messages (role: user) rather than custom messages. Unlike sendMessage(), this always triggers a turn and behaves as if the user typed the message. - Add SendUserMessageHandler type and sendUserMessage() to ExtensionAPI - Wire handler through loader, runner, and all modes - Implement via prompt() with expandPromptTemplates: false - Add send-user-message.ts example with /ask, /steer, /followup commands - Document in extensions.md fixes #483 |
||
|---|---|---|
| .. | ||
| compaction.md | ||
| extensions.md | ||
| rpc.md | ||
| sdk.md | ||
| session.md | ||
| skills.md | ||
| theme.md | ||
| tree.md | ||
| tui.md | ||