Releases: Sabrimjd/discord-audit-stream
Releases · Sabrimjd/discord-audit-stream
v2.0.6
v2.0.5
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.mdfor AI agent-driven installation - Simplified README: Updated documentation to reflect new config flow
Installation
openclaw plugins install openclaw-discord-audit-streamConfig Example (in ~/.openclaw/openclaw.json)
{
"plugins": {
"entries": {
"openclaw-discord-audit-stream": {
"enabled": true,
"config": {
"sendMethod": "fallback",
"fallbackChannelId": "YOUR_CHANNEL_ID"
}
}
}
}
}v2.0.4
v2.0.3
v2.0.2
v2.0.1 - Test OIDC Publishing
Testing OIDC trusted publishing setup
v2.0.0 - Package Renamed to openclaw-discord-audit-stream
Breaking Change: Package Renamed
What's Changed
- Package renamed to
openclaw-discord-audit-streamfor 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-streamFeatures
- 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
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
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
Changes
- Added npm version badge to README
- Added MIT license badge
- Added GitHub release badge
- Documentation improvements
Installation
openclaw plugins install discord-audit-stream