Skip to content

Comments

Add OpenClaw service integration#19

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/add-openclaw-feature
Draft

Add OpenClaw service integration#19
Copilot wants to merge 2 commits intomasterfrom
copilot/add-openclaw-feature

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

OpenClaw was referenced in config, workflow, and docs but had no TypeScript config schema support or environment variable wiring.

Changes

  • src/config/index.ts — Added optional openClaw Zod schema block (enabled, apiKey, baseUrl) matching the ai/vectorDb pattern; wired OPENCLAW_ENABLED, OPENCLAW_API_KEY, and SERVICE_BASE_URL_OPENCLAW in loadConfig()
  • .env.example — Added commented-out OpenClaw env var examples
openClaw: z.object({
  enabled: z.coerce.boolean().default(false),
  apiKey: z.string().optional(),
  baseUrl: z.string().url().optional(),
}).optional(),

config/services.example.json, integrations.yml, and README.md already covered OpenClaw — no changes needed there.

Original prompt

Add OpenClaw


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: lippytm <65956507+lippytm@users.noreply.github.com>
Copilot AI changed the title [WIP] Add OpenClaw integration Add OpenClaw service integration Feb 19, 2026
Copilot AI requested a review from lippytm February 19, 2026 17:51
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.

2 participants