Changelog
Свежие обновления и улучшения MWS AI Virtual Employee.
v0.2.2130 апреля 2026
Quick Capture Overhaul, Mermaid Diagrams & Typed Project Resources
Новое
- Quick Capture replaces the old New Issue dialog — continuous-create mode, file uploads, and automatic enrichment from pasted URLs
- Mermaid diagrams render inline in markdown, with a fullscreen lightbox for complex graphs
- Projects can bind their own repo, separate from the workspace default
- Permission-aware UI across agents, comments, runtimes, and skills — actions you can't take are no longer offered
Улучшения
- Daemon `/tasks/claim` polling uses a Redis empty-claim fast-path
- MWS AI Virtual Employee Agent commits include a `Co-authored-by` trailer
- Desktop blocks Cmd+R / Ctrl+R / F5 from reloading the app
Исправления
- Quick Create no longer invents requirements beyond user input
- Inbox jumps straight to the targeted comment, auto-archives Done issues
- Task rerun starts a fresh session and skips poisoned resume state
- Invitees land on their workspace after sign-in
v0.2.2029 апреля 2026
Create Issue by Agent, Agent Presence v3 & Daemon WebSocket Heartbeat
Новое
- Create Issue by Agent — `c`, one line, pick an agent; runs async
- Agent Presence v3 — clearer availability + execution log on issue panel
- Daemon ↔ server heartbeat over WebSocket with HTTP fallback
- Mention picker ranks suggestions by local recency
Улучшения
- Server caches PAT / daemon token lookups in Redis
- Backend default agent CLI args via env vars
- Manual and agent create-issue flows share one dialog
Исправления
- Create-issue-by-agent stops leaving tasks stuck queued
- Agent comments respect newlines instead of literal `\n`
- Agent-authored root comments don't inherit parent @mentions
- Cursor agent on Windows preserves multi-line prompts
v0.2.1928 апреля 2026
Kiro CLI Runtime, Desktop Notifications & Issue Label Filter
Новое
- Kiro CLI added as a local agent runtime option
- macOS dock badge for unread issues + native notifications
- Issue list label filter, combinable with status / priority / assignee
- Daemon receives task wakeups over WebSocket — lower startup latency
Улучшения
- Simpler list and board status group headers
- Author-written markdown links preserved through linkify
- Label attach now optimistic
- Mention picker's issue search refreshes as you type
Исправления
- Deleting a comment cancels any agent task it triggered
- Stalled Codex turns time out instead of holding the slot
- Windows daemon survives parent shell close
- Agent-to-agent mention threads no longer cause feedback loops
v0.2.1827 апреля 2026
Issue Labels, Labs Tab & Sidebar Invite Dot
Новое
- Issue labels with color coding and filtering
- Labs settings tab for experimental toggles
- Sidebar dot when you have an unread workspace invite
Улучшения
- Project picker shows the selected project's icon
- Sidebar parent items stay highlighted on detail pages
- Self-hosted deployments honor signup gating env vars
Исправления
- Agent comments preserve line breaks again
- Desktop RPM no longer conflicts with Slack / VS Code on Fedora
- Windows agents handle multi-line prompts correctly
v0.1.022 марта 2026
Foundation
- Go backend with REST API, JWT auth, and real-time WebSocket
- Next.js frontend with Linear-inspired UI
- Issues with board and list views and drag-and-drop kanban
- Agents, Inbox, and Settings pages
- One-click setup, migration CLI, and seed tool
- Comprehensive test suite — Go unit/integration, Vitest, Playwright E2E