Skip to content

Bump OpenClaw to 2026.3.13-1 and move Maestro agents to gpt-5-mini#31

Merged
Vardominator merged 1 commit into
mainfrom
feat/openclaw-2026-3-13-1-maestro-gpt5mini
Mar 17, 2026
Merged

Bump OpenClaw to 2026.3.13-1 and move Maestro agents to gpt-5-mini#31
Vardominator merged 1 commit into
mainfrom
feat/openclaw-2026-3-13-1-maestro-gpt5mini

Conversation

@Vardominator
Copy link
Copy Markdown
Contributor

Summary

  • bump the tracked OpenClaw image pins to 2026.3.13-1 in the shared and example inventories
  • update the core-human custom image to build from the latest upstream base and remove the obsolete runtime patch build step
  • move the tracked Maestro agents in inventory/instances.yaml to openai/gpt-5-mini
  • refresh rollout docs for the new custom image tag and the current Telegram no-send guard behavior

Verification

  • docker build -f instances/core-human/config/Dockerfile.custom -t openclaw-core-human-custom:2026.3.13-1-r1 .
  • bash -lc "set -a; source .env; set +a; export INVENTORY_PATH=inventory/instances.local.yaml; ./scripts/deploy-instance.sh core-human"
  • bash -lc "set -a; source .env; set +a; export INVENTORY_PATH=inventory/instances.yaml; ./scripts/deploy-instance.sh maestro-discord-knowledge"
  • bash -lc "set -a; source .env; set +a; export INVENTORY_PATH=inventory/instances.yaml; ./scripts/deploy-instance.sh maestro-discord-systems"
  • bash -lc "set -a; source .env; set +a; export INVENTORY_PATH=inventory/instances.yaml; ./scripts/deploy-instance.sh maestro-discord-infra"
  • openclaw.mjs doctor completed for core-human, maestro-discord-knowledge, maestro-discord-systems, and maestro-discord-infra
  • smoke tests for drichardson, brain-qa, github-manager, and infra-triage all returned ok

Follow-up

  • the Maestro Discord containers still show Docker healthcheck unhealthy after rollout even though doctor passes and the smoke tests succeed

Copilot AI review requested due to automatic review settings March 17, 2026 23:42
@Vardominator Vardominator merged commit e15ba20 into main Mar 17, 2026
8 checks passed
@Vardominator Vardominator deleted the feat/openclaw-2026-3-13-1-maestro-gpt5mini branch March 17, 2026 23:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s tracked inventories and supporting docs to align with a newer OpenClaw container image, and adjusts default agent model selections for the Maestro inventory.

Changes:

  • Bump ghcr.io/openclaw/openclaw image references from 2026.2.22 to 2026.3.13-1 across inventories and build/runbook docs.
  • Switch several agents in inventory/instances.yaml to use openai/gpt-5-mini.
  • Simplify the core-human custom Dockerfile by removing the runtime patch/build steps and only layering in gws.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
inventory/org.instances.example.yaml Updates example org inventory Docker image tag.
inventory/instances.yaml Updates Docker image tag and changes default agent models to openai/gpt-5-mini.
inventory/instances.example.yaml Updates template inventory Docker image tag.
instances/core-human/config/Dockerfile.custom Updates base image and removes runtime patch + pnpm build, leaving only gws layer.
docs/GOOGLE_CALENDAR_GWS_ROLLOUT.md Updates example custom image tag used in the build command.
docs/BOT_ACCESS_SETUP.md Updates guidance around telegram-group-allowlist-guard behavior for blocking group sends.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread inventory/instances.yaml
Comment on lines 97 to +101
- id: vbarsegyan
role: human
workspace: vbarsegyan
agent_dir: agents/vbarsegyan
model: openai/gpt-5.1
model: openai/gpt-5-mini
Comment on lines 72 to 76
- ../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 47 to 51
- ../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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants