Commit Graph

  • 83c03b6934 feat(install): idempotent install/uninstall zhi 2026-03-03 16:39:40 +00:00
  • 6423dbcdfa fix(install): handle plugins.allow in install/uninstall zhi 2026-03-03 16:36:33 +00:00
  • d378e27be9 fix(install): delta-tracking uninstall + remove sh script zhi 2026-03-03 16:34:50 +00:00
  • 2ea4f59a1e build: support both registry publish and git clone install zhi 2026-03-03 16:24:05 +00:00
  • 8e26744162 feat: lifecycle management - no-reply API + moderator bot follow gateway start/stop zhi 2026-03-03 16:01:34 +00:00
  • cb58e3d951 docs: add schedulingIdentifier to CONFIG.example.json zhi 2026-03-03 14:23:52 +00:00
  • fd1bf449a4 refine: cleanup remaining whispergate refs, improve docs and TASKLIST formatting zhi 2026-03-03 10:13:39 +00:00
  • af33d747d9 feat: complete Dirigent rename + all TASKLIST items zhi 2026-03-03 10:10:27 +00:00
  • 2afb982c04 docs: add tasklist for upcoming fixes zhi 2026-03-03 09:59:19 +00:00
  • a18168749b docs: update README for turn-based features zhi 2026-03-03 08:32:34 +00:00
  • 329f6ed490 Merge pull request 'fix: advance turn in before_message_write to prevent race condition' (#10) from fix/turn-advance-race-condition into main hzhang 2026-03-03 03:47:35 +00:00
  • cf9be60145 fix: advance turn in before_message_write to prevent race condition zhi 2026-03-02 11:20:39 +00:00
  • 6d17e6a911 fix: advance turn in before_message_write to prevent race condition zhi 2026-03-02 11:04:41 +00:00
  • aeecb534b7 Merge pull request 'fix: channelId extraction, sender identification, and per-channel turn order' (#9) from fix/turn-gate-and-handoff into main hzhang 2026-03-01 11:12:17 +00:00
  • d90083317b fix: channelId extraction, sender identification, and per-channel turn order zhi 2026-03-01 11:08:41 +00:00
  • a4bc9990db fix: add sessionAccountId mapping and use in before_message_write zhi 2026-03-01 09:16:55 +00:00
  • 435a7712b8 fix: add sessionChannelId mapping for message_sent zhi 2026-03-01 09:13:03 +00:00
  • 9e754d32cf fix: make before_message_write synchronous zhi 2026-03-01 04:59:45 +00:00
  • 692111eeda fix: implement turn gate and handoff improvements zhi 2026-02-28 21:44:53 +00:00
  • 80439b0912 Revert "Merge pull request 'fix: use systemPrompt instead of prependContext for end marker instruction' (#5) from fix/moderator-and-system-prompt into feat/turn-based-speaking" zhi 2026-02-28 19:34:37 +00:00
  • 7fdc7952b7 Merge pull request 'fix: add turn check debug logs + one-time prompt injection' (#6) from fix/turn-check-debug-and-onetime-inject into feat/turn-based-speaking zhi 2026-02-28 19:27:59 +00:00
  • f03d32e15f fix: add turn check debug logs + one-time prompt injection zhi 2026-02-28 19:27:39 +00:00
  • 6a81f75fd0 Merge pull request 'fix: use systemPrompt instead of prependContext for end marker instruction' (#5) from fix/moderator-and-system-prompt into feat/turn-based-speaking zhi 2026-02-28 19:25:23 +00:00
  • 81758b9a54 fix: use systemPrompt instead of prependContext for end marker instruction zhi 2026-02-28 19:24:50 +00:00
  • 86fdc63802 fix: moderator presence reconnect loop zhi 2026-02-28 18:49:17 +00:00
  • 385990ab90 fix: turn check runs independently of evaluateDecision zhi 2026-02-28 12:41:46 +00:00
  • a6f2be44b7 feat: moderator bot presence via Discord Gateway zhi 2026-02-28 12:33:58 +00:00
  • fb50b62509 fix: include turn-manager.ts in package-plugin.mjs zhi 2026-02-28 12:27:58 +00:00
  • 8c8757e9a7 fix: add moderatorBotToken to plugin configSchema zhi 2026-02-28 12:11:04 +00:00
  • 54ff78cffe feat: moderator bot for turn handoff messages zhi 2026-02-28 11:39:11 +00:00
  • 476308d0df refactor: auto-managed turn order + dormant state + identity injection zhi 2026-02-27 23:27:36 +00:00
  • 1d8881577d feat: turn-based speaking + slash commands + enhanced prompts zhi 2026-02-27 16:05:39 +00:00
  • 52a613fdcc Merge pull request 'fix: add default values for optional config fields' (#3) from feat/whispergate-mvp into main hzhang 2026-02-27 15:31:32 +00:00
  • 9047d3ad8f Merge pull request 'fix: bypass DM sessions without metadata and make tool globally visible' (#4) from fix/dm-bypass-and-tool-visibility into feat/whispergate-mvp hzhang 2026-02-27 15:30:11 +00:00
  • 75f358001b fix(rules): handle multi-byte emoji in getLastChar via Array.from zhi 2026-02-27 15:20:05 +00:00
  • 3749de981f fix: use configured endSymbols in injected prompt and exempt gateway keywords zhi 2026-02-27 15:16:06 +00:00
  • 75d659787c fix(rules): strip trailing metadata blocks before checking end symbol zhi 2026-02-27 14:37:59 +00:00
  • f74b3978e7 fix(installer): resolve plugin path relative to repo instead of hardcoded operator path zhi 2026-02-27 14:25:12 +00:00
  • f23d9049a7 fix: bypass DM sessions without metadata and make tool globally visible zhi 2026-02-27 14:14:39 +00:00
  • a4836097e4 fix: add default values for optional config fields orion 2026-02-26 22:16:23 +00:00
  • 4622173787 fix: restore model after no-reply executes (needsRestore flag) orion 2026-02-26 13:39:43 +00:00
  • 211a94233f chore(debug): log parsed sender/channel fields in hook decision recompute orion 2026-02-26 11:47:23 +00:00
  • 6b3d89634a Merge pull request 'fix: wait for gateway ready before post-install model validation' (#2) from zhi/WhisperGate:feat/whispergate-mvp into feat/whispergate-mvp hzhang 2026-02-26 11:15:13 +00:00
  • f33dc13af4 fix: extract senderId from event.prompt instead of ctx in hooks zhi 2026-02-26 08:56:24 +00:00
  • fd6c4dd3a2 fix: remove gateway restart from installer, let user restart manually zhi 2026-02-26 08:45:37 +00:00
  • 15975e3970 fix(installer): raise no-reply model contextWindow/maxTokens to satisfy OpenClaw minimums orion 2026-02-26 06:30:56 +00:00
  • 8d34bf257b fix(installer): write providers map by object key to avoid quoted provider id and restore providers atomically on uninstall orion 2026-02-26 06:26:52 +00:00
  • 875cd66d34 feat(installer): restart gateway and validate custom no-reply model visibility after install orion 2026-02-26 06:14:06 +00:00
  • 1746fb33ad fix(installer): uninstall now selects latest install record instead of latest pointer orion 2026-02-26 06:04:17 +00:00
  • 8eade446b3 fix(hooks): move first-pass decision to before_model_resolve and keep message_received for debug only orion 2026-02-26 02:33:15 +00:00
  • 51149dd6a0 feat(debug): add whispergate hook diagnostics with channel-scoped debug logs orion 2026-02-26 01:58:01 +00:00
  • 46ea43b3fe fix(rules): inject end-marker prompt for every non-no-reply discord turn orion 2026-02-26 01:47:27 +00:00
  • ca96779159 refactor(tooling): merge discord_control and whispergate_policy into whispergateway_tools orion 2026-02-26 01:31:31 +00:00
  • 46e56c6760 refactor(installer): replace bash installer logic with node-only implementation orion 2026-02-26 00:41:56 +00:00
  • 714168e4bf fix(installer): pass CHANNEL_POLICIES_FILE env when resolving policy path orion 2026-02-26 00:38:32 +00:00
  • e5999743fe feat(policy-runtime): in-memory policy state with whispergate_policy tool and atomic persist orion 2026-02-26 00:35:17 +00:00
  • 682d9a336e feat(policy-file): move channel overrides to standalone channelPoliciesFile with hot reload orion 2026-02-26 00:28:34 +00:00
  • d6f908b813 feat(policy): add per-channel channelPolicies with hot-reload list mode/lists orion 2026-02-26 00:23:47 +00:00
  • 6d463a4572 feat(config): add hot-reload config + listMode (human-list/agent-list) orion 2026-02-26 00:18:05 +00:00
  • 0f526346f4 feat(tool): register optional discord_control tool in whispergate plugin and align defaults orion 2026-02-25 23:37:15 +00:00
  • 7f1d6bb3f7 fix(plugin-path): align packaged dir with plugin id to remove mismatch warning orion 2026-02-25 23:27:16 +00:00
  • f5ec6f9b15 chore(installer): change default no-reply provider/model ids orion 2026-02-25 23:21:42 +00:00
  • c119697f7f fix(installer): make uninstall atomic for plugins and pass rollback test orion 2026-02-25 23:19:58 +00:00
  • 6ff9858b18 fix(installer): atomic plugins write and valid json defaults for install flags orion 2026-02-25 23:18:07 +00:00
  • 9d752ca090 feat(installer): add --install/--uninstall with recorded full rollback orion 2026-02-25 23:08:02 +00:00
  • 2f269c25b4 feat(installer): add openclaw config-set installer with automatic rollback orion 2026-02-25 23:04:14 +00:00
  • c912ceed79 docs(test): add phase test report with pending e2e checklist orion 2026-02-25 22:19:29 +00:00
  • 882f62eae7 Merge pull request 'WhisperGate MVP: no-reply API + plugin rule gate' (#1) from feat/whispergate-mvp into main hzhang 2026-02-25 22:07:07 +00:00
  • a2f88cfe0f chore(security): add guardrails and PR merge summary docs orion 2026-02-25 22:05:22 +00:00
  • 8097ab7484 docs(discord-control): add runnable examples and smoke script orion 2026-02-25 22:02:00 +00:00
  • f20728b02d feat(discord-control): add channel-private-update and member-list field projection orion 2026-02-25 21:59:51 +00:00
  • 4bec5982a5 feat(discord-control): align auth with token/allowlist/action-gate and add dryRun orion 2026-02-25 21:57:39 +00:00
  • 867285309b feat(discord-control): add private-channel and member-list admin API orion 2026-02-25 16:09:14 +00:00
  • 0c6d8bb2c5 feat(release): add plugin packaging script and release notes orion 2026-02-25 14:09:14 +00:00
  • 6792249a0b docs: add no-docker-first run modes and quick start orion 2026-02-25 14:08:15 +00:00
  • 0a224983fd docs: add changelog and expose test-api command in readme orion 2026-02-25 13:47:19 +00:00
  • 1acaebf73f feat(dev): add no-touch OpenClaw config renderer and integration guide orion 2026-02-25 13:47:00 +00:00
  • b99ec7c281 test(api): add isolated no-reply API integration test script orion 2026-02-25 13:45:57 +00:00
  • 16fdb6600a chore(dev): add Makefile shortcuts for check/smoke lifecycle orion 2026-02-25 12:54:05 +00:00
  • d2fc8c89dd test: add rule-case validator for no-reply and 🔚 injection paths orion 2026-02-25 12:53:45 +00:00
  • 32405fa3e2 feat(plugin): inject 🔚 ending instruction for bypass/end-symbol discord turns orion 2026-02-25 11:04:01 +00:00
  • 798c402ab0 docs: update progress tracker and repository map orion 2026-02-25 10:45:45 +00:00
  • 2379d0f521 docs: add staged rollout and rollback checklist orion 2026-02-25 10:45:18 +00:00
  • f76d952b59 chore(dev): add docker compose up/down helper scripts orion 2026-02-25 10:45:06 +00:00
  • 0e98f0877b chore(plugin): add package metadata and plugin file checker orion 2026-02-25 10:44:33 +00:00
  • d1f4252f37 docs: add smoke script and auth-aware verification steps orion 2026-02-25 10:43:23 +00:00
  • 32af5fde6d feat(api): add bearer auth option and /v1/models endpoint orion 2026-02-25 10:43:19 +00:00
  • f09972c083 feat(plugin): add sender normalization, TTL, and one-shot decisions orion 2026-02-25 10:43:11 +00:00
  • 99f96a9549 docs(plugin): add usage and hook flow notes orion 2026-02-25 10:40:00 +00:00
  • f4fb495ab2 chore(api): add docker compose and container image for no-reply service orion 2026-02-25 10:39:51 +00:00
  • 83b9d517ec feat(plugin): extract rule engine and harden channel/session handling orion 2026-02-25 10:39:47 +00:00
  • e020f1f026 docs: add sample config and verification guide orion 2026-02-25 10:37:12 +00:00
  • 7728892d15 feat(plugin): add WhisperGate rule engine and model override hook orion 2026-02-25 10:36:59 +00:00
  • 1140a928f3 feat(api): add no-reply OpenAI-compatible API service orion 2026-02-25 10:36:32 +00:00
  • f3662457bc docs: add WhisperGate architecture and implementation plan orion 2026-02-25 10:36:16 +00:00
  • cae2fd3952 chore: init WhisperGate orion 2026-02-25 10:33:59 +00:00