OpenCode offers two billing models: Go (flat monthly subscription) and Zen (pay-as-you-go). This article breaks down the differences and helps you decide which…
Tag Archives: OpenCode
OpenCode Go vs Zen 徹底比較。どっちを使うべきか
OpenCode には2つの課金モデルがあります。Go(月額定額)と Zen(従量課金)。どちらを選ぶべきか、実際に両方使ってみた視点で比較します。 結論を先に言うと、Codex CLI + Go + DeepSeek V4 Pro が現状最強のコスパだと個人的には思っています。 — Go と Zen の基本比較…
What is ACP in OpenCode? The Universal Protocol for Editor-Agent Integration
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…
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 — 最もシンプルな非対話モード…
My Favorite Workflow Now: Plan in Codex, Execute with DeepSeek V4 Flash on OpenCode Go

My AI coding workflow has started to settle into a pattern. The short version: I let a GPT-5.5-class model in Codex do the planning, then call DeepSeek V4 Flash…
Codexで立案して、OpenCode GoのDeepSeek V4 Flashに走らせる運用がかなりいい

最近、AIコーディングの使い方が少し固まってきました。 結論から言うと、Codex側でGPT-5.5系に立案させて、実作業はOpenCode Goのモデル指定でDeepSeek V4 Flashを呼び出してどんどん進めさせる。この運用がかなりいいです。 何がいいのか DeepSeek V4…
Is OpenCode Go’s Monthly Usage Reset Moving Too Slowly?

I noticed something odd while checking the OpenCode Go usage dashboard: the monthly usage reset timer feels slower than expected. In the screenshot, the…
OpenCode Goの月間利用量がなかなか減らない?リセット日数の進み方が気になった話

OpenCode Go の利用量ダッシュボードを見ていて、月間利用量のリセット表示が少し気になりました。 スクリーンショットでは、次のように表示されています。 – ローリング利用量: 3%、リセットまで 1時間21分 – 週間利用量: 1%、リセットまで 5日20時間 – 月間利用量: 49%、リセットまで…