OpenCode includes an command. What is it for and what can you do with it? Here is the full picture. What is ACP? ACP stands for Agent Client Protocol — an open…
Tag Archives: ACP
OpenCodeのACP対応で何ができる? エディタ選ばずAIエージェントを使う共通プロトコル
OpenCodeには というコマンドがあります。これは何のためにあるのか、どんなことができるのかを整理します。 ACPとは何か ACPは Agent Client Protocol の略で、コードエディタ(クライアント)とAIコーディングエージェント(サーバー)の間の通信を標準化するオープンプロトコルです。…
Calling OpenCode from Another Harness: CLI run, serve, SDK, and ACP
Running in the terminal is already powerful, but many workflows call for automation: triggering it from a CI pipeline, embedding it in another application, or…
OpenCodeを別のプログラムから呼び出す方法 — CLI run / serve / SDK / ACP の4パターン
ターミナルで と打つだけでも便利ですが、別のスクリプトやCI/CDパイプラインから呼び出して自動化したいというケースは多いです。 OpenCodeはそのために4つの連携方式を用意しています。モデル指定( )や作業ディレクトリ指定( )も、どの方式でも共通して使えます。 ① CLI run — 最もシンプルな非対話モード…