Skip to content

v0.1.0

Choose a tag to compare

@richardhuang richardhuang released this 16 Mar 08:10
· 414 commits to main since this release

Qwen Code Web UI v0.1.0

Features

  • Web-based interface for Qwen Code CLI with streaming chat
  • Real-time streaming responses - Live Qwen Code output in chat interface
  • Project directory selection - Visual project picker for context-aware sessions
  • Conversation history - Browse and restore previous chat sessions
  • Dark/light theme support - Automatic system preference detection
  • Permission mode switching - Toggle between normal, plan, auto-edit, and yolo modes
  • @qwen-code/webui component library integration - Experimental feature toggle
  • Mobile-responsive design - Touch-optimized interface

Bug Fixes

  • Fixed TypeScript errors in MessageAdapter
  • Fixed backend service crashing frequently after startup
  • Fixed project list API to read from ~/.qwen/projects directory
  • Fixed project path decoding with hyphens
  • Fixed Deno runtime serve() return type
  • Fixed broken symlinks causing packaging warnings

Changes

  • Renamed QWEN.md to PROJECT_CONTEXT.md and moved to docs/ directory
  • Transformed project from Claude Code Web UI to Qwen Code Web UI
  • Updated SDK dependency from @anthropic-ai/claude-code to @qwen-code/sdk

Removed

  • CLAUDE.md file (outdated)
  • .mcp.json configuration (no longer needed)
  • .qwen/skills/ui-test/scripts/ directory (migrated)
  • docs/images/ directory (unused screenshots)

Installation

npm (Recommended)

npm install -g qwen-code-webui
qwen-code-webui

Offline Installation

Download the appropriate package for your platform from the assets below:

  • Linux x64: qwen-code-webui-v0.1.0-20260316-Linux-x64.tar.gz
  • Linux ARM64: qwen-code-webui-v0.1.0-20260316-Linux-arm64.tar.gz
  • macOS x64: qwen-code-webui-v0.1.0-20260316-macOS-x64.tar.gz
  • macOS ARM64: qwen-code-webui-v0.1.0-20260316-macOS-arm64.tar.gz

Full Changelog: https://github.com/ivycomputing/qwen-code-webui/commits/v0.1.0