Qwen Code adds hot reload for LSP server configuration
Qwen Code advanced its daemon-oriented architecture with PR #5953, adding runtime hot reload for LSP server configuration changes. The change lets language-server settings update…
Entity coverage
Every NG Tech LLC signal, daily brief, and feature tied to Qwen, grouped by publish date.
23 published items.
Archive
Every published piece for Qwen, newest first.
Qwen Code advanced its daemon-oriented architecture with PR #5953, adding runtime hot reload for LSP server configuration changes. The change lets language-server settings update…
Qwen Code PR #6018 replaces full-history cloning with compact diagnostics in OOM-prone paths. The change targets memory failures caused by large session histories and forked-agent…
Qwen Code PR #6003 improves its web shell on mobile by replacing hidden session navigation with a hamburger-triggered drawer. The update makes browser-based agent session switchin…
Qwen Code PR #6005 adds a FIFO prompt queue so users can submit follow-up prompts while a web-shell turn is still running. The change improves continuity for long-running agent se…
Qwen Code merged a change that injects a `.qwen/loop.md` task file for `/loop` workflows. The change gives long-running agent loops a durable, user-editable task anchor instead of…
A high-attention Qwen Code issue reports an unattended agent session consuming large amounts of DeepSeek credits while leaving no usage records. The issue turns session timeout, a…
Qwen Code shipped v0.19.3 with a focused fix that lets `web_fetch` fall back to JSON parsing when normal responses fail. The patch is narrow, but it matters because web retrieval…
Qwen Code opened a fix that halts repeated variants of read-only shell inspection commands, such as repeated status and diff checks. The guard targets a common agent failure mode…
Qwen Code opened an RFC and Phase 0 implementation for `qwen tag`, a multiplayer agent that lives inside chat channels such as DingTalk. The proposal extends Qwen Code from a sing…
Qwen Code is reviving its Chrome extension as a thin client connected directly to the local `qwen serve` daemon over HTTP and server-sent events. The change replaces the older nat…
Qwen Code closed a critical Windows bug where each tool call could leave a PowerShell process running until memory exhaustion. The fix used process-tree cleanup to improve long-ru…
Qwen AgentWorld-35B-A3B appeared in the June 26 Hugging Face trending model set as an agent-focused MoE model for tool use and multi-step reasoning. The signal reinforces the mode…
Qwen Code's @extension mention autocomplete PR adds a Codex-style dropdown for installed extensions. The change makes extension invocation more discoverable from the prompt box an…
Qwen Code's desktop voice-dictation PR adds a microphone button, recording bar, and live waveform to the desktop app. The change extends Qwen Code's multimodal input strategy from…
Qwen Code's v0.19.2 nightly included a fix allowing web_fetch JSON fallback, improving resilience when agents retrieve structured web data. The change is narrow but important beca…
Qwen Code closed an out-of-memory bug where auto-memory could crash after /quit while building transcripts from full session history. PR #5181 limits transcript construction to th…
Qwen Code opened PR #5367 to let FileTokenStorage create its token file on first save instead of failing when no token file exists yet. The fix improves onboarding and credential…
Qwen Code opened PR #5369 to preserve the actual workspace-trust state when extension and MCP commands run. The bug came from treating a trust result object as a boolean, which co…
Qwen Code v0.18.0 shipped a CLI fix that skips thought parts in copied output. The release lands in the same Radar cycle as work on cancellation-safe tool execution, MCP project a…
Qwen Code advanced its daemon-mode surface with HTTP/API work for session branching, settings management, and workspace extension diagnostics. The changes point to Qwen Code treat…
Qwen Code's nightly v0.15.10 update adds a performance improvement that bounds session-list metadata reads to the head and tail of files, uses pooled buffers, and lazily counts me…
Qwen Code's stable v0.15.6 release focused on the mechanics that keep long-running coding sessions usable, including fixes for reasoning-content preservation, model precedence, di…
Qwen Code shipped v0.15.5 with command-line MCP configuration, a refreshed header when switching models, and task_stop support for background shells. The release also lands while…