Commit Graph

5 Commits

Author SHA1 Message Date
abhijrathod
8d0e3a7ecd fix(nostr): use dispatchReplyFromConfig for inbound messages
The Nostr channel was calling a non-existent handleInboundMessage
method on the plugin runtime. This refactors the onMessage handler
to use the correct API pattern:

- Build proper MsgContext with all required fields
- Finalize context with finalizeInboundContext
- Record session metadata with recordInboundSession
- Create reply dispatcher with createReplyDispatcherWithTyping
- Dispatch to agent with dispatchReplyFromConfig

This follows the same pattern used by Matrix, MS Teams, and
Mattermost channel extensions.

Fixes #4547
2026-01-30 15:20:14 +05:30
Peter Steinberger
9a7160786a refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
Peter Steinberger
6d16a658e5 refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
Peter Steinberger
b77e730657 fix: add per-channel markdown table conversion (#1495) (thanks @odysseus0) 2026-01-23 18:39:25 +00:00
Peter Steinberger
7b6cbf5869 feat: add Nostr channel plugin and onboarding install defaults
Co-authored-by: joelklabo <joelklabo@users.noreply.github.com>
2026-01-20 20:15:56 +00:00