fix: correct documentation misalignment across translations and guides#537
Merged
yinwm merged 1 commit intosipeed:mainfrom Feb 20, 2026
Merged
fix: correct documentation misalignment across translations and guides#537yinwm merged 1 commit intosipeed:mainfrom
yinwm merged 1 commit intosipeed:mainfrom
Conversation
- Fix DingTalk section referencing "QQ numbers" instead of DingTalk user IDs - Fix Anthropic example showing OAuth when code uses paste-token auth - Replace OpenClaw references in ANTIGRAVITY_AUTH.md with actual PicoClaw paths and Go patterns - Fix auth file path from auth-profiles.json to auth.json in ANTIGRAVITY_USAGE.md - Remove non-existent approval tool from tools_configuration.md, add skills tool docs - Update Quick Start configs in fr/pt-br/vi/ja translations to use model_list format - Fix allowFrom camelCase to allow_from in fr/pt-br translations - Fix camelCase config keys in ja translation - Update zh/ja web search config from old flat format to brave/duckduckgo - Fix broken ClawdChat link and trailing commas in zh translation - Add missing qwen/cerebras providers to fr/pt-br/vi translation tables - Add missing protocol prefixes to migration guide - Fix typos in community roadmap
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request fixes numerous documentation inconsistencies across translated READMEs, guides, and configuration examples. The changes align documentation with the actual codebase implementation, particularly around configuration formats, authentication methods, and project naming.
Changes:
- Migrated all translated READMEs from deprecated
providersconfig tomodel_listformat with protocol prefixes - Fixed camelCase configuration keys (
allowFrom,apiKey, etc.) to snake_case (allow_from,api_key) across all translations - Corrected web tools configuration from old flat
web.searchto new nestedbrave/duckduckgostructure - Updated ANTIGRAVITY_AUTH.md with comprehensive corrections: OpenClaw → PicoClaw project name, TypeScript → Go code examples, and corrected file paths
- Fixed tools_configuration.md to document actual
skillstool instead of non-existentapprovaltool - Added missing protocol prefixes (gemini, zhipu, nvidia, ollama, vllm, moonshot, shengsuanyun, volcengine) to migration guide
- Corrected Anthropic authentication method from OAuth to paste-token
- Fixed minor typos in community roadmap and corrected DingTalk section text in main README
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/tools_configuration.md | Removed non-existent approval tool documentation, added skills tool with ClawHub registry configuration |
| docs/picoclaw_community_roadmap_260216.md | Fixed typos: "openclaw/skills" → "ClawhHub", "Model-Agnet" → "Model-Agent" |
| docs/migration/model-list-migration.md | Added missing protocol prefixes: gemini, zhipu, nvidia, ollama, vllm, moonshot, shengsuanyun, volcengine |
| docs/design/provider-refactoring-tests.md | Updated test file paths to match actual structure |
| docs/ANTIGRAVITY_USAGE.md | Fixed auth file path from auth-profiles.json to auth.json, removed outdated branch reference |
| docs/ANTIGRAVITY_AUTH.md | Comprehensive rewrite: OpenClaw → PicoClaw, TypeScript → Go examples, corrected all file paths and config structure |
| README.zh.md | Fixed web config from flat search to nested brave/duckduckgo, corrected JSON syntax |
| README.vi.md | Migrated from providers to model_list format, simplified example config |
| README.pt-br.md | Migrated from providers to model_list, fixed allowFrom → allow_from, added cerebras info |
| README.md | Fixed DingTalk section ("QQ numbers" → "DingTalk user IDs"), corrected Anthropic auth example (oauth → api_key) |
| README.ja.md | Migrated from providers to model_list, fixed all camelCase keys to snake_case, updated web config |
| README.fr.md | Migrated from providers to model_list, fixed allowFrom → allow_from, added qwen/cerebras info |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
thanks for this PR |
hyperwd
pushed a commit
to hyperwd/picoclaw
that referenced
this pull request
Mar 5, 2026
fix: correct documentation misalignment across translations and guides
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.
Fixes inconsistencies between the main README, translated READMEs, and docs/ guides.
providersconfig format instead ofmodel_listallowFrom(camelCase) instead ofallow_fromapiKey,appId, etc.) in its full config exampleweb.searchconfig instead ofbrave/duckduckgoapprovaltool and was missingskillstool docsauth_method: "oauth"but code uses paste-token authNo code changes. All fixes are documentation-only.