From 0094786459ce6edd73010f261ffdb3b1a8b2603a Mon Sep 17 00:00:00 2001 From: dwebxr Date: Tue, 22 Sep 2026 16:52:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(agent):=20=E3=80=8CClaude=E3=80=8D=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=81=AF=20Claude=20=E3=82=A2=E3=83=97?= =?UTF-8?q?=E3=83=AA=E5=86=85=E3=81=AE=20Claude=20Code=20=E3=81=A7?= =?UTF-8?q?=E9=96=8B=E3=81=8F=E3=81=A8=E6=98=8E=E8=A8=98=20(Claude=20Deskt?= =?UTF-8?q?op=20=E3=82=92=E9=99=A4=E5=A4=96=E3=81=97=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=82=8B=E3=81=A8=E8=AA=AD=E3=82=81=E3=81=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 「Agent を接続」の注記が「Claude Desktop などは下の『自分で設定を書く』へ」だったが、上の 「Claude」ボタン (claude://code/new) は Claude アプリ内の Claude Code (シェルあり) で開き、 そこでセットアップが完走する (user 実機 9/22)。除外すべきなのはチャットだけの環境。 - 注記: ボタンはそのまま使える・チャットだけの環境は手動へ - 生成設定の見出し補足: 「Claude Desktop など」→「Claude のチャットなど」 - 「利用環境」の選択肢名 (Claude Desktop) は JSON を貼る先として正しいので据え置き 文言は user 承認済み (9/22)。 Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc --- lib/agentPage.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/agentPage.ts b/lib/agentPage.ts index f53cf8db..1db36edb 100644 --- a/lib/agentPage.ts +++ b/lib/agentPage.ts @@ -205,7 +205,7 @@ const ja: AgentPageContent = { pasteInto: 'コピーして貼り付ける場合', hosts: ['Claude Code', 'Codex CLI', 'Hermes'], shellNote: - 'シェルを使える Agent 向け。Claude Desktop などは下の「自分で設定を書く」へ。', + 'シェルを使える Agent 向け。上の「Claude」ボタンは Claude アプリ内の Claude Code で開くので、そのまま使えます。チャットだけの環境 (Agent が設定を書けない) は下の「自分で設定を書く」へ。', setupLinkLabel: 'Agent が読む手順 (setup.md) を見る', promptExpand: '全文を表示', promptCollapse: 'たたむ', @@ -249,7 +249,7 @@ const ja: AgentPageContent = { }, generator: { title: '自分で設定を書く (手動)', - summaryHint: 'Claude Desktop など、Agent が自分で設定を書けない環境向け', + summaryHint: 'Claude のチャットなど、Agent が自分で設定を書けない環境向け', lead: 'Agent の実行環境へ貼り付ける設定を作ります。貼り付けるのはあなたです。', modeLabel: '使い方', modeOptions: { 'agent-pays': 'Agent が支払う', 'human-pays': '人が支払う' }, @@ -405,7 +405,7 @@ const en: AgentPageContent = { pasteInto: 'Or copy and paste into', hosts: ['Claude Code', 'Codex CLI', 'Hermes'], shellNote: - 'For agents with shell access. For Claude Desktop and similar, use “Write the config yourself” below.', + 'For agents with shell access. The “Claude” button above opens Claude Code inside the Claude app, so it works as is. Chat-only hosts, where the agent can’t write its own config, should use “Write the config yourself” below.', setupLinkLabel: 'Read the instructions your agent follows (setup.md)', promptExpand: 'Show full prompt', promptCollapse: 'Collapse', @@ -449,7 +449,7 @@ const en: AgentPageContent = { }, generator: { title: 'Write the config yourself (manual)', - summaryHint: 'For Claude Desktop and other hosts where the agent can’t write its own config', + summaryHint: 'For Claude chat and other hosts where the agent can’t write its own config', lead: 'Builds the config to paste into your agent’s environment. You do the pasting.', modeLabel: 'Mode', modeOptions: { 'agent-pays': 'Agent pays', 'human-pays': 'Human pays' },