feat(blog): add qwen serve mobile-access article in en and zh - #156
Open
pomelo-nwu wants to merge 1 commit into
Open
feat(blog): add qwen serve mobile-access article in en and zh#156pomelo-nwu wants to merge 1 commit into
pomelo-nwu wants to merge 1 commit into
Conversation
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.
Adds a new blog post, "Qwen Code in Your Pocket: One Command, and You're Coding from Your Phone", introducing
qwen serve(daemon mode) as a way to keep working with your local Qwen Code agent from a phone browser over the LAN.The post walks through the one-command startup (via the
serveskill), the mobile Web Shell experience (reconnect-safe SSE, native diffs / tool calls / permission cards), and contrasts it with IM bots and cloud remote-control setups — emphasizing the restrained / secure / private design (loopback by default, token-gated on0.0.0.0, CORS deny by default, constant-time token check, code never leaves the machine).Files
website/content/en/blog/feat-qwen-serve-mobile.mdx(new)website/content/zh/blog/feat-qwen-serve-mobile.mdx(new)website/public/blog-dates.json(regenerated vianpm run generate)Note on images: this PR is intentionally text-only. The repo's blog convention hosts all images on an external CDN (no committed binaries), so screenshots will be added in a follow-up once uploaded to the CDN.
中文
新增一篇博客 《把 Qwen Code 揣进兜里:一条命令,手机上接着用》,介绍
qwen serve(daemon 模式)——在局域网内用手机浏览器接着用本机正在跑的 Qwen Code agent。文章演示了一条命令启动(通过
serveskill)、手机端 Web Shell 体验(SSE 断线重连、原生 diff / 工具调用 / 权限卡片),并和 IM 机器人、云端 remote control 做了对比,突出「克制 / 安全 / 隐私」的设计(默认只监听 loopback、0.0.0.0强制 token、CORS 默认拒绝、常量时间校验 token、代码始终不离开本机)。文件
website/content/en/blog/feat-qwen-serve-mobile.mdx(新增)website/content/zh/blog/feat-qwen-serve-mobile.mdx(新增)website/public/blog-dates.json(npm run generate重新生成)关于配图: 本 PR 有意只做文字。仓库 blog 约定图片全部走外链 CDN(不提交二进制),截图会在上传 CDN 后于后续 PR 补上。