multica
GitHubLog in

All releases

  1. April 2026

    1. 22v0.2.15
    2. 21v0.2.11
    3. 20v0.2.8
    4. 18v0.2.7
    5. 17v0.2.5
    6. 16v0.2.1
    7. 15v0.2.0
    8. 14v0.1.33
    9. 13v0.1.28
    10. 12v0.1.27
    11. 11v0.1.24
    12. 11v0.1.23
    13. 10v0.1.22
    14. 9v0.1.21
    15. 8v0.1.20
    16. 7v0.1.18
    17. 5v0.1.17
    18. 3v0.1.15
    19. 2v0.1.14
    20. 1v0.1.13
  2. March 2026

    1. 31v0.1.3
    2. 28v0.1.2
    3. 25v0.1.1
    4. 22v0.1.0

Changelog

New updates and improvements to Multica.

v0.2.15April 22, 2026

Local Skills, LaTeX, Focus Mode & Orphan-Task Recovery

New Features

  • Import runtime local Skills into the workspace as first-class artifacts
  • Orphan-task recovery — abandoned agent runs auto-retry, with manual rerun as fallback
  • LaTeX rendering in issues, comments and chat
  • Chat Focus mode — share the page you're on as conversation context

Improvements

  • Sub-issue `status_changed` events no longer spam parent-issue subscribers
  • Multi-arch Docker release images built natively per-arch (no QEMU)
  • Pin sidebar derives fields client-side for snappier reorders
  • Expanded reserved-slug list so new slugs can't collide with product routes

Bug Fixes

  • Gemini runtime model list now includes Gemini 3 and CLI aliases
  • Chat focus button disabled on pages without an anchor
  • Onboarding pin sync, welcome layout and runtime bootstrap state
  • `install.ps1` OS architecture detection hardened for more Windows setups
  • `/download` falls back to the previous release within a 1h freshness window
v0.2.11April 21, 2026

Desktop Cross-Platform Packaging, CLI Self-Update & Board Pagination

New Features

  • Desktop app cross-platform packaging — macOS, Windows, and Linux artifacts from a single release pipeline
  • `multica update` self-update command — upgrade the CLI and local daemon without reinstalling
  • Issue board paginates every status column, not only Done — large backlogs stay responsive

Bug Fixes

  • Workspace isolation enforced end-to-end for agent execution on the local daemon (security)
  • Windows daemon stays alive after the terminal closes, so background agents keep running
  • Board cards render their description preview again — list queries no longer strip the description field
  • OpenClaw agent runtime now reads the real model from agent metadata instead of falling back to a default
  • Comment Markdown preserved end-to-end — the HTML sanitizer that was stripping formatting has been removed
v0.2.8April 20, 2026

Per-Agent Models, Kimi Runtime & Self-Host Auth

New Features

  • Per-agent `model` field with a provider-aware dropdown — pick the LLM model for each agent from the UI or via `multica agent create/update --model`, with live discovery from each runtime's CLI
  • Kimi CLI as a new agent runtime (Moonshot AI's `kimi-cli` over ACP), with model selection, auto-approved tool permissions, and streaming tool-call rendering
  • Expand toggle on inline comment and reply editors for composing long text

Bug Fixes

  • Posting the result comment is now an explicit, numbered step in agent workflows so final replies reach the issue instead of terminal output
  • Agent live status card no longer leaks across issues when switching via Cmd+K
  • Self-hosted session cookies honor the `FRONTEND_ORIGIN` scheme — plain-HTTP deployments stop silently dropping cookies, and `COOKIE_DOMAIN=<ip>` now falls back to host-only with a warning instead of breaking login
v0.2.7April 18, 2026

Sub-Issues from Editor, Self-Host Gating & MCP

New Features

  • Create sub-issue directly from selected text in the editor bubble menu
  • Self-hosted instance gating — `ALLOW_SIGNUP` and `ALLOWED_EMAIL_*` env vars to restrict account creation
  • Per-agent `mcp_config` field to restore MCP access
  • Desktop app hourly update poll with manual check button in settings

Bug Fixes

  • Session hand-off to desktop when already logged in on web
  • Open redirect vulnerability on `?next=` validated
  • OpenClaw stops passing unsupported flags and properly delivers AgentInstructions
v0.2.5April 17, 2026

CLI Autopilot, Cmd+K & Daemon Identity

New Features

  • CLI `autopilot` commands for managing scheduled and triggered automations
  • CLI `issue subscriber` commands for subscription management
  • Cmd+K palette extended — theme toggle, quick new issue/project, copy link, switch workspace
  • Project and sub-issue progress as optional card properties on the issue list
  • Persistent daemon UUID identity — CLI and desktop share one daemon across restarts and machine moves
  • Sole-owner workspace leave preflight check
  • Persist comment collapse state across sessions

Bug Fixes

  • Agents now triggered on comments regardless of issue status
  • Codex sandbox config fixed for macOS network access
  • Editor bubble menu rewritten with @floating-ui/dom for reliable scroll hiding
  • Autopilot creator automatically subscribed to autopilot-created issues
  • Autopilot workspace ID correctly resolved for run-only tasks
  • Desktop restricts `shell.openExternal` to http/https schemes (security)
  • Duplicate agent names return 409 instead of silently failing
  • New tabs in desktop inherit current workspace
v0.2.1April 16, 2026

New Agent Runtimes

New Features

  • GitHub Copilot CLI runtime support
  • Cursor Agent CLI runtime support
  • Pi agent runtime support
  • Workspace URL refactor — slug-first routing (`/{slug}/issues`) with legacy URL redirects

Bug Fixes

  • Codex threads resume across tasks on the same issue
  • Codex turn errors surfaced instead of reporting empty output
  • Workspace usage correctly bucketed by task completion time
  • Autopilot run history rows fully clickable
  • Workspace isolation enforced on additional daemon and GC endpoints (security)
  • HTML-escape workspace and inviter names in invitation emails
  • Dev and production desktop instances can now coexist
v0.2.0April 15, 2026

Desktop App, Autopilot & Invitations

New Features

  • Desktop app for macOS — native Electron app with tab system, built-in daemon management, immersive mode, and auto-update
  • Autopilot — scheduled and triggered automations for AI agents
  • Workspace invitations with email notifications and dedicated accept page
  • Custom CLI arguments per agent for advanced runtime configuration
  • Chat redesign with unread tracking and improved session management
  • Create Agent dialog shows runtime owner with Mine/All filter

Improvements

  • Inter font with CJK fallback and automatic CJK+Latin spacing
  • Sidebar user menu redesigned as full-row popover
  • WebSocket ping/pong heartbeat to detect dead connections
  • Members can now create agents and manage their own skills

Bug Fixes

  • Agent now triggered on reply in threads where it already participated
  • Self-hosting: local uploads persist in Docker, WebSocket URL auto-derived for LAN access
  • Stale cmd+k recent issues resolved
v0.1.33April 14, 2026

Gemini CLI & Agent Env Vars

New Features

  • Google Gemini CLI as a new agent runtime with live log streaming
  • Custom environment variables for agents (router/proxy mode) with dedicated settings tab
  • "Set parent issue" and "Add sub-issue" actions in issue context menu
  • CLI `--parent` flag for issue update and `--content-stdin` for piping comment content
  • Sub-issues inherit parent project automatically

Improvements

  • Editor bubble menu and link preview rewritten for reliability
  • OpenClaw backend P0+P1 improvements (multi-line JSON, incremental parsing)
  • Self-hosted WebSocket URL auto-derived for LAN access

Bug Fixes

  • S3 upload keys scoped by workspace (security)
  • Workspace membership validation for subscriptions and uploads (security)
  • Active tasks auto-cancelled when issue status changes to cancelled
  • Agent task stall when process hangs on stdout
  • Daemon trigger prompt now embeds the actual triggering comment content
  • Login and dashboard redirect stability improvements
v0.1.28April 13, 2026

Windows Support, Auth & Onboarding

New Features

  • Windows support — CLI installation, daemon, and release builds
  • Auth migrated to HttpOnly Cookie with WebSocket Origin whitelist
  • Full-screen onboarding wizard for new workspaces
  • Resizable Master Agent chat window with session history improvements
  • Token usage log scanning for OpenCode, OpenClaw, and Hermes runtimes

Bug Fixes

  • WebSocket first-message authentication security fix
  • Content-Security-Policy response header
  • Sub-issue progress computed from database instead of paginated client cache
v0.1.27April 12, 2026

One-Click Setup, Self-Hosting & Stability

New Features

  • One-click install & setup — `curl | bash` installs CLI, `--with-server` bootstraps full self-hosting, `multica setup` configures your environment
  • Self-hosted storage — local file fallback when S3 is unavailable, plus custom S3 endpoint support (MinIO)
  • Inline property editing (priority, status, lead) on project list page

Improvements

  • Stale agent tasks auto-swept; agent live card shows immediately without waiting for first message
  • Comment attachments uploaded via CLI now visible in the UI
  • Pinned items scoped per user with fixed sidebar pin action

Bug Fixes

  • Workspace ownership checks on daemon API routes and attachment uploads
  • Markdown sanitizer preserves code blocks from HTML entity escaping
  • Next.js upgraded to ^16.2.3 for CVE-2026-23869
  • OpenClaw backend rewritten to match actual CLI interface
v0.1.24April 11, 2026

Security & Notifications

New Features

  • Parent issue subscribers notified on sub-issue changes
  • CLI `--project` filter for issue list

Improvements

  • Meta-skill workflow defers to agent Skills instead of hardcoded logic

Bug Fixes

  • Workspace ownership checks on all daemon API routes
  • Workspace ownership validation for attachment uploads and queries
  • Reply mentions no longer inherit parent thread's agent mentions
  • Agent comment creation missing workspace ID
  • Self-hosting Docker build failures (file permissions, CRLF, missing deps)
v0.1.23April 11, 2026

Pinning, Cmd+K & Projects

New Features

  • Pin issues and projects to sidebar with drag-and-drop reordering
  • Cmd+K command palette — recent issues, page navigation, and project search
  • Project detail sidebar with properties panel (replaces overview tab)
  • Project filter in Issues tab
  • Project completion progress in project list
  • Auto-fill project when creating issue via 'C' shortcut on project page
  • Assignee dropdown sorted by user's assignment frequency

Bug Fixes

  • Markdown XSS — sanitize HTML rendering in comments with rehype-sanitize and server-side bluemonday
  • Project kanban issue counts incorrect
  • Self-hosting Docker build missing tsconfig dependencies
  • Cmd+K requiring double ESC to close
v0.1.22April 10, 2026

Self-Hosting, ACP & Documentation

New Features

  • Full-stack Docker Compose for one-command self-hosting
  • Hermes Agent Provider via ACP protocol
  • Documentation site with Fumadocs (Getting Started, CLI reference, Agents guide)
  • Mobile-responsive sidebar and inbox layout
  • Token usage display per issue in the detail sidebar
  • Switch agent runtime from the UI
  • 'C' keyboard shortcut for quick issue creation
  • Chat session history panel for archived conversations
  • Minimum CLI version check in daemon for Claude Code and Codex
  • OpenClaw and OpenCode added to landing page
  • `make dev` one-command local development setup

Improvements

  • Sidebar redesign — Personal / Workspace grouping, user profile footer, ⌘K search input
  • Search ranking — case-insensitive matching, identifier search (MUL-123), multi-word support
  • Search result keyword highlighting
  • Daily token usage chart with cleaner Y-axis and per-category tooltip
  • Master Agent multiline input support
  • Unified picker components (Status, Priority, DueDate, Project, Assignee) across all views
  • Workspace-scoped storage isolation with auto-rehydration on switch
  • Startup warnings for missing env vars in self-hosted deployments

Bug Fixes

  • Sub-issue deletion not invalidating parent's children cache
  • Search index compatibility with pg_bigm 1.2 on RDS
  • Create Agent showing "No runtime available" when runtimes exist
  • Claude stream-json startup hangs
  • Multiple agents unable to queue tasks for the same issue
  • Logout not clearing workspace and query cache
  • Drag-drop overlay too small on empty editors
  • Skills import hardcoding "main" as default branch
  • PAT authentication not working on WebSocket endpoint
  • Runtime deletion blocked when all bound agents are archived
v0.1.21April 9, 2026

Projects, Search & Monorepo

  • Project entity with full-stack CRUD — create, edit, and organize issues by project
  • Project picker in the create-issue modal and CLI project commands
  • Full-text search for issues with pg_bigm
  • Monorepo extraction — shared packages for core, UI, and views (Turborepo)
  • Fullscreen agent execution transcript view
  • Drag-and-drop file upload with file card display in the editor
  • Attachment section with image grid and file cards on issues
  • Runtime owner tracking, filtering, avatar display, and point-to-point update notifications
  • Sub-issue progress indicator in list view rows
  • Done issue pagination in list view
  • Codex session log scan for token usage reporting
  • Daemon repo-cache fix for stale initial snapshots
v0.1.20April 8, 2026

Sub-Issues, TanStack Query & Usage Tracking

  • Sub-issue support — create, view, and manage child issues within any issue
  • Full migration to TanStack Query for server state (issues, inbox, workspace, runtimes)
  • Per-task token usage tracking across all agent providers
  • Multiple agents can now run concurrently on the same issue
  • Board view: Done column shows total count with infinite scroll
  • ReadonlyContent component for lightweight Markdown display in comments
  • Optimistic UI updates for reactions and mutations with rollback
  • WebSocket-driven cache invalidation replaces polling and refetch-on-focus
  • Browser session persists during CLI login flow
  • Daemon reuses existing worktrees by updating to latest remote
  • Fixed slow tab switching caused by dynamic root layout
v0.1.18April 7, 2026

OAuth, OpenClaw & Issue Loading

  • Google OAuth login
  • OpenClaw runtime support for running agents on OpenClaw infrastructure
  • Redesigned agent live card — always sticky with manual expand/collapse toggle
  • Load all open issues without pagination limit; closed issues paginate on scroll
  • JWT and CloudFront cookie expiration extended from 72 hours to 30 days
  • Remember last selected workspace after re-login
  • Daemon ensures multica CLI is on PATH in agent task environment
  • PR template and CLI install guide for agent-driven setup
v0.1.17April 5, 2026

Comment Pagination & CLI Polish

  • Comment list pagination in both the API and CLI
  • Inbox archive now dismisses all items for the same issue at once
  • CLI help output overhauled to match gh CLI style with examples
  • Attachments use UUIDv7 as S3 key and auto-link on issue/comment creation
  • @mention assigned agents on done or cancelled issues
  • Reply @mention inheritance skips when the reply only mentions members
  • Worktree setup preserves existing .env.worktree variables
v0.1.15April 3, 2026

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.14April 2, 2026

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.13April 1, 2026

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.3March 31, 2026

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.2March 28, 2026

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.1March 25, 2026

Core Platform

  • Multi-workspace switching and creation
  • Agent management UI with skills
  • 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.0March 22, 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
multica

Project management for human + agent teams. Open source, self-hostable, built for the future of work.

Get started

Product

  • Features
  • How it Works
  • Changelog
  • Download

Resources

  • Documentation
  • API
  • X (Twitter)

Company

  • About
  • Open Source
  • GitHub

© 2026 Multica. All rights reserved.

multica