Skip to content

Conversation

@nickscarabosio
Copy link

Summary

  • Adds a second R2 bucket binding with remote: true to wrangler.jsonc, enabling R2 access during local development with wrangler dev --remote

Test plan

  • Verified deployment succeeds with updated config
  • Confirm wrangler dev --remote can access the moltbot-data R2 bucket locally

🤖 Generated with Claude Code

Nicholas Scarabosio and others added 9 commits February 9, 2026 12:11
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enables the OpenClaw agent to query Gmail and Google Calendar remotely
via OAuth2 credentials passed as worker secrets. Includes scripts for
searching/reading/sending email and listing/creating calendar events.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The sandbox's startProcess does not inherit Dockerfile ENV vars, so
globally installed npm packages aren't found by require(). Add
NODE_PATH initialization directly in google-auth.js and as a
Dockerfile ENV for other contexts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace googleapis npm package with the gogcli binary, which is
OpenClaw's built-in Google Workspace skill. The startup script now
configures gogcli credentials and imports the refresh token from
env vars using the file-based keyring backend.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The sandbox SDK can have undefined exitCode for fast-exiting processes
like `test -f`, causing the sync to falsely report "no config file
found". Switch to ls + stdout parsing (FOUND/NOTFOUND) which is
reliable regardless of exitCode timing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Allows switching the OpenClaw agent model (e.g. from Opus to Sonnet)
without rebuilding the container, via wrangler secret.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reduces maxConcurrent from 4 to 1 and subagents from 8 to 2 to avoid
Anthropic API rate limits. AI Gateway adds caching, rate limit buffering,
and request logging.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant