docs: reposition README as Kimi Code harness extension - #64
Merged
Conversation
Pi v0.82.0 now ships a built-in kimi-coding provider that covers the LLM layer, including K3, adaptive thinking, generated model catalog, and native OAuth sign-in. This makes the extension's original role as a model provider redundant for new users. Rather than deprecating the package, this commit repositions it as a harness extension that brings the rest of the Kimi Code surface into Pi: - Shared login state with the official kimi-code CLI (OAuth token sync) - Kimi Files API uploads for large inline images (ms:// references) - Kimi-native tools: moonshot_search, moonshot_fetch, kimi_datasource - Tool schema dedup to stay under Moonshot's 15 KB limit - Programmatic KimiCode() factory for custom Pi builds Key changes: - Rewrite opening to lead with 'Kimi Code harness extension for Pi' instead of 'Optional extension' - Remove defensive 'not a replacement' phrasing - Replace Sign in section with Authentication section that explains credential sync/reuse mechanism rather than repeating Pi's native login flow - Simplify What this package adds to short, punchy bullets - Mark Models section as legacy provider registration for backward compatibility - Merge and shorten Notes and Troubleshooting sections - Remove Credits section (project now has multiple contributors) - Update package.json description to match new positioning The tone aims for confident but not over-marketing: we state what the extension does and let the value speak for itself.
Contributor
CI summary
|
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.
Closes #60
Summary
Pi v0.82.0 now ships a built-in
kimi-codingprovider that covers the LLM layer (K3, adaptive thinking, generated model catalog, native OAuth sign-in). This PR repositions the extension as a harness extension that brings the rest of the Kimi Code surface into Pi, rather than a model provider replacement.Changes
Tone
Confident but not over-marketing. States what the extension does and lets the value speak for itself.
Verification
npm run format:checkpassesnpm run lintpassesSummary by cubic
Repositioned the docs to present this package as a Kimi Code harness extension for Pi, aligned with Pi v0.82.0’s built-in
kimi-codingprovider. Clarifies that the extension handles sharedkimi-codelogin state, Files API uploads, and Kimi-native tools, with legacy model registration kept for compatibility.package.jsondescription to match new positioning.Written for commit 510553a. Summary will update on new commits.