docs: show all integrations in READMEs and default installs to master - #1382
Merged
Teingi merged 3 commits intoAug 27, 2026
Merged
Conversation
Contributor
Author
|
@AlexStocks PTAL |
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.
Which issue or RFC does this PR close?
Closes #.
Rationale for this change
The READMEs listed only a subset of the supported integrations and their installation commands: the quick start omitted
pi,workbuddy, and (in the Japanese README)openclaw, the integration tables missed Bub, Pydantic AI, LangChain, and LangGraph, and no project logo was shown. The install instructions also split users across a pinned release (0.0.2) andmaster, while all setup commands and CLI defaults already targetmaster.What changes are included in this PR?
README.md,README_CN.md,README_JP.md) via a<picture>element that adapts to GitHub light/dark mode using the existingtheme/powercontext/assets/images/assets.git+...@masterand list all eightpowercontext setupcommands (codex,claude-code,dsh,hermes,openclaw,opencode,pi,workbuddy) with--ref master, plus apowercontext setup selectexample. Remove the==0.0.2/--ref v0.0.2release-path instructions and the OpenClaw/OpenCode special case.docs/assets/bub.svgbadge, WorkBuddy-style), Pydantic AI (github.com/pydantic.pngavatar), LangChain and LangGraph (github.com/langchain-ai.pngavatar). Also add the previously missing OpenCode tile to the Japanese README.powercontext doctorhost list in the quick start.Are there any user-facing changes?
masterbranch.How was this change tested?
docs/en/docs/how-to/configure-{pydantic-ai,langchain,langgraph}.md,docs/zh/...equivalents,integrations/bub/README.md,docs/assets/bub.svg).0.0.2references remain in any README.uv run prek run --files README.md README_CN.md README_JP.md docs/assets/bub.svg— all hooks passed.AI usage statement
Built with opencode (GLM, model
glm-5.3-flash): edited the three READMEs and the new Bub badge, validated links and hook checks, and prepared this PR.