fix: disable macOS-only first-party plugins by default on Linux#9
Draft
andreabadesso wants to merge 4 commits intoopenclaw:mainfrom
Draft
fix: disable macOS-only first-party plugins by default on Linux#9andreabadesso wants to merge 4 commits intoopenclaw:mainfrom
andreabadesso wants to merge 4 commits intoopenclaw:mainfrom
Conversation
3896db8 to
1a49a3c
Compare
- Use portable paths (run mkdir/ln) instead of hardcoded /bin paths - Update config format for clawdbot schema changes - Disable memory slot on Linux (plugins.slots.memory = "none") - Update to upstream clawdbot main (includes memory slot none fix)
1a49a3c to
34261f1
Compare
When providers.anthropic.apiKeyFile is set, generate the correct auth.profiles structure in clawdbot.json. The API key itself is passed via ANTHROPIC_API_KEY env var in the gateway wrapper. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2ea6216 to
c8f79d6
Compare
dominicnunez
added a commit
to dominicnunez/clawdbot-nix
that referenced
this pull request
Jan 24, 2026
…penclaw#10 Incorporates fixes from upstream nix-clawdbot PRs: - Add aarch64-linux to supported systems (PR #3, openclaw#10) - Expose agent-first template in flake outputs (PR #2) - Update schema: telegram -> channels.telegram, byProvider -> byChannel (PR openclaw#9, openclaw#10) - Fix defaultInstance missing attributes: agent, gatewayPath, launchd/systemd labels (PR openclaw#7) - Use resolvePath for systemd service paths to handle ~ expansion (PR openclaw#10) - Default macOS-only first-party plugins (summarize, peekaboo) to disabled on Linux (PR openclaw#9)
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
Fixes nix-clawdbot on Linux headless servers.
The module was failing on Linux because: