config: support clawdis.json path for rebranding#17
Merged
steipete merged 2 commits intoopenclaw:mainfrom Dec 4, 2025
Merged
Conversation
- Add CONFIG_PATH_CLAWDIS (~/.clawdis/clawdis.json) as preferred path - Keep CONFIG_PATH_LEGACY (~/.warelay/warelay.json) for backward compatibility - Update loadConfig() to check clawdis.json first, fallback to warelay.json - Fix TypeScript type error in extractMentionedJids (null handling) Part of the warelay → clawdis rebranding effort.
Contributor
Author
|
🦞🫡 |
Contributor
|
Thanks - this repo is in the middle of a rebrand, there's more to do. |
- Prefix unused test variables with underscore - Remove unused piSpec import and idleMs class member - Fix import ordering and code formatting
Pastorsimon1798
pushed a commit
to Pastorsimon1798/openclaw
that referenced
this pull request
Feb 1, 2026
- Create analyze.py (profile, describe, groupby, pivot, filter) - Create excel.py (read, write, list-sheets, merge/VLOOKUP) - Create visualize.py (bar, line, scatter, heatmap, histogram, pie, box) - Update SKILL.md with venv instructions - Mark openclaw#14 Blogwatcher RESOLVED (installed) - Mark openclaw#15 Data Analytics RESOLVED - Mark openclaw#17 Calendar CANCELLED (using GOG) - Mark openclaw#18 Edison PAUSED - Mark openclaw#23 Network Fallback PAUSED
alexprime1889-prog
pushed a commit
to alexprime1889-prog/moltbot
that referenced
this pull request
Feb 8, 2026
…w-unconfigured flag (use env vars)
slathrop
referenced
this pull request
in slathrop/openclaw-js
Feb 11, 2026
Tasks completed: 2/2 - Port PR/issue guides + Install sharpening (commits #15, #17, #23) - Port PR sign-off + guide revisions + markdownlint fixes (commits #24, #26, #35) SUMMARY: .planning/phases/17-docs/17-03-SUMMARY.md
ADAPT-Chase
pushed a commit
to TeamADAPT/openclaw
that referenced
this pull request
Feb 14, 2026
Fixes XSS and HTTP proxy bypass vulnerabilities (Dependabot openclaw#17, openclaw#18) Co-Authored-By: Claude Opus 4.6 <[email protected]>
ADAPT-Chase
pushed a commit
to TeamADAPT/openclaw
that referenced
this pull request
Feb 14, 2026
Fixes XSS and HTTP proxy bypass vulnerabilities (Dependabot openclaw#17, openclaw#18) Co-Authored-By: Claude Opus 4.6 <[email protected]>
ADAPT-Chase
pushed a commit
to TeamADAPT/openclaw
that referenced
this pull request
Feb 14, 2026
Fixes XSS and HTTP proxy bypass vulnerabilities (Dependabot openclaw#17, openclaw#18) Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
To use Codex here, create a Codex account and connect to github. |
jamie-dit
pushed a commit
to jamie-dit/zulip-claw
that referenced
this pull request
Feb 20, 2026
…+ per-turn counter reset' (openclaw#17) from fix/delegation-nudge-v2 into main
emmalone
added a commit
to emmalone/openclaw
that referenced
this pull request
Feb 20, 2026
…penclaw#17) Co-Authored-By: Claude Opus 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
~/.clawdis/clawdis.jsonconfig path~/.warelay/warelay.jsonextractMentionedJidsChanges
This PR continues the warelay → CLAWDIS rebranding effort by updating the config file paths.
Config Path Support (
src/config/config.ts)CONFIG_PATH_CLAWDISfor~/.clawdis/clawdis.json(preferred)CONFIG_PATH_LEGACYfor~/.warelay/warelay.json(fallback)loadConfig()to check clawdis path first, then fall back to warelay pathType Fix (
src/web/inbound.ts)extractMentionedJids()nullto union type formentionedJidarray candidatesBenefits
✅ Users can create configs at the new
~/.clawdis/clawdis.jsonpath✅ Existing users with
~/.warelay/warelay.jsoncontinue to work✅ Clean migration path for the rebranding
✅ No breaking changes
Test Plan
pnpm build~/.clawdis/clawdis.json~/.warelay/warelay.jsonworks