Commit Graph

51 Commits

Author SHA1 Message Date
zhi
fd6c4dd3a2 fix: remove gateway restart from installer, let user restart manually
Root cause: installer called 'openclaw gateway restart' (async via systemd)
then immediately validated model visibility — race condition caused validation
to fail and rollback the correct config.

Fix: remove restart + validation from script entirely. Script only writes config.
User restarts gateway manually after install completes.

Also fix CONFIG.example.json: contextWindow 4096->200000, maxTokens 64->8192
(OpenClaw requires minimum 16000 contextWindow).
2026-02-26 08:47:43 +00:00
15975e3970 fix(installer): raise no-reply model contextWindow/maxTokens to satisfy OpenClaw minimums 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 2026-02-26 06:26:52 +00:00
875cd66d34 feat(installer): restart gateway and validate custom no-reply model visibility after install 2026-02-26 06:14:06 +00:00
1746fb33ad fix(installer): uninstall now selects latest install record instead of latest pointer 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 2026-02-26 02:33:15 +00:00
51149dd6a0 feat(debug): add whispergate hook diagnostics with channel-scoped debug logs 2026-02-26 01:58:01 +00:00
46ea43b3fe fix(rules): inject end-marker prompt for every non-no-reply discord turn 2026-02-26 01:47:27 +00:00
ca96779159 refactor(tooling): merge discord_control and whispergate_policy into whispergateway_tools 2026-02-26 01:31:31 +00:00
46e56c6760 refactor(installer): replace bash installer logic with node-only implementation 2026-02-26 00:41:56 +00:00
714168e4bf fix(installer): pass CHANNEL_POLICIES_FILE env when resolving policy path 2026-02-26 00:38:32 +00:00
e5999743fe feat(policy-runtime): in-memory policy state with whispergate_policy tool and atomic persist 2026-02-26 00:35:17 +00:00
682d9a336e feat(policy-file): move channel overrides to standalone channelPoliciesFile with hot reload 2026-02-26 00:28:34 +00:00
d6f908b813 feat(policy): add per-channel channelPolicies with hot-reload list mode/lists 2026-02-26 00:23:47 +00:00
6d463a4572 feat(config): add hot-reload config + listMode (human-list/agent-list) 2026-02-26 00:18:05 +00:00
0f526346f4 feat(tool): register optional discord_control tool in whispergate plugin and align defaults 2026-02-25 23:37:15 +00:00
7f1d6bb3f7 fix(plugin-path): align packaged dir with plugin id to remove mismatch warning 2026-02-25 23:27:16 +00:00
f5ec6f9b15 chore(installer): change default no-reply provider/model ids 2026-02-25 23:21:42 +00:00
c119697f7f fix(installer): make uninstall atomic for plugins and pass rollback test 2026-02-25 23:19:58 +00:00
6ff9858b18 fix(installer): atomic plugins write and valid json defaults for install flags 2026-02-25 23:18:07 +00:00
9d752ca090 feat(installer): add --install/--uninstall with recorded full rollback 2026-02-25 23:08:02 +00:00
2f269c25b4 feat(installer): add openclaw config-set installer with automatic rollback 2026-02-25 23:04:14 +00:00
c912ceed79 docs(test): add phase test report with pending e2e checklist 2026-02-25 22:19:29 +00:00
a2f88cfe0f chore(security): add guardrails and PR merge summary docs 2026-02-25 22:05:22 +00:00
8097ab7484 docs(discord-control): add runnable examples and smoke script 2026-02-25 22:02:00 +00:00
f20728b02d feat(discord-control): add channel-private-update and member-list field projection 2026-02-25 21:59:51 +00:00
4bec5982a5 feat(discord-control): align auth with token/allowlist/action-gate and add dryRun 2026-02-25 21:57:39 +00:00
867285309b feat(discord-control): add private-channel and member-list admin API 2026-02-25 16:09:14 +00:00
0c6d8bb2c5 feat(release): add plugin packaging script and release notes 2026-02-25 14:09:14 +00:00
6792249a0b docs: add no-docker-first run modes and quick start 2026-02-25 14:08:15 +00:00
0a224983fd docs: add changelog and expose test-api command in readme 2026-02-25 13:47:19 +00:00
1acaebf73f feat(dev): add no-touch OpenClaw config renderer and integration guide 2026-02-25 13:47:00 +00:00
b99ec7c281 test(api): add isolated no-reply API integration test script 2026-02-25 13:45:57 +00:00
16fdb6600a chore(dev): add Makefile shortcuts for check/smoke lifecycle 2026-02-25 12:54:05 +00:00
d2fc8c89dd test: add rule-case validator for no-reply and 🔚 injection paths 2026-02-25 12:53:45 +00:00
32405fa3e2 feat(plugin): inject 🔚 ending instruction for bypass/end-symbol discord turns 2026-02-25 11:04:01 +00:00
798c402ab0 docs: update progress tracker and repository map 2026-02-25 10:45:45 +00:00
2379d0f521 docs: add staged rollout and rollback checklist 2026-02-25 10:45:18 +00:00
f76d952b59 chore(dev): add docker compose up/down helper scripts 2026-02-25 10:45:06 +00:00
0e98f0877b chore(plugin): add package metadata and plugin file checker 2026-02-25 10:44:33 +00:00
d1f4252f37 docs: add smoke script and auth-aware verification steps 2026-02-25 10:43:23 +00:00
32af5fde6d feat(api): add bearer auth option and /v1/models endpoint 2026-02-25 10:43:19 +00:00
f09972c083 feat(plugin): add sender normalization, TTL, and one-shot decisions 2026-02-25 10:43:11 +00:00
99f96a9549 docs(plugin): add usage and hook flow notes 2026-02-25 10:40:00 +00:00
f4fb495ab2 chore(api): add docker compose and container image for no-reply service 2026-02-25 10:39:51 +00:00
83b9d517ec feat(plugin): extract rule engine and harden channel/session handling 2026-02-25 10:39:47 +00:00
e020f1f026 docs: add sample config and verification guide 2026-02-25 10:37:12 +00:00
7728892d15 feat(plugin): add WhisperGate rule engine and model override hook 2026-02-25 10:36:59 +00:00
1140a928f3 feat(api): add no-reply OpenAI-compatible API service 2026-02-25 10:36:32 +00:00
f3662457bc docs: add WhisperGate architecture and implementation plan 2026-02-25 10:36:16 +00:00