Skip to content

feat(blog): add qwen serve mobile-access article in en and zh - #156

Open
pomelo-nwu wants to merge 1 commit into
mainfrom
blog/feat-qwen-serve-mobile
Open

feat(blog): add qwen serve mobile-access article in en and zh#156
pomelo-nwu wants to merge 1 commit into
mainfrom
blog/feat-qwen-serve-mobile

Conversation

@pomelo-nwu

Copy link
Copy Markdown
Collaborator

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 serve skill), 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 on 0.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 via npm 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。

文章演示了一条命令启动(通过 serve skill)、手机端 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.jsonnpm run generate 重新生成)

关于配图: 本 PR 有意只做文字。仓库 blog 约定图片全部走外链 CDN(不提交二进制),截图会在上传 CDN 后于后续 PR 补上。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant