multica
multica copied to clipboard
The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills.
## Summary End-to-end **Channels** feature: multi-participant chat + DMs alongside the issue board, plus the agent-orchestration surface that lets `@AgentName` in a channel dispatch a real task and post the...
## Summary Projects can attach multiple `github_repo` resources, but the agent's runtime context lists them as an unordered set — leaving the agent to guess which one to clone for...
## Summary When an orchestrator-style agent (one that decides who an issue should go to) doesn't know what other agents exist in the workspace, it routes work to itself by...
## Background I found that the OpenCode skill-injection path was not correct for workdir-scoped skills. Earlier code placed skills for the `opencode` provider under `workDir/.config/opencode/skills/`, but OpenCode’s workdir/project-scoped skills are...
## Summary When the local `state.db` of an ACP backend (hermes, kimi, kiro) is wiped — crash, config change, manual kill, container reset — the backend's `session/resume` (or `session/load`, for...
### Deployment type multica.ai (hosted) — also reproducible on self-hosted; the bug is in the shared `@multica/views` package. ### What happened? On mobile web, opening a project detail page leaves...
## What does this PR do? Makes labels *active* — they can now carry agent instructions that get appended to the agent's system prompt when the label is on an...
### Deployment type multica.ai (hosted) ### What do you want and why? As above ### Proposed solution (optional) _No response_ ### Screenshots / mockups (optional) _No response_
### Deployment type Self-hosted ### What happened? **Version observed:** v0.2.22 (commit `befde379`) ## Summary Opening an issue from **Inbox** that has a large timeline (thousands of comments + activities) hard-freezes...
## Summary Adds project-scoped setup hooks for agent execution environments. Projects can store `settings.hooks.after_create`. When an agent task is claimed for an issue or quick-create flow scoped to that project,...