docs(server): document --dangerous-bypass-auth and --keep-alive flags#1373
Conversation
Add the two kimi server run flags introduced in MoonshotAI#1368 to the CLI reference (en + zh), including a danger callout for the auth-bypass flag, and add the changeset so the next release notes the feature.
🦋 Changeset detectedLatest commit: a16f381 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a16f381001
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| "@moonshot-ai/kimi-code": minor | |||
There was a problem hiding this comment.
Downgrade the flag changeset to patch
The repo's gen-changesets rules classify adding a new flag to an existing command as a patch bump, reserving minor for substantial new user-facing features. Since this entry is for two flags on existing kimi server run, leaving it as minor will over-bump the next CLI release; please change this changeset to patch unless maintainers explicitly want a minor release.
Useful? React with 👍 / 👎.
Related Issue
Follow-up to #1368, which added the
--dangerous-bypass-authand--keep-aliveflags tokimi server runbut merged with the changeset and docs checklist items still open.Problem
The two new
kimi server runflags shipped in #1368 have no user-facing documentation and no changeset, so the next release would ship the feature without a changelog entry and users would have no reference for how to use them (or the security implications of--dangerous-bypass-auth).What changed
.changeset/server-bypass-auth-keep-alive.md(minor bump for@moonshot-ai/kimi-code) so the next release notes the feature.kimi server runreference (docs/en/reference/kimi-command.md+docs/zh/reference/kimi-command.md), including a::: dangercallout spelling out the risk of--dangerous-bypass-auth.Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.