Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/BOT_ACCESS_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ Read-only group mode for selected Telegram accounts that still need to ingest gr

This keeps Telegram open for inbound group visibility, so the bot can still ingest messages and maintain group context.

For a strict no-send guarantee, do not rely on the plugin alone:
- The reply dispatcher must suppress all outbound payloads for the protected Telegram group sessions before they reach the channel adapter.
- The `telegram-group-allowlist-guard` plugin should remain enabled as a second layer so normal group replies and tool paths still fail closed if runtime metadata is incomplete.
For a strict no-send guarantee on current OpenClaw builds, keep the `telegram-group-allowlist-guard` plugin enabled with `blockAllGroupReplies: true`.
The plugin now cancels protected Telegram group sends in its `message_sending` hook, while still failing closed for tool paths and incomplete runtime metadata.

Operational hardening outside OCO:
- Disable new group joins for these bots with BotFather `/setjoingroups`.
Expand Down
2 changes: 1 addition & 1 deletion docs/GOOGLE_CALENDAR_GWS_ROLLOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Set these in the instance runtime environment:
## 4. Build Gateway Image with `gws`

```bash
docker build -f instances/<instance-id>/config/Dockerfile.custom -t openclaw-<instance-id>-custom:2026.2.22-r1 .
docker build -f instances/<instance-id>/config/Dockerfile.custom -t openclaw-<instance-id>-custom:2026.3.13-1-r1 .
```

## 5. Rollout Sequence
Expand Down
8 changes: 2 additions & 6 deletions instances/core-human/config/Dockerfile.custom
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ RUN git clone https://github.com/googleworkspace/cli.git /tmp/gws \
&& cargo install --locked --path . --bin gws \
&& rm -rf /tmp/gws

FROM ghcr.io/openclaw/openclaw:2026.2.22
FROM ghcr.io/openclaw/openclaw:2026.3.13-1

COPY --from=gws-builder /usr/local/cargo/bin/gws /usr/local/bin/gws
COPY instances/core-human/config/openclaw-runtime-patches/apply-protected-group-reply-suppression.mjs /tmp/apply-protected-group-reply-suppression.mjs

RUN mkdir -p /tmp/corepack /tmp/.cache /tmp/pnpm \
&& node /tmp/apply-protected-group-reply-suppression.mjs \
&& HOME=/tmp COREPACK_HOME=/tmp/corepack XDG_CACHE_HOME=/tmp/.cache PNPM_HOME=/tmp/pnpm pnpm build \
&& gws --version
RUN gws --version
8 changes: 4 additions & 4 deletions inventory/instances.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ instances:
- ../templates/openclaw/profiles/human.base.json5
- ../instances/core-human/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-core-human
Comment on lines 72 to 76
restart: unless-stopped
kubernetes:
Expand Down Expand Up @@ -142,7 +142,7 @@ instances:
- ../templates/openclaw/profiles/usecase.base.json5
- ../instances/maestro-discord-knowledge/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-maestro-discord-knowledge
restart: unless-stopped
policy:
Expand Down Expand Up @@ -211,7 +211,7 @@ instances:
- ../templates/openclaw/profiles/usecase.base.json5
- ../instances/maestro-discord-systems/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-maestro-discord-systems
restart: unless-stopped
policy:
Expand Down Expand Up @@ -278,7 +278,7 @@ instances:
- ../templates/openclaw/profiles/usecase.base.json5
- ../instances/maestro-discord-infra/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-maestro-discord-infra
restart: unless-stopped
policy:
Expand Down
22 changes: 11 additions & 11 deletions inventory/instances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ instances:
- ../templates/openclaw/profiles/human.base.json5
- ../instances/core-human/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-core-human
restart: unless-stopped
kubernetes:
Expand All @@ -98,7 +98,7 @@ instances:
role: human
workspace: vbarsegyan
agent_dir: agents/vbarsegyan
model: openai/gpt-5.1
model: openai/gpt-5-mini
integrations:
- telegram
skills:
Expand All @@ -114,7 +114,7 @@ instances:
role: human
workspace: drichardson
agent_dir: agents/drichardson
model: anthropic/claude-opus-4-6
model: openai/gpt-5-mini
integrations:
- telegram
skills:
Expand Down Expand Up @@ -142,7 +142,7 @@ instances:
- ../templates/openclaw/profiles/usecase.base.json5
- ../instances/maestro-discord-knowledge/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-maestro-discord-knowledge
restart: unless-stopped
policy:
Expand All @@ -163,7 +163,7 @@ instances:
role: usecase
workspace: brain-qa
agent_dir: agents/brain-qa
model: openai/gpt-5.1
model: openai/gpt-5-mini
integrations:
- discord
skills:
Expand All @@ -181,7 +181,7 @@ instances:
role: usecase
workspace: deep-research
agent_dir: agents/deep-research
model: openai/gpt-5.1
model: openai/gpt-5-mini
integrations:
- discord
skills:
Expand Down Expand Up @@ -211,7 +211,7 @@ instances:
- ../templates/openclaw/profiles/usecase.base.json5
- ../instances/maestro-discord-systems/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-maestro-discord-systems
restart: unless-stopped
policy:
Expand All @@ -232,7 +232,7 @@ instances:
role: usecase
workspace: github-manager
agent_dir: agents/github-manager
model: openai/gpt-5.1
model: openai/gpt-5-mini
integrations:
- discord
skills:
Expand All @@ -249,7 +249,7 @@ instances:
role: usecase
workspace: notion-manager
agent_dir: agents/notion-manager
model: openai/gpt-5.1
model: openai/gpt-5-mini
integrations:
- discord
skills:
Expand Down Expand Up @@ -278,7 +278,7 @@ instances:
- ../templates/openclaw/profiles/usecase.base.json5
- ../instances/maestro-discord-infra/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-maestro-discord-infra
restart: unless-stopped
policy:
Expand All @@ -298,7 +298,7 @@ instances:
role: usecase
workspace: infra-triage
agent_dir: agents/infra-triage
model: openai/gpt-5.1
model: openai/gpt-5-mini
integrations:
- discord
skills:
Expand Down
2 changes: 1 addition & 1 deletion inventory/org.instances.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ instances:
- ../templates/openclaw/profiles/human.base.json5
- ../orgs/example-org/instances/core-human/config/instance.overrides.example.json5
docker:
image: ghcr.io/openclaw/openclaw:2026.2.22
image: ghcr.io/openclaw/openclaw:2026.3.13-1
container_name: openclaw-example-org-core-human
Comment on lines 47 to 51
restart: unless-stopped
environment:
Expand Down
Loading