codexmate 0.0.56 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/README.vi.md +1 -0
- package/README.zh.md +2 -2
- package/cli/openai-bridge-retry.js +62 -0
- package/cli/openai-bridge-runtime.js +1819 -0
- package/cli/openai-bridge.js +137 -2048
- package/cli.js +749 -133
- package/lib/task-orchestrator.js +90 -21
- package/lib/task-workspace-chat.js +292 -0
- package/package.json +2 -2
- package/web-ui/app.js +67 -131
- package/web-ui/modules/app.computed.main-tabs.mjs +304 -7
- package/web-ui/modules/app.methods.agents.mjs +192 -1
- package/web-ui/modules/app.methods.claude-config.mjs +65 -25
- package/web-ui/modules/app.methods.navigation.mjs +67 -83
- package/web-ui/modules/app.methods.openclaw-editing.mjs +3 -6
- package/web-ui/modules/app.methods.providers.mjs +40 -10
- package/web-ui/modules/app.methods.session-actions.mjs +1 -12
- package/web-ui/modules/app.methods.session-browser.mjs +23 -54
- package/web-ui/modules/app.methods.session-trash.mjs +0 -1
- package/web-ui/modules/app.methods.startup-claude.mjs +16 -31
- package/web-ui/modules/app.methods.task-orchestration.mjs +347 -8
- package/web-ui/modules/app.methods.tool-config-permissions.mjs +0 -3
- package/web-ui/modules/app.methods.web-ui-preferences.mjs +442 -68
- package/web-ui/modules/config-template-confirm-pref.mjs +2 -3
- package/web-ui/modules/i18n/locales/en.mjs +181 -30
- package/web-ui/modules/i18n/locales/ja.mjs +178 -27
- package/web-ui/modules/i18n/locales/vi.mjs +180 -29
- package/web-ui/modules/i18n/locales/zh-tw.mjs +181 -30
- package/web-ui/modules/i18n/locales/zh.mjs +183 -32
- package/web-ui/modules/i18n.mjs +5 -12
- package/web-ui/modules/sessions-filters-url.mjs +1 -2
- package/web-ui/partials/index/layout-header.html +44 -38
- package/web-ui/partials/index/modals-basic.html +26 -0
- package/web-ui/partials/index/panel-orchestration.html +489 -282
- package/web-ui/partials/index/panel-prompts.html +66 -3
- package/web-ui/res/web-ui-render.precompiled.js +1181 -604
- package/web-ui/styles/layout-shell.css +157 -1
- package/web-ui/styles/modals-core.css +173 -0
- package/web-ui/styles/navigation-panels.css +11 -0
- package/web-ui/styles/responsive.css +32 -0
- package/web-ui/styles/task-orchestration.css +2161 -4
|
@@ -144,10 +144,13 @@ const ja = Object.freeze({
|
|
|
144
144
|
'side.config': '設定',
|
|
145
145
|
'side.sessions': 'セッション',
|
|
146
146
|
'side.prompts': 'Prompts',
|
|
147
|
+
'side.prompts.meta': 'プロンプトファイルとプリセット',
|
|
147
148
|
'side.plugins': 'プラグイン',
|
|
148
149
|
'side.system': 'システム',
|
|
149
150
|
'side.orchestration': 'タスク',
|
|
150
151
|
'side.skills': 'Skills',
|
|
152
|
+
'side.collapse': 'サイドバーを折りたたむ',
|
|
153
|
+
'side.expand': 'サイドバーを展開',
|
|
151
154
|
|
|
152
155
|
// Side rail items
|
|
153
156
|
'side.overview.doctor': 'Doctor パネル',
|
|
@@ -166,19 +169,21 @@ const ja = Object.freeze({
|
|
|
166
169
|
'side.update.currentOnly': '現在 v{current}',
|
|
167
170
|
'side.update.retry': 'バージョン確認を再試行',
|
|
168
171
|
'side.config.codex': 'Codex',
|
|
169
|
-
'side.config.codex.meta': 'Provider
|
|
172
|
+
'side.config.codex.meta': 'Provider · Model',
|
|
170
173
|
'side.config.claude': 'Claude Code',
|
|
171
|
-
'side.config.claude.meta': '
|
|
174
|
+
'side.config.claude.meta': 'Settings',
|
|
172
175
|
'side.config.openclaw': 'OpenClaw',
|
|
173
|
-
'side.config.openclaw.meta': 'JSON5
|
|
176
|
+
'side.config.openclaw.meta': 'JSON5 · AGENTS',
|
|
174
177
|
'side.config.opencode': 'OpenCode',
|
|
175
|
-
'side.config.opencode.meta': '
|
|
178
|
+
'side.config.opencode.meta': 'Provider',
|
|
176
179
|
'side.sessions.browser': 'セッション閲覧',
|
|
177
180
|
'side.sessions.browser.meta': '閲覧 / エクスポート / クリーンアップ',
|
|
178
181
|
'side.prompts.agents': 'AGENTS.md',
|
|
179
182
|
'side.prompts.agents.meta': 'Codex プロンプトファイル',
|
|
180
183
|
'side.prompts.claude': 'CLAUDE.md',
|
|
181
184
|
'side.prompts.claude.meta': 'Claude プロンプトファイル',
|
|
185
|
+
'side.prompts.presets': 'プリセットプール',
|
|
186
|
+
'side.prompts.presets.meta': 'プリセットを保存・貼り付け',
|
|
182
187
|
'side.plugins.tools': 'プロンプトツール',
|
|
183
188
|
'side.plugins.tools.meta': 'テンプレート / 変数',
|
|
184
189
|
'side.plugins.templatesCount': '{count} 件のテンプレート',
|
|
@@ -222,6 +227,32 @@ const ja = Object.freeze({
|
|
|
222
227
|
'subtitle.prompts': 'AGENTS.md と CLAUDE.md を編集。',
|
|
223
228
|
'prompts.subTab.codex': 'AGENTS.md (Codex)',
|
|
224
229
|
'prompts.subTab.project': 'CLAUDE.md',
|
|
230
|
+
'prompts.subTab.presets': 'プリセット',
|
|
231
|
+
'prompts.presets.title': 'プリセット',
|
|
232
|
+
'prompts.presets.hint': 'プリセットを管理します。',
|
|
233
|
+
'prompts.presets.namePlaceholder': 'プリセット名',
|
|
234
|
+
'prompts.presets.selectPlaceholder': 'プリセットを選択…',
|
|
235
|
+
'prompts.presets.saveCurrent': 'プリセット保存',
|
|
236
|
+
'prompts.presets.empty': 'プリセットはありません',
|
|
237
|
+
'prompts.presets.updatedAt': '更新: {time}',
|
|
238
|
+
'prompts.presets.renameAria': 'prompt プリセット名を変更',
|
|
239
|
+
'prompts.presets.open': 'プリセットを開く',
|
|
240
|
+
'prompts.presets.addCurrent': 'プリセットプールに追加',
|
|
241
|
+
'prompts.presets.defaultName.project': 'プロジェクト CLAUDE.md - {path}',
|
|
242
|
+
'prompts.presets.error.emptyName': 'プリセット名は空にできません',
|
|
243
|
+
'prompts.presets.error.emptyContent': 'プリセット内容は空にできません',
|
|
244
|
+
'prompts.presets.error.duplicateName': '同じ名前のプリセットが既に存在します',
|
|
245
|
+
'prompts.presets.confirm.addCurrentTitle': 'プリセットプールに追加しますか?',
|
|
246
|
+
'prompts.presets.confirm.addCurrentMessage': '「{name}」として保存します。',
|
|
247
|
+
'prompts.presets.confirm.overwriteTitle': 'プリセットを上書きしますか?',
|
|
248
|
+
'prompts.presets.confirm.overwriteMessage': '「{name}」というプリセットは既に存在します。現在のエディター内容で上書きしますか?',
|
|
249
|
+
'prompts.presets.confirm.overwriteConfirm': '上書き',
|
|
250
|
+
'prompts.presets.confirm.deleteTitle': 'プリセットを削除しますか?',
|
|
251
|
+
'prompts.presets.confirm.deleteMessage': 'プリセット「{name}」を削除しますか?この操作は元に戻せません。',
|
|
252
|
+
'prompts.presets.toast.saved': 'プリセットを保存しました',
|
|
253
|
+
'prompts.presets.toast.pasted': '貼り付けました。未保存です。',
|
|
254
|
+
'prompts.presets.toast.renamed': 'プリセット名を変更しました',
|
|
255
|
+
'prompts.presets.toast.deleted': 'プリセットを削除しました',
|
|
225
256
|
'prompts.project.pathLabel': 'プロジェクトパス(任意)',
|
|
226
257
|
'prompts.project.selectPlaceholder': '-- グローバル (~/.claude/CLAUDE.md) --',
|
|
227
258
|
'prompts.project.manualPlaceholder': 'またはプロジェクトルートパスを入力...',
|
|
@@ -488,6 +519,8 @@ const ja = Object.freeze({
|
|
|
488
519
|
'modal.claudeConfigEdit.title': 'Claude Code 設定編集',
|
|
489
520
|
'field.useBuiltinTransform': '内蔵変換を使用(OpenAI 形式互換)',
|
|
490
521
|
'hint.useBuiltinTransform': '有効時:書き込まれる base_url は codexmate 内蔵変換サービスを指します。Codex のトークンは codexmate に固定されます。',
|
|
522
|
+
'field.transformMaxRetries': '内蔵変換の再試行回数',
|
|
523
|
+
'hint.transformMaxRetries': '既定値は 2、最小値も 2。初回失敗後に再試行する最大回数です。',
|
|
491
524
|
|
|
492
525
|
// Config template / agents modals
|
|
493
526
|
'modal.configTemplate.label': 'config.toml テンプレート',
|
|
@@ -947,19 +980,105 @@ const ja = Object.freeze({
|
|
|
947
980
|
'usage.range.7d.short': '直近 7 日',
|
|
948
981
|
'usage.range.30d.short': '直近 30 日',
|
|
949
982
|
'orchestration.queueStats': 'キュー {running} 実行中 · {queued} 待機中',
|
|
983
|
+
'orchestration.rebuilding.status': '一時停止',
|
|
984
|
+
'orchestration.rebuilding.title': '再構築中',
|
|
985
|
+
'orchestration.rebuilding.body': 'タスク編成入口は表示のみで、現在はクリックできません。',
|
|
950
986
|
'orchestration.hero.kicker': 'タスクオーケストレーション',
|
|
951
|
-
'orchestration.hero.title': '
|
|
952
|
-
'orchestration.hero.subtitle': '
|
|
987
|
+
'orchestration.hero.title': 'タスクオーケストレーション',
|
|
988
|
+
'orchestration.hero.subtitle': 'ワークスペースとスレッドの文脈を保持しながら、計画・実行・追跡します。',
|
|
989
|
+
'orchestration.quick.kicker': 'タスク入力',
|
|
990
|
+
'orchestration.quick.title': 'タスク目標を入力',
|
|
991
|
+
'orchestration.quick.subtitle': '目標、制約、受け入れ条件を記述します。実行前に /plan で計画を確認できます。',
|
|
992
|
+
'orchestration.quick.caption': 'Enter で依頼を追加、/plan で計画を確認、実行開始で計画して実行します。',
|
|
993
|
+
'orchestration.quick.templates.reviewFix.meta': 'レビュー指摘を直し、回帰確認します。',
|
|
994
|
+
'orchestration.quick.templates.planOnly.meta': '書き込みなしで調査と計画だけ行います。',
|
|
995
|
+
'orchestration.quick.templates.workflowBatch.meta': 'ローカル Workflow で定型チェックします。',
|
|
996
|
+
'orchestration.chat.input.label': 'タスクメッセージ',
|
|
997
|
+
'orchestration.chat.input.placeholder': '目標、制約、受け入れ条件を記述します。/plan で計画を確認できます。',
|
|
998
|
+
'orchestration.chat.input.hint': 'ワークスペース、スレッド、実行モードは詳細設定で調整できます。',
|
|
999
|
+
'orchestration.chat.context.aria': 'タスクコンテキスト',
|
|
1000
|
+
'orchestration.chat.context.workspace.auto': 'Workspace を自動検出',
|
|
1001
|
+
'orchestration.chat.context.workspace.value': 'Workspace {value}',
|
|
1002
|
+
'orchestration.chat.context.thread.auto': 'Thread を自動生成',
|
|
1003
|
+
'orchestration.chat.context.thread.value': 'Thread {value}',
|
|
1004
|
+
'orchestration.chat.context.sequence.empty': '順序: 依頼 1 待ち',
|
|
1005
|
+
'orchestration.chat.context.sequence.value': '順序: {count} 件の依頼',
|
|
1006
|
+
'orchestration.privacy.workspace.selected': 'Workspace selected',
|
|
1007
|
+
'orchestration.privacy.thread.selected': 'Thread selected',
|
|
1008
|
+
'orchestration.chat.thread.aria': 'タスク会話',
|
|
1009
|
+
'orchestration.chat.input.send': '依頼を追加',
|
|
1010
|
+
'orchestration.chat.input.discuss': '計画プレビュー',
|
|
1011
|
+
'orchestration.chat.input.work': '実行開始',
|
|
1012
|
+
'orchestration.chat.input.firstHint': 'これは依頼 1 になります。',
|
|
1013
|
+
'orchestration.chat.input.sequenceHint': '今送信すると依頼 {count} になります。',
|
|
1014
|
+
'orchestration.chat.input.workHint': '実行前に現在の入力を取り込みます。',
|
|
1015
|
+
'orchestration.chat.input.workCaption': 'Enter で依頼を追加、/plan はプレビューのみ、実行開始で計画して実行します。',
|
|
1016
|
+
'orchestration.chat.assistant.contextLabel': '前回のコンテキスト',
|
|
1017
|
+
'orchestration.chat.assistant.contextFallback': '過去のタスクが選択されています。続行するとスレッドとワークスペースを引き継ぎます。',
|
|
1018
|
+
'orchestration.chat.assistant.resultLabel': '実装結果',
|
|
1019
|
+
'orchestration.chat.assistant.filesSummary': 'ファイル操作: {files}',
|
|
1020
|
+
'orchestration.chat.assistant.readyLabel': 'Codexmate',
|
|
1021
|
+
'orchestration.chat.assistant.empty': '最初の依頼を送信してください。2 件目があれば続けて送信すると、Codexmate はコンテキストを保ったまま順番に処理します。',
|
|
1022
|
+
'orchestration.chat.assistant.planLabel': '計画プレビュー',
|
|
1023
|
+
'orchestration.chat.assistant.planSummary': '/plan の計画を作成しました:{nodes} ノード、{waves} ウェーブ。',
|
|
1024
|
+
'orchestration.chat.assistant.sequenceReady': '複数の依頼を受け取りました。まず依頼 1 を完了し、そのコンテキストで後続の依頼を続けます。',
|
|
1025
|
+
'orchestration.chat.assistant.singleReady': '最初の依頼を受け取りました。依頼 2 を追加するか、このままプレビューして実行できます。',
|
|
1026
|
+
'orchestration.chat.user.step': '依頼 {count}',
|
|
1027
|
+
'orchestration.chat.meta.thread': 'スレッド {value}',
|
|
1028
|
+
'orchestration.chat.meta.workspace': 'ワークスペース {value}',
|
|
1029
|
+
'orchestration.chat.meta.order': '順次実行 · コンテキスト保持',
|
|
1030
|
+
'orchestration.chat.meta.first': 'これを先に完了',
|
|
1031
|
+
'orchestration.chat.meta.afterPrevious': '前の依頼完了後に続行',
|
|
1032
|
+
'orchestration.chat.meta.contextKept': 'コンテキストはスレッドに保持されます',
|
|
1033
|
+
'orchestration.chat.meta.previewNext': '次:計画をプレビュー',
|
|
1034
|
+
'orchestration.quick.checklist.title': '実行前チェック',
|
|
1035
|
+
'orchestration.quick.checklist.subtitle': '実行に影響するブロッカーだけを表示します。',
|
|
1036
|
+
'orchestration.quick.status.title': '現在の下書き',
|
|
1037
|
+
'orchestration.workspace.aria': 'ワークスペースと記録',
|
|
1038
|
+
'orchestration.workspace.title': 'ワークスペース',
|
|
1039
|
+
'orchestration.workspace.subtitle': 'プロジェクトを選択し、記録を再開します。',
|
|
1040
|
+
'orchestration.workspace.selector': 'ワークスペース選択',
|
|
1041
|
+
'orchestration.workspace.counts': '{runs} runs · {queue} queue',
|
|
1042
|
+
'orchestration.workspace.newSession': '+ 新規',
|
|
1043
|
+
'orchestration.workspace.sessions.title': '記録',
|
|
1044
|
+
'orchestration.workspace.sessions.empty.title': 'このプロジェクトの記録はありません',
|
|
1045
|
+
'orchestration.workspace.sessions.empty.subtitle': '新しい記録を作成するか、更新して既存の実行を読み込みます。',
|
|
1046
|
+
'orchestration.workspace.sessions.queueTitle': 'キュー項目',
|
|
1047
|
+
'orchestration.workspace.sessions.runTitle': '実行記録',
|
|
1048
|
+
'orchestration.workspace.sessions.detailsHidden': '詳細は非表示',
|
|
1049
|
+
'orchestration.workspace.pathHidden': 'パスは非表示',
|
|
1050
|
+
'orchestration.agent.aria': 'タスクオーケストレーション状態',
|
|
1051
|
+
'orchestration.agent.kicker': 'タスクオーケストレーション',
|
|
1052
|
+
'orchestration.agent.title': 'タスクオーケストレーションコンソール',
|
|
1053
|
+
'orchestration.agent.subtitle': 'ワークスペースと記録を選択し、タスクを実行して詳細を確認します。',
|
|
1054
|
+
'orchestration.agent.state.ready': 'Ready',
|
|
1055
|
+
'orchestration.agent.state.planning': 'Planning',
|
|
1056
|
+
'orchestration.agent.state.running': 'Running',
|
|
1057
|
+
'orchestration.agent.surface.workspace': 'Workspace',
|
|
1058
|
+
'orchestration.agent.surface.session': 'Context',
|
|
1059
|
+
'orchestration.agent.surface.mode': 'Mode',
|
|
1060
|
+
'orchestration.agent.surface.trace': 'Trace',
|
|
1061
|
+
'orchestration.agent.surface.runs': 'runs',
|
|
1062
|
+
'orchestration.agent.surface.queue': 'queued',
|
|
1063
|
+
'orchestration.agent.trace.title': 'Live trace',
|
|
1064
|
+
'orchestration.agent.trace.plan': 'Plan nodes',
|
|
1065
|
+
'orchestration.agent.trace.queue': 'Queue',
|
|
1066
|
+
'orchestration.agent.trace.runs': 'Runs',
|
|
1067
|
+
'orchestration.agent.trace.nodes': 'Run nodes',
|
|
953
1068
|
'orchestration.draft.reset': '下書きをリセット',
|
|
954
1069
|
'orchestration.summary.aria': 'タスクオーケストレーション概要',
|
|
955
1070
|
'orchestration.summary.running': '実行中',
|
|
956
1071
|
'orchestration.summary.queued': '待機中',
|
|
957
1072
|
'orchestration.summary.runs': '実行記録',
|
|
958
|
-
'orchestration.readiness.target.label': '
|
|
959
|
-
'orchestration.readiness.target.done': '
|
|
960
|
-
'orchestration.readiness.target.missing': '
|
|
1073
|
+
'orchestration.readiness.target.label': 'タスクメッセージ',
|
|
1074
|
+
'orchestration.readiness.target.done': 'タスクメッセージを入力済み',
|
|
1075
|
+
'orchestration.readiness.target.missing': 'タスクメッセージが未入力',
|
|
1076
|
+
'orchestration.readiness.sequence.label': '順序',
|
|
1077
|
+
'orchestration.readiness.sequence.missing': 'まず依頼 1 を送信',
|
|
1078
|
+
'orchestration.readiness.sequence.single': '現在は依頼 1 のみです。続けて送信すると依頼 2 になります。',
|
|
1079
|
+
'orchestration.readiness.sequence.multiple': '{count} 件の依頼を順番に実行します: 依頼 1 を完了してから依頼 2 に進みます。',
|
|
961
1080
|
'orchestration.readiness.engine.label': '実行方針',
|
|
962
|
-
'orchestration.readiness.engine.
|
|
1081
|
+
'orchestration.readiness.engine.openaiChat': 'OpenAI Chat 互換ノードで計画',
|
|
963
1082
|
'orchestration.readiness.workflow.done': '{count} 件の Workflow を選択済み',
|
|
964
1083
|
'orchestration.readiness.workflow.missing': 'Workflow ID が未選択',
|
|
965
1084
|
'orchestration.readiness.scope.label': '範囲',
|
|
@@ -970,12 +1089,13 @@ const ja = Object.freeze({
|
|
|
970
1089
|
'orchestration.readiness.preview.missing': '計画は未生成',
|
|
971
1090
|
'orchestration.readiness.preview.blocked': '{count} 件のブロッカー',
|
|
972
1091
|
'orchestration.readiness.preview.ready': '計画利用可能、{count} ノード',
|
|
973
|
-
'orchestration.readiness.empty.title': '
|
|
974
|
-
'orchestration.readiness.empty.summary': '
|
|
1092
|
+
'orchestration.readiness.empty.title': 'タスク目標を入力',
|
|
1093
|
+
'orchestration.readiness.empty.summary': '目標、制約、受け入れ条件を明確にしてください。',
|
|
975
1094
|
'orchestration.readiness.workflow.title': 'Workflow が不足',
|
|
976
1095
|
'orchestration.readiness.workflow.summary': 'Workflow モードが選択されていますが、再利用する Workflow がまだ指定されていません。',
|
|
977
|
-
'orchestration.readiness.preview.title': '
|
|
978
|
-
'orchestration.readiness.preview.summary': '
|
|
1096
|
+
'orchestration.readiness.preview.title': '計画プレビュー推奨',
|
|
1097
|
+
'orchestration.readiness.preview.summary': '目標は入力済みです。/plan でノードと依存関係を確認できます。',
|
|
1098
|
+
'orchestration.readiness.preview.sequenceSummary': '下書きはできており、{count} 件の順序付き依頼を保持しています: 依頼 1 を完了してから依頼 2 に進みます。',
|
|
979
1099
|
'orchestration.readiness.blocked.title': 'プレビューにブロッカーあり',
|
|
980
1100
|
'orchestration.readiness.blocked.summary': '現在の計画にはまだ {count} 件のブロッカーがあります。先に処理してください。',
|
|
981
1101
|
'orchestration.readiness.warn.title': '実行可能ですが警告あり',
|
|
@@ -983,8 +1103,8 @@ const ja = Object.freeze({
|
|
|
983
1103
|
'orchestration.readiness.dryRun.title': 'ドライラン向き',
|
|
984
1104
|
'orchestration.readiness.dryRun.summary': 'まずドライランで安全に実行し、結果を見てから本実行を判断できます。',
|
|
985
1105
|
'orchestration.readiness.ready.title': '実行可能',
|
|
986
|
-
'orchestration.readiness.ready.withFollowUps': '
|
|
987
|
-
'orchestration.readiness.ready.summary': '
|
|
1106
|
+
'orchestration.readiness.ready.withFollowUps': '{count} 件の順序付き依頼を保持しています: 依頼 1 を完了してからコンテキスト付きで依頼 2 に進みます。',
|
|
1107
|
+
'orchestration.readiness.ready.summary': '目標は明確です。実行またはキュー投入できます。',
|
|
988
1108
|
'orchestration.step1.title': '最初に結果を明確に書く',
|
|
989
1109
|
'orchestration.step1.subtitle': '実行に影響する内容だけを書いてください。',
|
|
990
1110
|
'orchestration.templates.title': 'クイックサンプル',
|
|
@@ -999,14 +1119,15 @@ const ja = Object.freeze({
|
|
|
999
1119
|
'orchestration.templates.workflowBatch.target': 'Workflow 一括実行',
|
|
1000
1120
|
'orchestration.templates.workflowBatch.workflowIds': 'review-fix\nregression-test',
|
|
1001
1121
|
'orchestration.templates.workflowBatch.notes': 'Workflow で固定チェックを実行し、結果を整理する',
|
|
1002
|
-
'orchestration.fields.target': '
|
|
1003
|
-
'orchestration.fields.target.placeholder': '例:
|
|
1004
|
-
'orchestration.fields.target.hint': '
|
|
1005
|
-
'orchestration.engine.
|
|
1122
|
+
'orchestration.fields.target': 'タスクメッセージ',
|
|
1123
|
+
'orchestration.fields.target.placeholder': '例: 現在の PR レビューコメントを修正し、回帰テストを追加し、関連しないモジュールは避ける',
|
|
1124
|
+
'orchestration.fields.target.hint': 'チャットのように、結果・制約・受け入れ条件を書けば十分です。',
|
|
1125
|
+
'orchestration.engine.openaiChat': 'OpenAI Chat',
|
|
1006
1126
|
'orchestration.engine.workflow': 'Workflow',
|
|
1007
1127
|
'orchestration.runMode.write': '書き込み',
|
|
1008
1128
|
'orchestration.runMode.readOnly': '読み取り専用',
|
|
1009
1129
|
'orchestration.runMode.dryRun': 'ドライラン',
|
|
1130
|
+
'orchestration.pills.sequenceCount': '順序依頼 {count}',
|
|
1010
1131
|
'orchestration.pills.hasTitle': 'タイトルあり',
|
|
1011
1132
|
'orchestration.pills.workflowCount': 'Workflow {count}',
|
|
1012
1133
|
'orchestration.pills.planNodes': '計画 {count} ノード',
|
|
@@ -1015,11 +1136,18 @@ const ja = Object.freeze({
|
|
|
1015
1136
|
'orchestration.fields.engine': 'エンジン',
|
|
1016
1137
|
'orchestration.fields.runMode': '実行モード',
|
|
1017
1138
|
'orchestration.advanced.title': '詳細設定',
|
|
1139
|
+
'orchestration.advanced.open': '設定',
|
|
1018
1140
|
'orchestration.fields.title': 'タイトル',
|
|
1019
1141
|
'orchestration.fields.title.placeholder': '例: PR #42 のレビュー指摘を修正',
|
|
1020
1142
|
'orchestration.fields.notes': '説明',
|
|
1021
1143
|
'orchestration.fields.notes.placeholder': '例:既存アーキテクチャを書き換えず、増分実装のみ行う',
|
|
1022
1144
|
'orchestration.fields.notes.hint': '境界条件、禁止事項、スタイル要件、検証要件を補足してください。',
|
|
1145
|
+
'orchestration.fields.workspacePath': 'Workspace path',
|
|
1146
|
+
'orchestration.fields.workspacePath.placeholder': 'e.g. /home/me/project',
|
|
1147
|
+
'orchestration.fields.workspacePath.hint': 'Plan, run, and queue use this cwd; leave blank to use the server current directory.',
|
|
1148
|
+
'orchestration.fields.threadId': 'Task thread ID',
|
|
1149
|
+
'orchestration.fields.threadId.placeholder': 'Optional; generated automatically when empty',
|
|
1150
|
+
'orchestration.fields.threadId.hint': 'Use the same thread for follow-up requirements, retries, and queue tracking.',
|
|
1023
1151
|
'orchestration.fields.followUps': '後続アクション(1行1件)',
|
|
1024
1152
|
'orchestration.fields.followUps.placeholder': '例:\nレビューコメントの続きを処理\n最後に回帰テストを実行',
|
|
1025
1153
|
'orchestration.fields.concurrency': '並列度',
|
|
@@ -1035,33 +1163,37 @@ const ja = Object.freeze({
|
|
|
1035
1163
|
'orchestration.actions.planning': '計画中...',
|
|
1036
1164
|
'orchestration.actions.previewOnly': 'プレビューのみ',
|
|
1037
1165
|
'orchestration.actions.preparing': '準備中...',
|
|
1038
|
-
'orchestration.actions.generatePlan': '
|
|
1039
|
-
'orchestration.actions.planAndRun': '
|
|
1166
|
+
'orchestration.actions.generatePlan': '/plan を送信',
|
|
1167
|
+
'orchestration.actions.planAndRun': '/plan を確認して実行',
|
|
1040
1168
|
'orchestration.actions.processing': '処理中...',
|
|
1041
1169
|
'orchestration.actions.queueAndStart': 'キューに入れて開始',
|
|
1042
|
-
'orchestration.actions.caption': '
|
|
1170
|
+
'orchestration.actions.caption': '実行前に必要に応じて計画を更新します。バッチ処理はキューを使用します。',
|
|
1043
1171
|
'orchestration.stage.title': 'タスクステージ',
|
|
1044
|
-
'orchestration.stage.subtitle': '
|
|
1045
|
-
'orchestration.stage.pill.target': '
|
|
1172
|
+
'orchestration.stage.subtitle': '目標を入力し、計画を確認してから実行します。',
|
|
1173
|
+
'orchestration.stage.pill.target': 'メッセージを書く',
|
|
1046
1174
|
'orchestration.stage.pill.preview': 'プレビュー',
|
|
1047
1175
|
'orchestration.stage.pill.run': '実行',
|
|
1048
1176
|
'orchestration.plan.title': '計画',
|
|
1049
|
-
'orchestration.plan.subtitle': '
|
|
1177
|
+
'orchestration.plan.subtitle': 'ノード、ウェーブ、依存関係を確認します。',
|
|
1050
1178
|
'orchestration.plan.summary.nodes': 'ノード数',
|
|
1051
1179
|
'orchestration.plan.summary.waves': '波数',
|
|
1052
1180
|
'orchestration.plan.summary.engine': 'エンジン',
|
|
1181
|
+
'orchestration.plan.summary.threadId': 'Thread ID',
|
|
1182
|
+
'orchestration.plan.summary.cwd': 'Workspace',
|
|
1053
1183
|
'orchestration.plan.node.write': '書き込み',
|
|
1054
1184
|
'orchestration.plan.node.readOnly': '読み取り専用',
|
|
1055
1185
|
'orchestration.labels.dependencies': '依存',
|
|
1056
1186
|
'orchestration.labels.error': 'エラー',
|
|
1057
1187
|
'orchestration.workbench.title': 'タスクワークベンチ',
|
|
1058
|
-
'orchestration.workbench.subtitle': '
|
|
1188
|
+
'orchestration.workbench.subtitle': 'キュー、実行履歴、ノード詳細を表示します。',
|
|
1059
1189
|
'orchestration.queue.start': '開始',
|
|
1060
1190
|
'orchestration.queue.starting': '開始中...',
|
|
1061
1191
|
'orchestration.workbench.tabs.aria': 'タスクタブ',
|
|
1062
1192
|
'orchestration.workbench.tabs.queue': 'キュー {count}',
|
|
1063
1193
|
'orchestration.workbench.tabs.runs': '実行記録 {count}',
|
|
1064
1194
|
'orchestration.workbench.tabs.detail': '詳細',
|
|
1195
|
+
'orchestration.workbench.queueCount': 'キュー {count} 件',
|
|
1196
|
+
'orchestration.workbench.ready': '準備完了',
|
|
1065
1197
|
'orchestration.queue.empty.title': 'キューは空です',
|
|
1066
1198
|
'orchestration.queue.empty.subtitle': 'キューにタスクがありません。',
|
|
1067
1199
|
'orchestration.runs.empty.title': '実行記録なし',
|
|
@@ -1069,13 +1201,32 @@ const ja = Object.freeze({
|
|
|
1069
1201
|
'orchestration.detail.refresh': '詳細を更新',
|
|
1070
1202
|
'orchestration.detail.retry': '再試行',
|
|
1071
1203
|
'orchestration.detail.retrying': '再試行中...',
|
|
1204
|
+
'orchestration.detail.continueThread': 'Continue thread',
|
|
1072
1205
|
'orchestration.detail.empty.title': '実行記録を選択して詳細を表示',
|
|
1073
1206
|
'orchestration.detail.empty.subtitle': 'ここにノードの状態、サマリー、ログが表示されます。',
|
|
1074
1207
|
'orchestration.detail.summary.status': '状態',
|
|
1075
1208
|
'orchestration.detail.summary.duration': '所要時間',
|
|
1076
1209
|
'orchestration.detail.summary.nodes': 'ノード数',
|
|
1077
1210
|
'orchestration.detail.summary.summary': 'サマリー',
|
|
1211
|
+
'orchestration.detail.context.aria': 'タスク実行コンテキスト',
|
|
1212
|
+
'orchestration.detail.context.run': 'Run ID',
|
|
1078
1213
|
'orchestration.detail.node.meta': '{id} · 試行 {attempts} · 自動修正 {autoFix}',
|
|
1214
|
+
'orchestration.openai.status.title': 'OpenAI Chat 実行設定',
|
|
1215
|
+
'orchestration.openai.status.subtitle': 'タスクノードは現在の OpenClaw provider を使用し、実行前に base URL、API key、model を確認します。',
|
|
1216
|
+
'orchestration.openai.status.provider': 'Provider',
|
|
1217
|
+
'orchestration.openai.status.model': 'Model',
|
|
1218
|
+
'orchestration.openai.status.endpoint': 'Endpoint',
|
|
1219
|
+
'orchestration.openai.status.apiKey': 'API Key',
|
|
1220
|
+
'orchestration.openai.status.headers': '追加 headers',
|
|
1221
|
+
'orchestration.openai.status.configured': '設定済み',
|
|
1222
|
+
'orchestration.openai.status.missing': '未設定',
|
|
1223
|
+
'orchestration.openai.status.notSet': 'なし',
|
|
1224
|
+
'orchestration.openai.status.notLoaded': '更新すると OpenAI Chat の準備状態を読み込みます。',
|
|
1225
|
+
'orchestration.openai.status.configure': 'OpenAI Chat を設定',
|
|
1226
|
+
'orchestration.detail.node.output': 'AI 出力',
|
|
1227
|
+
'orchestration.detail.node.endpoint': 'Endpoint: ',
|
|
1228
|
+
'orchestration.detail.node.materializedFiles': '生成ファイル:',
|
|
1229
|
+
'orchestration.detail.node.workspaceFiles': 'Workspace files:',
|
|
1079
1230
|
'skills.localLabel': '{target} / ローカル Skills',
|
|
1080
1231
|
'skills.counts': 'インストール済 {installed} · インポート可 {importable}',
|
|
1081
1232
|
|