Merge pull request #52 from multica-ai/docs/update-supported-agents

docs: update Supported Agents list in README files
This commit is contained in:
LinYushen
2026-01-16 14:00:58 +08:00
committed by GitHub
5 changed files with 30 additions and 30 deletions

View File

@@ -14,7 +14,7 @@
## 解決する課題
コーディングエージェントClaude Code、Codex、Gemini CLIなどは2025年に非常に強力になり、単なるコード作成をはるかに超えた複雑なタスクを解決できるようになりました。しかし、95%のナレッジワーカーは3つの主要な障壁によってこれらの能力を利用できません
コーディングエージェントClaude Code、Codex CLI、OpenCodeなどは2025年に非常に強力になり、単なるコード作成をはるかに超えた複雑なタスクを解決できるようになりました。しかし、95%のナレッジワーカーは3つの主要な障壁によってこれらの能力を利用できません
**1. インタラクションのミスマッチ**
@@ -45,11 +45,11 @@ Multicaは、データをローカルに保持しながらコーディングエ
## サポートされているエージェント
| エージェント | コマンド | インストール |
| -------------------------------------------------------------- | -------------- | --------------------------------------------------- |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini acp` | `npm install -g @google/gemini-cli` |
| エージェント | コマンド | インストール |
| -------------------------------------------------------------- | ----------------- | --------------------------------------------------- |
| [Claude Code](https://github.com/anthropics/claude-code) | `claude-code-acp` | `npm install -g @anthropics/claude-code-acp` |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
## クイックスタート

View File

@@ -14,7 +14,7 @@
## 해결하는 문제
코딩 에이전트(Claude Code, Codex, Gemini CLI 등)는 2025년에 매우 강력해져서 단순한 코드 작성을 훨씬 넘어서는 복잡한 작업을 해결할 수 있게 되었습니다. 그러나 95%의 지식 근로자들은 세 가지 핵심 장벽으로 인해 이러한 기능을 활용하지 못하고 있습니다:
코딩 에이전트(Claude Code, Codex CLI, OpenCode 등)는 2025년에 매우 강력해져서 단순한 코드 작성을 훨씬 넘어서는 복잡한 작업을 해결할 수 있게 되었습니다. 그러나 95%의 지식 근로자들은 세 가지 핵심 장벽으로 인해 이러한 기능을 활용하지 못하고 있습니다:
**1. 상호작용 불일치**
@@ -45,11 +45,11 @@ Multica는 데이터를 로컬에 유지하면서 코딩 에이전트의 기능
## 지원되는 에이전트
| 에이전트 | 명령어 | 설치 |
| -------------------------------------------------------------- | -------------- | --------------------------------------------------- |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini acp` | `npm install -g @google/gemini-cli` |
| 에이전트 | 명령어 | 설치 |
| -------------------------------------------------------------- | ----------------- | --------------------------------------------------- |
| [Claude Code](https://github.com/anthropics/claude-code) | `claude-code-acp` | `npm install -g @anthropics/claude-code-acp` |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
## 빠른 시작

View File

@@ -14,7 +14,7 @@ The name is inspired by [Multics](https://en.wikipedia.org/wiki/Multics) (Multip
## The Problem
Coding agents (like Claude Code, Codex, Gemini CLI) have become incredibly powerful in 2025, capable of solving complex tasks far beyond just writing code. However, 95% of knowledge workers are locked out of these capabilities due to three core barriers:
Coding agents (like Claude Code, Codex CLI, OpenCode) have become incredibly powerful in 2025, capable of solving complex tasks far beyond just writing code. However, 95% of knowledge workers are locked out of these capabilities due to three core barriers:
**1. Interaction Mismatch**
@@ -45,11 +45,11 @@ Multica bridges this gap by providing a visual, native desktop interface that le
## Supported Agents
| Agent | Command | Install |
| -------------------------------------------------------------- | -------------- | --------------------------------------------------- |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini acp` | `npm install -g @google/gemini-cli` |
| Agent | Command | Install |
| -------------------------------------------------------------- | ----------------- | --------------------------------------------------- |
| [Claude Code](https://github.com/anthropics/claude-code) | `claude-code-acp` | `npm install -g @anthropics/claude-code-acp` |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
## Quick Start

View File

@@ -14,7 +14,7 @@
## 解决的问题
编程智能体(如 Claude Code、Codex、Gemini CLI)在 2025 年变得极其强大其能力已经远远超出了单纯的代码编写。然而95% 的知识工作者因为三个核心障碍而无法使用这些能力:
编程智能体(如 Claude Code、Codex CLI、OpenCode)在 2025 年变得极其强大其能力已经远远超出了单纯的代码编写。然而95% 的知识工作者因为三个核心障碍而无法使用这些能力:
**1. 交互形态的错配**
@@ -45,11 +45,11 @@ Multica 通过提供可视化的原生桌面界面来弥合这一鸿沟,在保
## 支持的智能体
| 智能体 | 命令 | 安装方式 |
| -------------------------------------------------------------- | -------------- | --------------------------------------------------- |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini acp` | `npm install -g @google/gemini-cli` |
| 智能体 | 命令 | 安装方式 |
| -------------------------------------------------------------- | ----------------- | --------------------------------------------------- |
| [Claude Code](https://github.com/anthropics/claude-code) | `claude-code-acp` | `npm install -g @anthropics/claude-code-acp` |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
## 快速开始

View File

@@ -14,7 +14,7 @@
## 解決的問題
程式智能體(如 Claude Code、Codex、Gemini CLI)在 2025 年變得極其強大其能力已經遠遠超出了單純的程式碼編寫。然而95% 的知識工作者因為三個核心障礙而無法使用這些能力:
程式智能體(如 Claude Code、Codex CLI、OpenCode)在 2025 年變得極其強大其能力已經遠遠超出了單純的程式碼編寫。然而95% 的知識工作者因為三個核心障礙而無法使用這些能力:
**1. 互動形態的錯配**
@@ -45,11 +45,11 @@ Multica 透過提供視覺化的原生桌面介面來彌合這一鴻溝,在保
## 支援的智能體
| 智能體 | 命令 | 安裝方式 |
| -------------------------------------------------------------- | -------------- | --------------------------------------------------- |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini acp` | `npm install -g @google/gemini-cli` |
| 智能體 | 命令 | 安裝方式 |
| -------------------------------------------------------------- | ----------------- | --------------------------------------------------- |
| [Claude Code](https://github.com/anthropics/claude-code) | `claude-code-acp` | `npm install -g @anthropics/claude-code-acp` |
| [OpenCode](https://github.com/opencode-ai/opencode) | `opencode acp` | `go install github.com/opencode-ai/opencode@latest` |
| [Codex CLI (ACP)](https://github.com/zed-industries/codex-acp) | `codex-acp` | `npm install -g codex-acp` |
## 快速開始