Qwen Code adds a workspace-scoped channel management API with bearer-token guards
qqqys · ghdev · 2026-07-24
Qwen Code exposes a workspace-scoped channel management API for qwen serve
A PR for QwenLM/qwen-code #7637 adds the first independently mergeable Channel-management contract for qwen serve.
What it introduces
- Workspace-scoped type discovery
- Sanitized instance snapshots
- Optimistic-concurrency CRUD operations
- Persisted startup selection
- Lifecycle actions and pairing-request approval
- Primary-workspace routes plus exact workspace-qualified routes for trusted runtimes
SDK and safety details
- Adds TypeScript SDK types and helpers for the primary and secondary workspaces
- Only DingTalk, WeCom, and Feishu expose typed management metadata today; others remain runtime-compatible but are treated as unmanaged
- Uses strict bearer-token gating for all mutations and pairing actions
- Secret values are exposed only as presence/source metadata
- Sensitive responses are non-cacheable and credential-redacted
- The configured channel working directory must match the selected workspace before lifecycle or pairing actions can proceed
The author says the work is needed for a web shell that must manage channels safely across multiple workspaces without editing settings files directly.
More from coding & agent
- NVIDIA says Nemotron 3 Ultra hit 97.1% on agentic RTL chip-design tasks — NVIDIAAI · 2026-07-27
- Tokyo Agent Forge hackathon shipped production-ready AI agents in one day — DavidBennett__ · 2026-07-27
- Long-running agents will need immutable event logs, this thread argues — sebpaquet · 2026-07-27
- Agentic Data Science in Practice: Agents Write Code but Answer Wrong Questions — hugobowne · 2026-07-27
- A VS Code extension adds Markdown-style highlighting to Alchemy string templates — samgoodwin89 · 2026-07-27
- Claude’s Stripe MCP connector is being called unusable after repeated disconnects — evielync · 2026-07-27