Skip to content

docs: Fix formatting in OpenClaw installation instructions#42

Merged
SecretSettler merged 1 commit intomainfrom
SecretSettler-patch-1
Apr 21, 2026
Merged

docs: Fix formatting in OpenClaw installation instructions#42
SecretSettler merged 1 commit intomainfrom
SecretSettler-patch-1

Conversation

@SecretSettler
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the OpenClaw integration guide’s manual installation snippet.

Changes:

  • Adjusts the python -m contextpilot.server.http_server command formatting/flags in the “Manual” section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/guides/openclaw.md
Comment on lines 63 to 66
pip install contextpilot
python -m contextpilot.server.http_server \
--stateless --port 8765 \
--port 8765 \
--infer-api-url https://api.anthropic.com
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This edit drops the --stateless flag from the manual http_server invocation. That’s a behavioral change (switches from stateless to stateful mode by default) and doesn’t match a “formatting fix”; it can also change how /health and /reorder behave for users following this guide. If the intent was only formatting, keep --stateless and just rewrap the args; if the intent is to recommend stateful mode here, the surrounding guide text should explain why stateful mode is preferred for OpenClaw.

Copilot uses AI. Check for mistakes.
@SecretSettler SecretSettler merged commit def8472 into main Apr 21, 2026
6 checks passed
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.

3 participants