docs(omp): add Oh My Pi platform to multi-platform and install docs#16
Open
VinciWu557 wants to merge 1 commit into
Open
docs(omp): add Oh My Pi platform to multi-platform and install docs#16VinciWu557 wants to merge 1 commit into
VinciWu557 wants to merge 1 commit into
Conversation
Add Oh My Pi (--omp) to the platform list, capability matrix, and platform configuration tables in both en and zh mirrors. Oh My Pi is extension-backed like Pi Agent but has no settings.json (native provider auto-discovers .omp/ subdirectories).
3 tasks
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.
配套 Trellis PR #307(feat(omp): add Oh My Pi platform support)的文档同步。
改动
新增 Oh My Pi(
--omp)平台文档,en + zh 镜像同步:start/install-and-first-task.mdx:新增--ompflag,平台数 16 → 17,Platform Configuration 表加 Oh My Pi 行advanced/multi-platform.mdx:平台数 16 → 17 + 平台列表加 Oh My Pi,Capability Matrix 加 Oh My Pi 列(extension-backed,与 Pi Agent 一致全 ✅),新增 "Oh My Pi" 小节说明
Oh My Pi 与 Pi Agent 一样走 extension。与 Pi Agent 不同,Oh My Pi 没有
settings.json—— 原生 provider 会自动发现.omp/下的所有子目录。验证:4 个改动文件
prettier --check+markdownlint-cli2均通过。