- Fix enableWhispergatePolicyTool → enableDirigentPolicyTool in config schema and example - Fix whisper-gateway → dirigentway in install script - Add v0.2.0 changelog entry - Improve README with scheduling identifier docs and English text - Clean up plugin README with moderator handoff format docs - Reformat TASKLIST with cleaner done markers
1.7 KiB
1.7 KiB
Changelog
0.2.0
- Project renamed from WhisperGate to Dirigent
- All plugin ids, tool names, config keys, file paths, docs updated
- Legacy
whispergateconfig key still supported as fallback
- Identity prompt enhancements: Discord userId now included in agent identity injection
- Scheduling identifier: Added configurable
schedulingIdentifier(default:➡️)- Moderator handoff now sends
<@USER_ID>➡️instead of semantic messages - Agent prompt explains the identifier is meaningless — check chat history and decide
- Moderator handoff now sends
- All prompts in English: End-marker instructions, group chat rules, slash command help text
0.1.0-mvp
- Added no-reply API service (
/v1/chat/completions,/v1/responses,/v1/models) - Added optional bearer auth (
AUTH_TOKEN) - Added plugin with deterministic rule gate
- Added discord-specific 🔚 prompt injection for bypass/end-symbol paths
- Added containerization (
Dockerfile,docker-compose.yml) - Added helper scripts for smoke/dev lifecycle and rule validation
- Added no-touch config rendering and integration docs
- Added installer script with rollback (
scripts/install-dirigent-openclaw.sh)- supports
--install/--uninstall - uninstall restores all recorded changes
- writes install/uninstall records under
~/.openclaw/dirigent-install-records/
- supports
- Added discord-control-api with:
channel-private-create(create private channel for allowlist)channel-private-update(update allowlist/overwrites for existing channel)member-list(guild members list with pagination + optional field projection)- guardrails: action mode validation, id-list limits, response-size limit