QwenPaw, the personal AI assistant from agentscope-ai, shipped v1.1.9 — and the headline addition is Coding Mode, a full Web IDE that lives inside the assistant rather than sending you off to a separate editor.
## A real IDE, not a chat-with-code box
Coding Mode is a three-panel Web IDE: a file tree on the left, a tabbed editor with inline diff review in the middle, and a Git panel on the right for branching, staging, and committing. That’s a meaningful jump over the typical “AI suggests, you copy-paste” loop — diffs surface in the same surface the assistant uses to talk to you, and Git operations land without a context switch. For a personal assistant trying to graduate from “useful chat” to “does the work,” collapsing the edit-review-commit cycle into one place is the point.
## The boring quality-of-life bits
The same release adds background-task timeouts, isolated cron sessions, and a plugin manager redesign. Cron isolation matters more than it sounds: when a scheduled job can collide with an interactive session, the assistant develops weird, hard-to-debug failures. Separating them is the kind of cleanup users don’t ask for but quietly notice.
## Why it matters
Personal AI assistants are trying to figure out where to live. QwenPaw’s answer: in your local stack, with a real IDE inside, and the boring infra to host repeating jobs without stomping on the chat session.

Leave a comment