Skip to content

Releases: Sabrimjd/discord-audit-stream

v2.0.6

21 Feb 12:44

Choose a tag to compare

  • Fix: Skip history on first run - new session files start at end, not beginning
  • Prevents spamming Discord with old session logs on fresh install

v2.0.5

21 Feb 12:29

Choose a tag to compare

Changes

  • Config from openclaw.json: Configuration is now read from OpenClaw's plugin config and passed to the daemon - no more separate config.json needed
  • Agent Skill: Added skills/discord-audit-stream/SKILL.md for AI agent-driven installation
  • Simplified README: Updated documentation to reflect new config flow

Installation

openclaw plugins install openclaw-discord-audit-stream

Config Example (in ~/.openclaw/openclaw.json)

{
  "plugins": {
    "entries": {
      "openclaw-discord-audit-stream": {
        "enabled": true,
        "config": {
          "sendMethod": "fallback",
          "fallbackChannelId": "YOUR_CHANNEL_ID"
        }
      }
    }
  }
}

v2.0.4

21 Feb 11:59

Choose a tag to compare

  • Fix: Align plugin ID with npm package name
  • Resolves ID mismatch warnings

v2.0.3

21 Feb 11:55

Choose a tag to compare

  • Fix: Use registerService() instead of non-existent registerPluginHooksFromDir
  • Remove hooks directory (daemon lifecycle managed by service)
  • SDK compatibility fix for OpenClaw 2026.2.x

v2.0.2

21 Feb 11:44

Choose a tag to compare

  • Fix: make webhookUrl optional to allow fallback-only mode
  • Add sendMethod property to configSchema (webhook/fallback/auto)

v2.0.1 - Test OIDC Publishing

21 Feb 09:06

Choose a tag to compare

Testing OIDC trusted publishing setup

v2.0.0 - Package Renamed to openclaw-discord-audit-stream

21 Feb 08:55

Choose a tag to compare

Breaking Change: Package Renamed

What's Changed

  • Package renamed to openclaw-discord-audit-stream for better clarity and discoverability
  • OIDC trusted publishing enabled (no NPM_TOKEN needed)
  • Automatic provenance generation
  • Better documentation

Migration from old package

If you had the old discord-audit-stream package:

# Remove old package
npm uninstall discord-audit-stream

# Install new package
openclaw plugins install openclaw-discord-audit-stream

Features

  • Monitor all OpenClaw session events
  • Send to Discord via webhook
  • Rich formatting with 40+ icons
  • Smart batching and rate limiting
  • Full event tracking (tools, messages, errors, etc.)

v1.0.3 - OIDC with latest npm

21 Feb 08:49

Choose a tag to compare

Changes

  • Updated to use latest npm version (required for OIDC)
  • Node 22 for better OIDC support
  • Proper OIDC trusted publishing setup

v1.0.2 - Test OIDC trusted publishing

21 Feb 08:45

Choose a tag to compare

Changes

  • Updated GitHub Actions workflow to use OIDC trusted publishing
  • No NPM_TOKEN needed anymore
  • Automatic provenance generation enabled

This release tests the new OIDC authentication system.

v1.0.1 - Add npm badges

21 Feb 08:31

Choose a tag to compare

Changes

  • Added npm version badge to README
  • Added MIT license badge
  • Added GitHub release badge
  • Documentation improvements

Installation

openclaw plugins install discord-audit-stream