feat(setup): custom OpenAI-compatible provider (base URL)#76
Merged
Conversation
k7cfo
pushed a commit
to k7cfo/railclaw
that referenced
this pull request
Feb 21, 2026
gginesta
pushed a commit
to gginesta/clawdbot-railway-template
that referenced
this pull request
Apr 28, 2026
gginesta
pushed a commit
to gginesta/clawdbot-railway-template
that referenced
this pull request
Apr 28, 2026
…rated mirror (5:2)
gginesta
pushed a commit
to gginesta/clawdbot-railway-template
that referenced
this pull request
Apr 28, 2026
…tes, weekly cron - Audited all MEMORY.md items against real sources (Paperclip, GitHub, Notion) - Removed stale items: Pikachu article (done), April/Steph (done), Raphael A8 (delivered), WHOOP (parked) - Fixed: Leonardo PR vignesh07#76 was closed not merged (was listed as 'needs review') - Added [verified: YYYY-MM-DD] dates to all pending items - Created scripts/memory-audit.py — scans for stale/unverified items - Weekly cron (Mon 10:00 HKT) runs audit automatically - REG-041: Never report pending items without same-session verification - MEMORY.md down from ~14KB to ~7KB
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.
Implements #48 (as much as we can in the template): allow configuring an OpenAI-compatible API with a custom base URL from the /setup wizard.
Adds optional fields to /setup:
${ENV_VAR}reference; user sets env var in Railway)On successful onboarding, the wrapper writes:
models.mode=mergemodels.providers.<providerId>JSONIncludes basic validation and prints the command output in the setup log.