ENG-5731 docs: CLI-first agent integrations (pioneer integrate) - #61
Open
samrathreddy wants to merge 2 commits into
Open
ENG-5731 docs: CLI-first agent integrations (pioneer integrate)#61samrathreddy wants to merge 2 commits into
samrathreddy wants to merge 2 commits into
Conversation
…I flow Rewrite the following pages around the pioneer integrate CLI flow: - opencode.mdx - openclaw.mdx - hermes.mdx - claude-code.mdx - codex.mdx
Refine the pioneer integrate rewrite for the 5 agent pages: - Add a note that pioneer auth login prompts you to drop in your API key. - Remove pioneer/auto and Code Router references; use kimi-k3 as the model example. - Add a dedicated ## Flags section (after the steps) documenting the two flag namespaces truthfully: pioneer integrate --help vs running the agent's own --help directly, and that Pioneer flags (--model/--level) go before the agent name while anything after the agent name is forwarded to it. - Codex and Claude Code show a forwarded dangerous-bypass flag as the example. - Fix --model ordering to place the flag before the agent name.
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.
ENG-5731
Rewrites the Mintlify docs for the five coding-agent integrations to the CLI-first
pioneer integrateflow, replacing the long manual setup steps (jq catalog builders, gateway wiring, inline hook scripts).Pages: OpenCode, OpenClaw, Hermes, Claude Code, Codex.
Each page now:
pioneer auth login(drop in your Pioneer API key) →pioneer integrate <agent>→ pick a model.## Flagssection documenting the two flag namespaces truthfully:pioneer integrate --help= the Pioneer CLI's options;<agent> --help(run directly) = the agent's own.--model,--level) go before the agent name; anything after the agent name is forwarded to the agent. Codex/Claude Code show a forwarded dangerous-bypass flag as the example.pioneer/autoor Code Router references; model example useskimi-k3.Diff: ~211 insertions, ~1309 deletions across the 5 pages.
Linear: https://linear.app/personal-fastino/issue/ENG-5731