openclaw/extensions/mattermost
Echo 5bbe16f2ce fix(mattermost): export skill-commands via plugin-sdk + thread triggerMap for accurate command name resolution
- Export listSkillCommandsForAgents and SkillCommandSpec from plugin-sdk/index.ts
  (removes deep relative import in monitor.ts)
- Add originalName field to MattermostCommandSpec for preserving pre-prefix names
- Build trigger→originalName map in monitor.ts, thread through slash-state → slash-http
- resolveCommandText() now uses triggerMap for accurate name lookup
  (oc_report → /oc_report correctly, not /report)
2026-03-03 07:07:19 +00:00
..
src fix(mattermost): export skill-commands via plugin-sdk + thread triggerMap for accurate command name resolution 2026-03-03 07:07:19 +00:00
index.ts feat(mattermost): add native slash command support 2026-03-03 07:07:19 +00:00
openclaw.plugin.json chore: Run `pnpm format:fix`. 2026-01-31 21:13:13 +09:00
package.json fix: scope extension runtime deps to plugin manifests 2026-03-03 05:33:12 +00:00