docs: document /export-md and /export-debug-zip slash commands - #114
Merged
Conversation
Add reference table entries for the new in-TUI export commands, and extend the Sessions guide so users can discover them alongside the existing `kimi export` CLI subcommand. Mirrored across en and zh.
|
commit: |
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.
Related Issue
There is no linked issue. The repository recently merged two TUI slash commands —
/export-md(#113, alias/export) and/export-debug-zip(#112) — and their changesets are pending under.changeset/, but the user-facing docs have not been updated yet.Problem
Users discovering Kimi Code through the docs site cannot find the new in-TUI export commands. The slash-commands reference lists every other session command (
/fork,/title,/compact,/init, …) but is missing the two new exports, and the Sessions guide only covers thekimi exportCLI subcommand.What changed
docs/en/reference/slash-commands.md+docs/zh/reference/slash-commands.md: added/export-md [<path>](alias/export) and/export-debug-zipto the "Session management" table, noting the default Markdown filename and that the debug ZIP mirrorskimi exportand always bundles the active global diagnostic log.docs/en/guides/sessions.md+docs/zh/guides/sessions.md: added a paragraph at the end of "Exporting sessions" describing the in-TUI variants so the Markdown export sits next to the existing CLI flow.No source code, manifest, or behavior changes — docs-only, so no changeset per
gen-changesets. Locale pair line counts stay matched (89/89 reference, 112/112 guide) and the new cross-link to./kimi-command.md#kimi-exportresolves to the existing### \kimi export`` heading in both locales.Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.