Qwen Code adds a three-mode git selector to Web Shell session creation
wenshao · ghdev · 2026-07-22
Qwen Code adds a git mode selector to Web Shell session creation
The PR adds a unified git-mode popover to Qwen Code’s Web Shell composer, letting users choose among three session-start workflows:
- Current branch by default
- New branch, which runs git checkout -b <name> with validation and rollback on failure
- Worktree isolation, merged into the same selector UI
The old worktree-only toggle is removed. The chip now shows color-coded state for each mode, including an orange → feat/xxx label for new branches and a reset ✕ button back to current-branch mode.
The author says the goal is to make the three common development workflows available at session creation time, instead of forcing users to manually create a branch or fall back to worktrees.
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