Skip to content

rebrand: replace remaining openclaw refs in src/, ui/, extensions/#217

Merged
alexey-pelykh merged 2 commits intomainfrom
rebrand/remaining-src-openclaw-refs
Mar 4, 2026
Merged

rebrand: replace remaining openclaw refs in src/, ui/, extensions/#217
alexey-pelykh merged 2 commits intomainfrom
rebrand/remaining-src-openclaw-refs

Conversation

@alexey-pelykh
Copy link
Copy Markdown

Summary

Closes #214.

  • Rename tmp-openclaw-dir.tstmp-remoteclaw-dir.ts and openclaw-root.tsremoteclaw-root.ts with ~30 import path cascades
  • Update CLI command strings in help text and error messages (~15 files)
  • Update URL/domain constants (docs.remoteclaw.ai, remoteclaw.ai)
  • Update HTTP header (x-remoteclaw-session-key), API path (/__remoteclaw/), Docker network name (remoteclaw-sandbox-browser)
  • Update wire protocol property (__remoteclaw)
  • Update extension peerDependency (googlechat) and root package.json native app build paths
  • Update completion CLI default binary name to remoteclaw

65 files changed across src/, ui/, extensions/, and root.

Test plan

  • pnpm build passes
  • pnpm tsgo type-check passes (zero errors)
  • Linter passes (pre-commit hook)
  • CI build + test jobs pass

🤖 Generated with Claude Code

)

Update ~64 production and test files across 8 categories:
- Rename tmp-openclaw-dir.ts → tmp-remoteclaw-dir.ts and
  openclaw-root.ts → remoteclaw-root.ts with ~30 import cascades
- Update CLI command strings in help/error messages
- Update URL/domain constants (docs, website)
- Update HTTP header (x-remoteclaw-session-key), API path
  (/__remoteclaw/), and Docker network name
- Update wire protocol property (__remoteclaw)
- Update extension peerDependency and root package.json build paths
- Update completion CLI default binary name

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alexey-pelykh alexey-pelykh enabled auto-merge (squash) March 4, 2026 08:45
The version specifier >=2026.1.26 can't resolve from npm since the
package is published as remoteclaw@0.0.0. Use workspace:* to resolve
from the monorepo root instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alexey-pelykh alexey-pelykh merged commit c2d32bc into main Mar 4, 2026
3 checks passed
@alexey-pelykh alexey-pelykh deleted the rebrand/remaining-src-openclaw-refs branch March 4, 2026 08:56
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.

Rebrand src/ production remaining: CLI strings, URLs, infra file renames, protocol identifiers

1 participant