fix: complete gateway server refactoring and fix Swift compiler crash#141
Conversation
Complete incomplete gateway module split by creating: - server-utils.ts: formatError, normalizeVoiceWakeTriggers - server-http.ts: HTTP server and hooks handlers - server-providers.ts: provider manager for messaging services Fix wizard/onboarding.ts using correct nextConfig variable. Fix Swift 6 compiler crash in OnboardingWizard.swift by refactoring complex view builders into smaller functions. Fix AnyCodable type mismatches between Clawdis and ClawdisProtocol modules. Add Sendable conformance to wizard result types. Fix OnboardingView+Layout.swift with explicit return. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Fix gateway 30s timeout clamp causing frequent "Request was aborted" errors - Increase chat.send timeout clamp from 30s to 10 minutes (600s) - Set default bash command timeout to 10 minutes - Fix TypeScript errors in discord/monitor.ts and gateway/call.ts The gateway was capping all requests to 30s regardless of actual timeout, causing agents to abort mid-execution for normal operations like file reads. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…essage bug on WhatsApp/Telegram surfaces
Contributor
|
@jeffersonwarrior Thanks for your effort! Please hop on Discord and sync up with us, there's loads of conflicts and stray files in there. |
dgarson
added a commit
to dgarson/clawdbot
that referenced
this pull request
Feb 7, 2026
…ance chore: make sure auth profiles inherit unless disabled
slathrop
referenced
this pull request
in slathrop/openclaw-js
Feb 11, 2026
Tasks completed: 2/2 - Port stale thread recovery + retry guards (commits #136, #137) - Port video note support (commit #141) SUMMARY: .planning/phases/14-telegram-channels/14-05-SUMMARY.md
This pull request was closed.
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
Completes incomplete gateway module split and fixes Swift 6 compiler crash.
Changes
formatErrorandnormalizeVoiceWakeTriggersutilitiesconfigvariable →nextConfigTesting
pnpm build)swift build)🤖 Generated with Claude Code