Changelog

New updates and improvements to Multica.

v0.1.62026-04-03

Editor Overhaul & Agent Lifecycle

  • Unified Tiptap editor with a single Markdown pipeline for editing and display
  • Reliable Markdown paste, inline code spacing, and link styling
  • Agent archive and restore — soft delete replaces hard delete
  • Archived agents hidden from default agent list
  • Skeleton loading states, error toasts, and confirmation dialogs across the app
  • OpenCode added as a supported agent provider
  • Reply-triggered agent tasks now inherit thread-root @mentions
  • Granular real-time event handling for issues and inbox — no more full refetches
  • Unified image upload flow for paste and button in the editor
v0.1.52026-04-02

Mentions & Permissions

  • @mention issues in comments with server-side auto-expansion
  • @all mention to notify every workspace member
  • Inbox auto-scrolls to the referenced comment from a notification
  • Repositories extracted into a standalone settings tab
  • CLI update support from the web runtime page and direct download for non-Homebrew installs
  • CLI commands for viewing issue execution runs and run messages
  • Agent permission model — owners and admins manage agents, members manage skills on their own agents
  • Per-issue serial execution to prevent concurrent task collisions
  • File upload now supports all file types
  • README redesign with quickstart guide
v0.1.42026-04-01

My Issues & i18n

  • My Issues page with kanban board, list view, and scope tabs
  • Simplified Chinese localization for the landing page
  • About and Changelog pages for the marketing site
  • Agent avatar upload in settings
  • Attachment support for CLI comments and issue/comment APIs
  • Unified avatar rendering with ActorAvatar across all pickers
  • SEO optimization and auth flow improvements for landing pages
  • CLI defaults to production API URLs
  • License changed to Apache 2.0
v0.1.32026-03-31

Agent Intelligence

  • Trigger agents via @mention in comments
  • Stream live agent output to issue detail page
  • Rich text editor — mentions, link paste, emoji reactions, collapsible threads
  • File upload with S3 + CloudFront signed URLs and attachment tracking
  • Agent-driven repo checkout with bare clone cache for task isolation
  • Batch operations for issue list view
  • Daemon authentication and security hardening
v0.1.22026-03-28

Collaboration

  • Email verification login and browser-based CLI auth
  • Multi-workspace daemon with hot-reload
  • Runtime dashboard with usage charts and activity heatmaps
  • Subscriber-driven notification model replacing hardcoded triggers
  • Unified activity timeline with threaded comment replies
  • Kanban board redesign with drag sorting, filters, and display settings
  • Human-readable issue identifiers (e.g. JIA-1)
  • Skill import from ClawHub and Skills.sh
v0.1.12026-03-25

Core Platform

  • Multi-workspace switching and creation
  • Agent management UI with skills, tools, and triggers
  • Unified agent SDK supporting Claude Code and Codex backends
  • Comment CRUD with real-time WebSocket updates
  • Task service layer and daemon REST protocol
  • Event bus with workspace-scoped WebSocket isolation
  • Inbox notifications with unread badge and archive
  • CLI with cobra subcommands for workspace and issue management
v0.1.02026-03-22

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