codexmate 0.0.56 → 0.0.57
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/cli.js +680 -129
- 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 +55 -129
- package/web-ui/modules/app.computed.main-tabs.mjs +304 -7
- package/web-ui/modules/app.methods.agents.mjs +3 -0
- 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.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 +415 -68
- package/web-ui/modules/config-template-confirm-pref.mjs +2 -3
- package/web-ui/modules/i18n/locales/en.mjs +146 -26
- package/web-ui/modules/i18n/locales/ja.mjs +143 -23
- package/web-ui/modules/i18n/locales/vi.mjs +145 -25
- package/web-ui/modules/i18n/locales/zh-tw.mjs +146 -26
- package/web-ui/modules/i18n/locales/zh.mjs +148 -28
- 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 +37 -14
- package/web-ui/partials/index/panel-orchestration.html +489 -282
- package/web-ui/res/web-ui-render.precompiled.js +1049 -610
- package/web-ui/styles/layout-shell.css +157 -1
- package/web-ui/styles/navigation-panels.css +11 -0
- package/web-ui/styles/task-orchestration.css +2161 -4
|
@@ -147,6 +147,8 @@ const en = Object.freeze({
|
|
|
147
147
|
'side.system': 'System',
|
|
148
148
|
'side.orchestration': 'Tasks',
|
|
149
149
|
'side.skills': 'Skills',
|
|
150
|
+
'side.collapse': 'Collapse sidebar',
|
|
151
|
+
'side.expand': 'Expand sidebar',
|
|
150
152
|
|
|
151
153
|
// Side rail items
|
|
152
154
|
'side.overview.doctor': 'Doctor',
|
|
@@ -202,7 +204,7 @@ const en = Object.freeze({
|
|
|
202
204
|
'title.config': 'Local Configuration Console',
|
|
203
205
|
'title.sessions': 'Sessions & Export',
|
|
204
206
|
'title.usage': 'Local Usage & Trends',
|
|
205
|
-
'title.orchestration': 'Task
|
|
207
|
+
'title.orchestration': 'Task Thread',
|
|
206
208
|
'title.market': 'Skills Install & Sync',
|
|
207
209
|
'title.plugins': 'Plugins & Templates',
|
|
208
210
|
'title.docs': 'CLI Install & Docs',
|
|
@@ -213,7 +215,7 @@ const en = Object.freeze({
|
|
|
213
215
|
'subtitle.config': 'Manage local configs and models.',
|
|
214
216
|
'subtitle.sessions': 'Browse and export sessions.',
|
|
215
217
|
'subtitle.usage': 'View usage for the last 7/30 days.',
|
|
216
|
-
'subtitle.orchestration': '
|
|
218
|
+
'subtitle.orchestration': 'Chat with Codexmate, then send /plan when the task is ready.',
|
|
217
219
|
'subtitle.market': 'Manage local skills.',
|
|
218
220
|
'subtitle.plugins': 'Manage reusable prompt templates and plugins.',
|
|
219
221
|
'subtitle.docs': 'CLI install commands and troubleshooting.',
|
|
@@ -958,19 +960,105 @@ const en = Object.freeze({
|
|
|
958
960
|
'usage.range.7d.short': 'Last 7 days',
|
|
959
961
|
'usage.range.30d.short': 'Last 30 days',
|
|
960
962
|
'orchestration.queueStats': 'Queue: {running} running · {queued} queued',
|
|
961
|
-
'orchestration.
|
|
962
|
-
'orchestration.
|
|
963
|
-
'orchestration.
|
|
963
|
+
'orchestration.rebuilding.status': 'Paused',
|
|
964
|
+
'orchestration.rebuilding.title': 'Rebuilding',
|
|
965
|
+
'orchestration.rebuilding.body': 'Task orchestration is visible but disabled for now.',
|
|
966
|
+
'orchestration.hero.kicker': 'ORCHESTRATION',
|
|
967
|
+
'orchestration.hero.title': 'Task orchestration',
|
|
968
|
+
'orchestration.hero.subtitle': 'Plan, run, and trace tasks with workspace and thread context.',
|
|
969
|
+
'orchestration.quick.kicker': 'Task input',
|
|
970
|
+
'orchestration.quick.title': 'Enter a task objective',
|
|
971
|
+
'orchestration.quick.subtitle': 'Describe the objective, constraints, and acceptance criteria. Use /plan to preview before running.',
|
|
972
|
+
'orchestration.quick.caption': 'Enter appends a request; /plan previews; Start work plans and runs.',
|
|
973
|
+
'orchestration.quick.templates.reviewFix.meta': 'Fix review feedback and validate regressions.',
|
|
974
|
+
'orchestration.quick.templates.planOnly.meta': 'Investigate first without writing files.',
|
|
975
|
+
'orchestration.quick.templates.workflowBatch.meta': 'Reuse local workflows for repeatable checks.',
|
|
976
|
+
'orchestration.chat.input.label': 'Task message',
|
|
977
|
+
'orchestration.chat.input.placeholder': 'Describe the objective, constraints, and acceptance criteria. Type /plan to preview.',
|
|
978
|
+
'orchestration.chat.input.hint': 'Workspace, thread, and run mode can be adjusted in Advanced.',
|
|
979
|
+
'orchestration.chat.context.aria': 'Task context',
|
|
980
|
+
'orchestration.chat.context.workspace.auto': 'Workspace auto-detected',
|
|
981
|
+
'orchestration.chat.context.workspace.value': 'Workspace {value}',
|
|
982
|
+
'orchestration.chat.context.thread.auto': 'Thread auto-generated',
|
|
983
|
+
'orchestration.chat.context.thread.value': 'Thread {value}',
|
|
984
|
+
'orchestration.chat.context.sequence.empty': 'Sequence: waiting for request 1',
|
|
985
|
+
'orchestration.chat.context.sequence.value': 'Sequence: {count} request(s)',
|
|
986
|
+
'orchestration.privacy.workspace.selected': 'Workspace selected',
|
|
987
|
+
'orchestration.privacy.thread.selected': 'Thread selected',
|
|
988
|
+
'orchestration.chat.thread.aria': 'Task conversation',
|
|
989
|
+
'orchestration.chat.input.send': 'Append request',
|
|
990
|
+
'orchestration.chat.input.discuss': 'Preview plan',
|
|
991
|
+
'orchestration.chat.input.work': 'Start work',
|
|
992
|
+
'orchestration.chat.input.firstHint': 'This becomes request 1.',
|
|
993
|
+
'orchestration.chat.input.workHint': 'Current input is included before execution.',
|
|
994
|
+
'orchestration.chat.input.workCaption': 'Enter appends a request; /plan previews only; Start work plans and runs.',
|
|
995
|
+
'orchestration.chat.input.sequenceHint': 'Sending now becomes request {count}.',
|
|
996
|
+
'orchestration.chat.assistant.contextLabel': 'Previous context',
|
|
997
|
+
'orchestration.chat.assistant.contextFallback': 'A previous task is selected. Continuing will inherit its thread and workspace.',
|
|
998
|
+
'orchestration.chat.assistant.resultLabel': 'Result',
|
|
999
|
+
'orchestration.chat.assistant.filesSummary': 'File operations: {files}',
|
|
1000
|
+
'orchestration.chat.assistant.readyLabel': 'Codexmate',
|
|
1001
|
+
'orchestration.chat.assistant.empty': 'Enter a task objective. Multiple requests run in order with context preserved.',
|
|
1002
|
+
'orchestration.chat.assistant.planLabel': 'Plan preview',
|
|
1003
|
+
'orchestration.chat.assistant.planSummary': 'Plan ready: {nodes} nodes across {waves} waves.',
|
|
1004
|
+
'orchestration.chat.assistant.sequenceReady': 'Multiple requests received. Codexmate will finish request 1 first, then continue with the remaining context.',
|
|
1005
|
+
'orchestration.chat.assistant.singleReady': 'Request received. Add another request or type /plan to preview.',
|
|
1006
|
+
'orchestration.chat.user.step': 'Request {count}',
|
|
1007
|
+
'orchestration.chat.meta.thread': 'Thread {value}',
|
|
1008
|
+
'orchestration.chat.meta.workspace': 'Workspace {value}',
|
|
1009
|
+
'orchestration.chat.meta.order': 'Sequential execution · context kept',
|
|
1010
|
+
'orchestration.chat.meta.first': 'Finish this first',
|
|
1011
|
+
'orchestration.chat.meta.afterPrevious': 'Continue after the previous request completes',
|
|
1012
|
+
'orchestration.chat.meta.contextKept': 'Context is kept on the thread',
|
|
1013
|
+
'orchestration.chat.meta.previewNext': 'Next: /plan preview',
|
|
1014
|
+
'orchestration.quick.checklist.title': 'Ready check',
|
|
1015
|
+
'orchestration.quick.checklist.subtitle': 'Only the blockers that affect execution stay visible.',
|
|
1016
|
+
'orchestration.agent.aria': 'Task orchestration state',
|
|
1017
|
+
'orchestration.agent.kicker': 'Task orchestration',
|
|
1018
|
+
'orchestration.agent.title': 'Task orchestration console',
|
|
1019
|
+
'orchestration.agent.subtitle': 'Select a workspace and session, run tasks, and inspect execution details.',
|
|
1020
|
+
'orchestration.agent.state.ready': 'Ready',
|
|
1021
|
+
'orchestration.agent.state.planning': 'Planning',
|
|
1022
|
+
'orchestration.agent.state.running': 'Running',
|
|
1023
|
+
'orchestration.agent.surface.workspace': 'Workspace',
|
|
1024
|
+
'orchestration.agent.surface.session': 'Context',
|
|
1025
|
+
'orchestration.agent.surface.mode': 'Mode',
|
|
1026
|
+
'orchestration.agent.surface.trace': 'Trace',
|
|
1027
|
+
'orchestration.agent.surface.runs': 'runs',
|
|
1028
|
+
'orchestration.agent.surface.queue': 'queued',
|
|
1029
|
+
'orchestration.agent.trace.title': 'Live trace',
|
|
1030
|
+
'orchestration.agent.trace.plan': 'Plan nodes',
|
|
1031
|
+
'orchestration.agent.trace.queue': 'Queue',
|
|
1032
|
+
'orchestration.agent.trace.runs': 'Runs',
|
|
1033
|
+
'orchestration.agent.trace.nodes': 'Run nodes',
|
|
1034
|
+
'orchestration.quick.status.title': 'Current draft',
|
|
1035
|
+
'orchestration.workspace.aria': 'Workspace and sessions',
|
|
1036
|
+
'orchestration.workspace.title': 'Workspace',
|
|
1037
|
+
'orchestration.workspace.subtitle': 'Pick a project, then create or resume sessions for it.',
|
|
1038
|
+
'orchestration.workspace.selector': 'Workspace selector',
|
|
1039
|
+
'orchestration.workspace.counts': '{runs} runs · {queue} queue',
|
|
1040
|
+
'orchestration.workspace.newSession': '+ New',
|
|
1041
|
+
'orchestration.workspace.sessions.title': 'Records',
|
|
1042
|
+
'orchestration.workspace.sessions.empty.title': 'No records yet',
|
|
1043
|
+
'orchestration.workspace.sessions.empty.subtitle': 'Create a record or refresh to load existing runs.',
|
|
1044
|
+
'orchestration.workspace.sessions.queueTitle': 'Queued item',
|
|
1045
|
+
'orchestration.workspace.sessions.runTitle': 'Run record',
|
|
1046
|
+
'orchestration.workspace.sessions.detailsHidden': 'Details hidden for privacy',
|
|
1047
|
+
'orchestration.workspace.pathHidden': 'Path hidden for privacy',
|
|
964
1048
|
'orchestration.draft.reset': 'Reset draft',
|
|
965
1049
|
'orchestration.summary.aria': 'Task orchestration summary',
|
|
966
1050
|
'orchestration.summary.running': 'Running',
|
|
967
1051
|
'orchestration.summary.queued': 'Queued',
|
|
968
1052
|
'orchestration.summary.runs': 'Runs',
|
|
969
|
-
'orchestration.readiness.target.label': '
|
|
970
|
-
'orchestration.readiness.target.done': '
|
|
971
|
-
'orchestration.readiness.target.missing': '
|
|
1053
|
+
'orchestration.readiness.target.label': 'Task message',
|
|
1054
|
+
'orchestration.readiness.target.done': 'Task message written',
|
|
1055
|
+
'orchestration.readiness.target.missing': 'Task message not written yet',
|
|
1056
|
+
'orchestration.readiness.sequence.label': 'Sequence',
|
|
1057
|
+
'orchestration.readiness.sequence.missing': 'Send request 1 first',
|
|
1058
|
+
'orchestration.readiness.sequence.single': 'Only request 1 is set; send another message to create request 2.',
|
|
1059
|
+
'orchestration.readiness.sequence.multiple': '{count} requests will run in order: finish request 1, then continue request 2.',
|
|
972
1060
|
'orchestration.readiness.engine.label': 'Execution strategy',
|
|
973
|
-
'orchestration.readiness.engine.
|
|
1061
|
+
'orchestration.readiness.engine.openaiChat': 'Use OpenAI Chat-compatible nodes',
|
|
974
1062
|
'orchestration.readiness.workflow.done': '{count} workflow(s) selected',
|
|
975
1063
|
'orchestration.readiness.workflow.missing': 'No Workflow ID selected yet',
|
|
976
1064
|
'orchestration.readiness.scope.label': 'Scope',
|
|
@@ -981,12 +1069,13 @@ const en = Object.freeze({
|
|
|
981
1069
|
'orchestration.readiness.preview.missing': 'No plan generated yet',
|
|
982
1070
|
'orchestration.readiness.preview.blocked': '{count} blocker(s)',
|
|
983
1071
|
'orchestration.readiness.preview.ready': 'Plan ready, {count} node(s)',
|
|
984
|
-
'orchestration.readiness.empty.title': 'Write a
|
|
985
|
-
'orchestration.readiness.empty.summary': '
|
|
1072
|
+
'orchestration.readiness.empty.title': 'Write a task message first',
|
|
1073
|
+
'orchestration.readiness.empty.summary': 'Define the objective, constraints, and acceptance criteria.',
|
|
986
1074
|
'orchestration.readiness.workflow.title': 'Workflow missing',
|
|
987
1075
|
'orchestration.readiness.workflow.summary': 'Workflow mode is selected, but no reusable workflow is specified yet.',
|
|
988
|
-
'orchestration.readiness.preview.title': '
|
|
989
|
-
'orchestration.readiness.preview.summary': '
|
|
1076
|
+
'orchestration.readiness.preview.title': 'Plan preview recommended',
|
|
1077
|
+
'orchestration.readiness.preview.summary': 'Objective is set. Use /plan to confirm nodes and dependencies.',
|
|
1078
|
+
'orchestration.readiness.preview.sequenceSummary': 'The draft is ready with {count} ordered requests: finish request 1, then continue request 2.',
|
|
990
1079
|
'orchestration.readiness.blocked.title': 'Preview has blockers',
|
|
991
1080
|
'orchestration.readiness.blocked.summary': 'The current plan still has {count} blocker(s). Resolve them first.',
|
|
992
1081
|
'orchestration.readiness.warn.title': 'Runnable with warnings',
|
|
@@ -994,8 +1083,8 @@ const en = Object.freeze({
|
|
|
994
1083
|
'orchestration.readiness.dryRun.title': 'Good fit for dry run',
|
|
995
1084
|
'orchestration.readiness.dryRun.summary': 'You can safely run a dry run now and inspect the result before executing for real.',
|
|
996
1085
|
'orchestration.readiness.ready.title': 'Ready to run',
|
|
997
|
-
'orchestration.readiness.ready.withFollowUps': '
|
|
998
|
-
'orchestration.readiness.ready.summary': '
|
|
1086
|
+
'orchestration.readiness.ready.withFollowUps': '{count} ordered requests are locked: finish request 1, then continue request 2 with context.',
|
|
1087
|
+
'orchestration.readiness.ready.summary': 'Objective is clear. Run now or enqueue.',
|
|
999
1088
|
'orchestration.step1.title': 'Start with the outcome',
|
|
1000
1089
|
'orchestration.step1.subtitle': 'Only include what affects execution.',
|
|
1001
1090
|
'orchestration.templates.title': 'Quick examples',
|
|
@@ -1010,14 +1099,15 @@ const en = Object.freeze({
|
|
|
1010
1099
|
'orchestration.templates.workflowBatch.target': 'Run a fixed set of checks using workflows and summarize results',
|
|
1011
1100
|
'orchestration.templates.workflowBatch.workflowIds': 'diagnose-config\nsafe-provider-switch',
|
|
1012
1101
|
'orchestration.templates.workflowBatch.notes': 'Produce a unified conclusion; avoid repetitive narration',
|
|
1013
|
-
'orchestration.fields.target': '
|
|
1014
|
-
'orchestration.fields.target.placeholder': 'e.g.
|
|
1015
|
-
'orchestration.fields.target.hint': 'One
|
|
1016
|
-
'orchestration.engine.
|
|
1102
|
+
'orchestration.fields.target': 'Task message',
|
|
1103
|
+
'orchestration.fields.target.placeholder': 'e.g. Fix current PR review comments, add regression tests, and avoid unrelated modules',
|
|
1104
|
+
'orchestration.fields.target.hint': 'One chat-style message is enough: outcome, constraints, and acceptance criteria.',
|
|
1105
|
+
'orchestration.engine.openaiChat': 'OpenAI Chat',
|
|
1017
1106
|
'orchestration.engine.workflow': 'Workflow',
|
|
1018
1107
|
'orchestration.runMode.write': 'Write',
|
|
1019
1108
|
'orchestration.runMode.readOnly': 'Read-only',
|
|
1020
1109
|
'orchestration.runMode.dryRun': 'Dry run',
|
|
1110
|
+
'orchestration.pills.sequenceCount': 'Sequential requests {count}',
|
|
1021
1111
|
'orchestration.pills.hasTitle': 'Title set',
|
|
1022
1112
|
'orchestration.pills.workflowCount': 'Workflows {count}',
|
|
1023
1113
|
'orchestration.pills.planNodes': 'Plan {count} nodes',
|
|
@@ -1026,11 +1116,18 @@ const en = Object.freeze({
|
|
|
1026
1116
|
'orchestration.fields.engine': 'Engine',
|
|
1027
1117
|
'orchestration.fields.runMode': 'Run mode',
|
|
1028
1118
|
'orchestration.advanced.title': 'Advanced',
|
|
1119
|
+
'orchestration.advanced.open': 'Settings',
|
|
1029
1120
|
'orchestration.fields.title': 'Title',
|
|
1030
1121
|
'orchestration.fields.title.placeholder': 'Optional. Defaults to an inferred title from target.',
|
|
1031
1122
|
'orchestration.fields.notes': 'Notes',
|
|
1032
1123
|
'orchestration.fields.notes.placeholder': 'e.g. Do incremental changes only; do not rewrite architecture',
|
|
1033
1124
|
'orchestration.fields.notes.hint': 'Add boundaries, constraints, style rules, or verification requirements.',
|
|
1125
|
+
'orchestration.fields.workspacePath': 'Workspace path',
|
|
1126
|
+
'orchestration.fields.workspacePath.placeholder': 'e.g. /home/me/project',
|
|
1127
|
+
'orchestration.fields.workspacePath.hint': 'Plan, run, and queue use this cwd; leave blank to use the server current directory.',
|
|
1128
|
+
'orchestration.fields.threadId': 'Task thread ID',
|
|
1129
|
+
'orchestration.fields.threadId.placeholder': 'Optional; generated automatically when empty',
|
|
1130
|
+
'orchestration.fields.threadId.hint': 'Use the same thread for follow-up requirements, retries, and queue tracking.',
|
|
1034
1131
|
'orchestration.fields.followUps': 'Follow-ups (one per line)',
|
|
1035
1132
|
'orchestration.fields.followUps.placeholder': 'e.g.\nAddress new review comments\nAdd regression tests',
|
|
1036
1133
|
'orchestration.fields.concurrency': 'Concurrency',
|
|
@@ -1046,14 +1143,14 @@ const en = Object.freeze({
|
|
|
1046
1143
|
'orchestration.actions.planning': 'Planning...',
|
|
1047
1144
|
'orchestration.actions.previewOnly': 'Preview only',
|
|
1048
1145
|
'orchestration.actions.preparing': 'Preparing...',
|
|
1049
|
-
'orchestration.actions.generatePlan': '
|
|
1050
|
-
'orchestration.actions.planAndRun': '
|
|
1146
|
+
'orchestration.actions.generatePlan': 'Send /plan',
|
|
1147
|
+
'orchestration.actions.planAndRun': 'Preview /plan and run',
|
|
1051
1148
|
'orchestration.actions.processing': 'Working...',
|
|
1052
1149
|
'orchestration.actions.queueAndStart': 'Queue & start',
|
|
1053
|
-
'orchestration.actions.caption': '
|
|
1054
|
-
'orchestration.stage.title': '
|
|
1055
|
-
'orchestration.stage.subtitle': '
|
|
1056
|
-
'orchestration.stage.pill.target': 'Write
|
|
1150
|
+
'orchestration.actions.caption': 'Execution refreshes the plan when needed; use queue mode for batch runs.',
|
|
1151
|
+
'orchestration.stage.title': 'Task stage',
|
|
1152
|
+
'orchestration.stage.subtitle': 'Define the objective, preview the plan, then run.',
|
|
1153
|
+
'orchestration.stage.pill.target': 'Write message',
|
|
1057
1154
|
'orchestration.stage.pill.preview': 'Preview',
|
|
1058
1155
|
'orchestration.stage.pill.run': 'Run or queue',
|
|
1059
1156
|
'orchestration.plan.title': 'Plan preview',
|
|
@@ -1061,18 +1158,22 @@ const en = Object.freeze({
|
|
|
1061
1158
|
'orchestration.plan.summary.nodes': 'Nodes',
|
|
1062
1159
|
'orchestration.plan.summary.waves': 'Waves',
|
|
1063
1160
|
'orchestration.plan.summary.engine': 'Engine',
|
|
1161
|
+
'orchestration.plan.summary.threadId': 'Thread ID',
|
|
1162
|
+
'orchestration.plan.summary.cwd': 'Workspace',
|
|
1064
1163
|
'orchestration.plan.node.write': 'write',
|
|
1065
1164
|
'orchestration.plan.node.readOnly': 'read-only',
|
|
1066
1165
|
'orchestration.labels.dependencies': 'Dependencies: ',
|
|
1067
1166
|
'orchestration.labels.error': 'Error: ',
|
|
1068
1167
|
'orchestration.workbench.title': 'Workbench',
|
|
1069
|
-
'orchestration.workbench.subtitle': '
|
|
1168
|
+
'orchestration.workbench.subtitle': 'Queue, run history, and node details.',
|
|
1070
1169
|
'orchestration.queue.start': 'Start queue',
|
|
1071
1170
|
'orchestration.queue.starting': 'Starting...',
|
|
1072
1171
|
'orchestration.workbench.tabs.aria': 'Workbench views',
|
|
1073
1172
|
'orchestration.workbench.tabs.queue': 'Queue {count}',
|
|
1074
1173
|
'orchestration.workbench.tabs.runs': 'Runs {count}',
|
|
1075
1174
|
'orchestration.workbench.tabs.detail': 'Run detail',
|
|
1175
|
+
'orchestration.workbench.queueCount': '{count} queued',
|
|
1176
|
+
'orchestration.workbench.ready': 'Ready',
|
|
1076
1177
|
'orchestration.queue.empty.title': 'No queued tasks',
|
|
1077
1178
|
'orchestration.queue.empty.subtitle': 'Queue batch tasks first, then start the runner.',
|
|
1078
1179
|
'orchestration.runs.empty.title': 'No runs yet',
|
|
@@ -1080,13 +1181,32 @@ const en = Object.freeze({
|
|
|
1080
1181
|
'orchestration.detail.refresh': 'Refresh detail',
|
|
1081
1182
|
'orchestration.detail.retry': 'Retry',
|
|
1082
1183
|
'orchestration.detail.retrying': 'Retrying...',
|
|
1184
|
+
'orchestration.detail.continueThread': 'Continue thread',
|
|
1083
1185
|
'orchestration.detail.empty.title': 'Select a run to view details',
|
|
1084
1186
|
'orchestration.detail.empty.subtitle': 'This view shows node statuses, summaries, and logs.',
|
|
1085
1187
|
'orchestration.detail.summary.status': 'Status',
|
|
1086
1188
|
'orchestration.detail.summary.duration': 'Duration',
|
|
1087
1189
|
'orchestration.detail.summary.nodes': 'Nodes',
|
|
1088
1190
|
'orchestration.detail.summary.summary': 'Summary',
|
|
1191
|
+
'orchestration.detail.context.aria': 'Task run context',
|
|
1192
|
+
'orchestration.detail.context.run': 'Run ID',
|
|
1089
1193
|
'orchestration.detail.node.meta': '{id} · attempts {attempts} · auto-fix {autoFix}',
|
|
1194
|
+
'orchestration.openai.status.title': 'OpenAI Chat runtime',
|
|
1195
|
+
'orchestration.openai.status.subtitle': 'Task nodes use the current OpenAI Chat configuration: base URL, API key, and model are checked before execution.',
|
|
1196
|
+
'orchestration.openai.status.provider': 'Provider',
|
|
1197
|
+
'orchestration.openai.status.model': 'Model',
|
|
1198
|
+
'orchestration.openai.status.endpoint': 'Endpoint',
|
|
1199
|
+
'orchestration.openai.status.apiKey': 'API key',
|
|
1200
|
+
'orchestration.openai.status.headers': 'Extra headers',
|
|
1201
|
+
'orchestration.openai.status.configured': 'Configured',
|
|
1202
|
+
'orchestration.openai.status.missing': 'Missing',
|
|
1203
|
+
'orchestration.openai.status.notSet': 'Not set',
|
|
1204
|
+
'orchestration.openai.status.notLoaded': 'Refresh to load OpenAI Chat readiness.',
|
|
1205
|
+
'orchestration.openai.status.configure': 'Configure OpenAI Chat',
|
|
1206
|
+
'orchestration.detail.node.output': 'AI output',
|
|
1207
|
+
'orchestration.detail.node.endpoint': 'Endpoint: ',
|
|
1208
|
+
'orchestration.detail.node.materializedFiles': 'Materialized files:',
|
|
1209
|
+
'orchestration.detail.node.workspaceFiles': 'Workspace files:',
|
|
1090
1210
|
'skills.localLabel': '{target} / Local skills',
|
|
1091
1211
|
'skills.counts': '{installed} installed · {importable} importable',
|
|
1092
1212
|
|
|
@@ -148,6 +148,8 @@ const ja = Object.freeze({
|
|
|
148
148
|
'side.system': 'システム',
|
|
149
149
|
'side.orchestration': 'タスク',
|
|
150
150
|
'side.skills': 'Skills',
|
|
151
|
+
'side.collapse': 'サイドバーを折りたたむ',
|
|
152
|
+
'side.expand': 'サイドバーを展開',
|
|
151
153
|
|
|
152
154
|
// Side rail items
|
|
153
155
|
'side.overview.doctor': 'Doctor パネル',
|
|
@@ -947,19 +949,105 @@ const ja = Object.freeze({
|
|
|
947
949
|
'usage.range.7d.short': '直近 7 日',
|
|
948
950
|
'usage.range.30d.short': '直近 30 日',
|
|
949
951
|
'orchestration.queueStats': 'キュー {running} 実行中 · {queued} 待機中',
|
|
952
|
+
'orchestration.rebuilding.status': '一時停止',
|
|
953
|
+
'orchestration.rebuilding.title': '再構築中',
|
|
954
|
+
'orchestration.rebuilding.body': 'タスク編成入口は表示のみで、現在はクリックできません。',
|
|
950
955
|
'orchestration.hero.kicker': 'タスクオーケストレーション',
|
|
951
|
-
'orchestration.hero.title': '
|
|
952
|
-
'orchestration.hero.subtitle': '
|
|
956
|
+
'orchestration.hero.title': 'タスクオーケストレーション',
|
|
957
|
+
'orchestration.hero.subtitle': 'ワークスペースとスレッドの文脈を保持しながら、計画・実行・追跡します。',
|
|
958
|
+
'orchestration.quick.kicker': 'タスク入力',
|
|
959
|
+
'orchestration.quick.title': 'タスク目標を入力',
|
|
960
|
+
'orchestration.quick.subtitle': '目標、制約、受け入れ条件を記述します。実行前に /plan で計画を確認できます。',
|
|
961
|
+
'orchestration.quick.caption': 'Enter で依頼を追加、/plan で計画を確認、実行開始で計画して実行します。',
|
|
962
|
+
'orchestration.quick.templates.reviewFix.meta': 'レビュー指摘を直し、回帰確認します。',
|
|
963
|
+
'orchestration.quick.templates.planOnly.meta': '書き込みなしで調査と計画だけ行います。',
|
|
964
|
+
'orchestration.quick.templates.workflowBatch.meta': 'ローカル Workflow で定型チェックします。',
|
|
965
|
+
'orchestration.chat.input.label': 'タスクメッセージ',
|
|
966
|
+
'orchestration.chat.input.placeholder': '目標、制約、受け入れ条件を記述します。/plan で計画を確認できます。',
|
|
967
|
+
'orchestration.chat.input.hint': 'ワークスペース、スレッド、実行モードは詳細設定で調整できます。',
|
|
968
|
+
'orchestration.chat.context.aria': 'タスクコンテキスト',
|
|
969
|
+
'orchestration.chat.context.workspace.auto': 'Workspace を自動検出',
|
|
970
|
+
'orchestration.chat.context.workspace.value': 'Workspace {value}',
|
|
971
|
+
'orchestration.chat.context.thread.auto': 'Thread を自動生成',
|
|
972
|
+
'orchestration.chat.context.thread.value': 'Thread {value}',
|
|
973
|
+
'orchestration.chat.context.sequence.empty': '順序: 依頼 1 待ち',
|
|
974
|
+
'orchestration.chat.context.sequence.value': '順序: {count} 件の依頼',
|
|
975
|
+
'orchestration.privacy.workspace.selected': 'Workspace selected',
|
|
976
|
+
'orchestration.privacy.thread.selected': 'Thread selected',
|
|
977
|
+
'orchestration.chat.thread.aria': 'タスク会話',
|
|
978
|
+
'orchestration.chat.input.send': '依頼を追加',
|
|
979
|
+
'orchestration.chat.input.discuss': '計画プレビュー',
|
|
980
|
+
'orchestration.chat.input.work': '実行開始',
|
|
981
|
+
'orchestration.chat.input.firstHint': 'これは依頼 1 になります。',
|
|
982
|
+
'orchestration.chat.input.sequenceHint': '今送信すると依頼 {count} になります。',
|
|
983
|
+
'orchestration.chat.input.workHint': '実行前に現在の入力を取り込みます。',
|
|
984
|
+
'orchestration.chat.input.workCaption': 'Enter で依頼を追加、/plan はプレビューのみ、実行開始で計画して実行します。',
|
|
985
|
+
'orchestration.chat.assistant.contextLabel': '前回のコンテキスト',
|
|
986
|
+
'orchestration.chat.assistant.contextFallback': '過去のタスクが選択されています。続行するとスレッドとワークスペースを引き継ぎます。',
|
|
987
|
+
'orchestration.chat.assistant.resultLabel': '実装結果',
|
|
988
|
+
'orchestration.chat.assistant.filesSummary': 'ファイル操作: {files}',
|
|
989
|
+
'orchestration.chat.assistant.readyLabel': 'Codexmate',
|
|
990
|
+
'orchestration.chat.assistant.empty': '最初の依頼を送信してください。2 件目があれば続けて送信すると、Codexmate はコンテキストを保ったまま順番に処理します。',
|
|
991
|
+
'orchestration.chat.assistant.planLabel': '計画プレビュー',
|
|
992
|
+
'orchestration.chat.assistant.planSummary': '/plan の計画を作成しました:{nodes} ノード、{waves} ウェーブ。',
|
|
993
|
+
'orchestration.chat.assistant.sequenceReady': '複数の依頼を受け取りました。まず依頼 1 を完了し、そのコンテキストで後続の依頼を続けます。',
|
|
994
|
+
'orchestration.chat.assistant.singleReady': '最初の依頼を受け取りました。依頼 2 を追加するか、このままプレビューして実行できます。',
|
|
995
|
+
'orchestration.chat.user.step': '依頼 {count}',
|
|
996
|
+
'orchestration.chat.meta.thread': 'スレッド {value}',
|
|
997
|
+
'orchestration.chat.meta.workspace': 'ワークスペース {value}',
|
|
998
|
+
'orchestration.chat.meta.order': '順次実行 · コンテキスト保持',
|
|
999
|
+
'orchestration.chat.meta.first': 'これを先に完了',
|
|
1000
|
+
'orchestration.chat.meta.afterPrevious': '前の依頼完了後に続行',
|
|
1001
|
+
'orchestration.chat.meta.contextKept': 'コンテキストはスレッドに保持されます',
|
|
1002
|
+
'orchestration.chat.meta.previewNext': '次:計画をプレビュー',
|
|
1003
|
+
'orchestration.quick.checklist.title': '実行前チェック',
|
|
1004
|
+
'orchestration.quick.checklist.subtitle': '実行に影響するブロッカーだけを表示します。',
|
|
1005
|
+
'orchestration.quick.status.title': '現在の下書き',
|
|
1006
|
+
'orchestration.workspace.aria': 'ワークスペースと記録',
|
|
1007
|
+
'orchestration.workspace.title': 'ワークスペース',
|
|
1008
|
+
'orchestration.workspace.subtitle': 'プロジェクトを選択し、記録を再開します。',
|
|
1009
|
+
'orchestration.workspace.selector': 'ワークスペース選択',
|
|
1010
|
+
'orchestration.workspace.counts': '{runs} runs · {queue} queue',
|
|
1011
|
+
'orchestration.workspace.newSession': '+ 新規',
|
|
1012
|
+
'orchestration.workspace.sessions.title': '記録',
|
|
1013
|
+
'orchestration.workspace.sessions.empty.title': 'このプロジェクトの記録はありません',
|
|
1014
|
+
'orchestration.workspace.sessions.empty.subtitle': '新しい記録を作成するか、更新して既存の実行を読み込みます。',
|
|
1015
|
+
'orchestration.workspace.sessions.queueTitle': 'キュー項目',
|
|
1016
|
+
'orchestration.workspace.sessions.runTitle': '実行記録',
|
|
1017
|
+
'orchestration.workspace.sessions.detailsHidden': '詳細は非表示',
|
|
1018
|
+
'orchestration.workspace.pathHidden': 'パスは非表示',
|
|
1019
|
+
'orchestration.agent.aria': 'タスクオーケストレーション状態',
|
|
1020
|
+
'orchestration.agent.kicker': 'タスクオーケストレーション',
|
|
1021
|
+
'orchestration.agent.title': 'タスクオーケストレーションコンソール',
|
|
1022
|
+
'orchestration.agent.subtitle': 'ワークスペースと記録を選択し、タスクを実行して詳細を確認します。',
|
|
1023
|
+
'orchestration.agent.state.ready': 'Ready',
|
|
1024
|
+
'orchestration.agent.state.planning': 'Planning',
|
|
1025
|
+
'orchestration.agent.state.running': 'Running',
|
|
1026
|
+
'orchestration.agent.surface.workspace': 'Workspace',
|
|
1027
|
+
'orchestration.agent.surface.session': 'Context',
|
|
1028
|
+
'orchestration.agent.surface.mode': 'Mode',
|
|
1029
|
+
'orchestration.agent.surface.trace': 'Trace',
|
|
1030
|
+
'orchestration.agent.surface.runs': 'runs',
|
|
1031
|
+
'orchestration.agent.surface.queue': 'queued',
|
|
1032
|
+
'orchestration.agent.trace.title': 'Live trace',
|
|
1033
|
+
'orchestration.agent.trace.plan': 'Plan nodes',
|
|
1034
|
+
'orchestration.agent.trace.queue': 'Queue',
|
|
1035
|
+
'orchestration.agent.trace.runs': 'Runs',
|
|
1036
|
+
'orchestration.agent.trace.nodes': 'Run nodes',
|
|
953
1037
|
'orchestration.draft.reset': '下書きをリセット',
|
|
954
1038
|
'orchestration.summary.aria': 'タスクオーケストレーション概要',
|
|
955
1039
|
'orchestration.summary.running': '実行中',
|
|
956
1040
|
'orchestration.summary.queued': '待機中',
|
|
957
1041
|
'orchestration.summary.runs': '実行記録',
|
|
958
|
-
'orchestration.readiness.target.label': '
|
|
959
|
-
'orchestration.readiness.target.done': '
|
|
960
|
-
'orchestration.readiness.target.missing': '
|
|
1042
|
+
'orchestration.readiness.target.label': 'タスクメッセージ',
|
|
1043
|
+
'orchestration.readiness.target.done': 'タスクメッセージを入力済み',
|
|
1044
|
+
'orchestration.readiness.target.missing': 'タスクメッセージが未入力',
|
|
1045
|
+
'orchestration.readiness.sequence.label': '順序',
|
|
1046
|
+
'orchestration.readiness.sequence.missing': 'まず依頼 1 を送信',
|
|
1047
|
+
'orchestration.readiness.sequence.single': '現在は依頼 1 のみです。続けて送信すると依頼 2 になります。',
|
|
1048
|
+
'orchestration.readiness.sequence.multiple': '{count} 件の依頼を順番に実行します: 依頼 1 を完了してから依頼 2 に進みます。',
|
|
961
1049
|
'orchestration.readiness.engine.label': '実行方針',
|
|
962
|
-
'orchestration.readiness.engine.
|
|
1050
|
+
'orchestration.readiness.engine.openaiChat': 'OpenAI Chat 互換ノードで計画',
|
|
963
1051
|
'orchestration.readiness.workflow.done': '{count} 件の Workflow を選択済み',
|
|
964
1052
|
'orchestration.readiness.workflow.missing': 'Workflow ID が未選択',
|
|
965
1053
|
'orchestration.readiness.scope.label': '範囲',
|
|
@@ -970,12 +1058,13 @@ const ja = Object.freeze({
|
|
|
970
1058
|
'orchestration.readiness.preview.missing': '計画は未生成',
|
|
971
1059
|
'orchestration.readiness.preview.blocked': '{count} 件のブロッカー',
|
|
972
1060
|
'orchestration.readiness.preview.ready': '計画利用可能、{count} ノード',
|
|
973
|
-
'orchestration.readiness.empty.title': '
|
|
974
|
-
'orchestration.readiness.empty.summary': '
|
|
1061
|
+
'orchestration.readiness.empty.title': 'タスク目標を入力',
|
|
1062
|
+
'orchestration.readiness.empty.summary': '目標、制約、受け入れ条件を明確にしてください。',
|
|
975
1063
|
'orchestration.readiness.workflow.title': 'Workflow が不足',
|
|
976
1064
|
'orchestration.readiness.workflow.summary': 'Workflow モードが選択されていますが、再利用する Workflow がまだ指定されていません。',
|
|
977
|
-
'orchestration.readiness.preview.title': '
|
|
978
|
-
'orchestration.readiness.preview.summary': '
|
|
1065
|
+
'orchestration.readiness.preview.title': '計画プレビュー推奨',
|
|
1066
|
+
'orchestration.readiness.preview.summary': '目標は入力済みです。/plan でノードと依存関係を確認できます。',
|
|
1067
|
+
'orchestration.readiness.preview.sequenceSummary': '下書きはできており、{count} 件の順序付き依頼を保持しています: 依頼 1 を完了してから依頼 2 に進みます。',
|
|
979
1068
|
'orchestration.readiness.blocked.title': 'プレビューにブロッカーあり',
|
|
980
1069
|
'orchestration.readiness.blocked.summary': '現在の計画にはまだ {count} 件のブロッカーがあります。先に処理してください。',
|
|
981
1070
|
'orchestration.readiness.warn.title': '実行可能ですが警告あり',
|
|
@@ -983,8 +1072,8 @@ const ja = Object.freeze({
|
|
|
983
1072
|
'orchestration.readiness.dryRun.title': 'ドライラン向き',
|
|
984
1073
|
'orchestration.readiness.dryRun.summary': 'まずドライランで安全に実行し、結果を見てから本実行を判断できます。',
|
|
985
1074
|
'orchestration.readiness.ready.title': '実行可能',
|
|
986
|
-
'orchestration.readiness.ready.withFollowUps': '
|
|
987
|
-
'orchestration.readiness.ready.summary': '
|
|
1075
|
+
'orchestration.readiness.ready.withFollowUps': '{count} 件の順序付き依頼を保持しています: 依頼 1 を完了してからコンテキスト付きで依頼 2 に進みます。',
|
|
1076
|
+
'orchestration.readiness.ready.summary': '目標は明確です。実行またはキュー投入できます。',
|
|
988
1077
|
'orchestration.step1.title': '最初に結果を明確に書く',
|
|
989
1078
|
'orchestration.step1.subtitle': '実行に影響する内容だけを書いてください。',
|
|
990
1079
|
'orchestration.templates.title': 'クイックサンプル',
|
|
@@ -999,14 +1088,15 @@ const ja = Object.freeze({
|
|
|
999
1088
|
'orchestration.templates.workflowBatch.target': 'Workflow 一括実行',
|
|
1000
1089
|
'orchestration.templates.workflowBatch.workflowIds': 'review-fix\nregression-test',
|
|
1001
1090
|
'orchestration.templates.workflowBatch.notes': 'Workflow で固定チェックを実行し、結果を整理する',
|
|
1002
|
-
'orchestration.fields.target': '
|
|
1003
|
-
'orchestration.fields.target.placeholder': '例:
|
|
1004
|
-
'orchestration.fields.target.hint': '
|
|
1005
|
-
'orchestration.engine.
|
|
1091
|
+
'orchestration.fields.target': 'タスクメッセージ',
|
|
1092
|
+
'orchestration.fields.target.placeholder': '例: 現在の PR レビューコメントを修正し、回帰テストを追加し、関連しないモジュールは避ける',
|
|
1093
|
+
'orchestration.fields.target.hint': 'チャットのように、結果・制約・受け入れ条件を書けば十分です。',
|
|
1094
|
+
'orchestration.engine.openaiChat': 'OpenAI Chat',
|
|
1006
1095
|
'orchestration.engine.workflow': 'Workflow',
|
|
1007
1096
|
'orchestration.runMode.write': '書き込み',
|
|
1008
1097
|
'orchestration.runMode.readOnly': '読み取り専用',
|
|
1009
1098
|
'orchestration.runMode.dryRun': 'ドライラン',
|
|
1099
|
+
'orchestration.pills.sequenceCount': '順序依頼 {count}',
|
|
1010
1100
|
'orchestration.pills.hasTitle': 'タイトルあり',
|
|
1011
1101
|
'orchestration.pills.workflowCount': 'Workflow {count}',
|
|
1012
1102
|
'orchestration.pills.planNodes': '計画 {count} ノード',
|
|
@@ -1015,11 +1105,18 @@ const ja = Object.freeze({
|
|
|
1015
1105
|
'orchestration.fields.engine': 'エンジン',
|
|
1016
1106
|
'orchestration.fields.runMode': '実行モード',
|
|
1017
1107
|
'orchestration.advanced.title': '詳細設定',
|
|
1108
|
+
'orchestration.advanced.open': '設定',
|
|
1018
1109
|
'orchestration.fields.title': 'タイトル',
|
|
1019
1110
|
'orchestration.fields.title.placeholder': '例: PR #42 のレビュー指摘を修正',
|
|
1020
1111
|
'orchestration.fields.notes': '説明',
|
|
1021
1112
|
'orchestration.fields.notes.placeholder': '例:既存アーキテクチャを書き換えず、増分実装のみ行う',
|
|
1022
1113
|
'orchestration.fields.notes.hint': '境界条件、禁止事項、スタイル要件、検証要件を補足してください。',
|
|
1114
|
+
'orchestration.fields.workspacePath': 'Workspace path',
|
|
1115
|
+
'orchestration.fields.workspacePath.placeholder': 'e.g. /home/me/project',
|
|
1116
|
+
'orchestration.fields.workspacePath.hint': 'Plan, run, and queue use this cwd; leave blank to use the server current directory.',
|
|
1117
|
+
'orchestration.fields.threadId': 'Task thread ID',
|
|
1118
|
+
'orchestration.fields.threadId.placeholder': 'Optional; generated automatically when empty',
|
|
1119
|
+
'orchestration.fields.threadId.hint': 'Use the same thread for follow-up requirements, retries, and queue tracking.',
|
|
1023
1120
|
'orchestration.fields.followUps': '後続アクション(1行1件)',
|
|
1024
1121
|
'orchestration.fields.followUps.placeholder': '例:\nレビューコメントの続きを処理\n最後に回帰テストを実行',
|
|
1025
1122
|
'orchestration.fields.concurrency': '並列度',
|
|
@@ -1035,33 +1132,37 @@ const ja = Object.freeze({
|
|
|
1035
1132
|
'orchestration.actions.planning': '計画中...',
|
|
1036
1133
|
'orchestration.actions.previewOnly': 'プレビューのみ',
|
|
1037
1134
|
'orchestration.actions.preparing': '準備中...',
|
|
1038
|
-
'orchestration.actions.generatePlan': '
|
|
1039
|
-
'orchestration.actions.planAndRun': '
|
|
1135
|
+
'orchestration.actions.generatePlan': '/plan を送信',
|
|
1136
|
+
'orchestration.actions.planAndRun': '/plan を確認して実行',
|
|
1040
1137
|
'orchestration.actions.processing': '処理中...',
|
|
1041
1138
|
'orchestration.actions.queueAndStart': 'キューに入れて開始',
|
|
1042
|
-
'orchestration.actions.caption': '
|
|
1139
|
+
'orchestration.actions.caption': '実行前に必要に応じて計画を更新します。バッチ処理はキューを使用します。',
|
|
1043
1140
|
'orchestration.stage.title': 'タスクステージ',
|
|
1044
|
-
'orchestration.stage.subtitle': '
|
|
1045
|
-
'orchestration.stage.pill.target': '
|
|
1141
|
+
'orchestration.stage.subtitle': '目標を入力し、計画を確認してから実行します。',
|
|
1142
|
+
'orchestration.stage.pill.target': 'メッセージを書く',
|
|
1046
1143
|
'orchestration.stage.pill.preview': 'プレビュー',
|
|
1047
1144
|
'orchestration.stage.pill.run': '実行',
|
|
1048
1145
|
'orchestration.plan.title': '計画',
|
|
1049
|
-
'orchestration.plan.subtitle': '
|
|
1146
|
+
'orchestration.plan.subtitle': 'ノード、ウェーブ、依存関係を確認します。',
|
|
1050
1147
|
'orchestration.plan.summary.nodes': 'ノード数',
|
|
1051
1148
|
'orchestration.plan.summary.waves': '波数',
|
|
1052
1149
|
'orchestration.plan.summary.engine': 'エンジン',
|
|
1150
|
+
'orchestration.plan.summary.threadId': 'Thread ID',
|
|
1151
|
+
'orchestration.plan.summary.cwd': 'Workspace',
|
|
1053
1152
|
'orchestration.plan.node.write': '書き込み',
|
|
1054
1153
|
'orchestration.plan.node.readOnly': '読み取り専用',
|
|
1055
1154
|
'orchestration.labels.dependencies': '依存',
|
|
1056
1155
|
'orchestration.labels.error': 'エラー',
|
|
1057
1156
|
'orchestration.workbench.title': 'タスクワークベンチ',
|
|
1058
|
-
'orchestration.workbench.subtitle': '
|
|
1157
|
+
'orchestration.workbench.subtitle': 'キュー、実行履歴、ノード詳細を表示します。',
|
|
1059
1158
|
'orchestration.queue.start': '開始',
|
|
1060
1159
|
'orchestration.queue.starting': '開始中...',
|
|
1061
1160
|
'orchestration.workbench.tabs.aria': 'タスクタブ',
|
|
1062
1161
|
'orchestration.workbench.tabs.queue': 'キュー {count}',
|
|
1063
1162
|
'orchestration.workbench.tabs.runs': '実行記録 {count}',
|
|
1064
1163
|
'orchestration.workbench.tabs.detail': '詳細',
|
|
1164
|
+
'orchestration.workbench.queueCount': 'キュー {count} 件',
|
|
1165
|
+
'orchestration.workbench.ready': '準備完了',
|
|
1065
1166
|
'orchestration.queue.empty.title': 'キューは空です',
|
|
1066
1167
|
'orchestration.queue.empty.subtitle': 'キューにタスクがありません。',
|
|
1067
1168
|
'orchestration.runs.empty.title': '実行記録なし',
|
|
@@ -1069,13 +1170,32 @@ const ja = Object.freeze({
|
|
|
1069
1170
|
'orchestration.detail.refresh': '詳細を更新',
|
|
1070
1171
|
'orchestration.detail.retry': '再試行',
|
|
1071
1172
|
'orchestration.detail.retrying': '再試行中...',
|
|
1173
|
+
'orchestration.detail.continueThread': 'Continue thread',
|
|
1072
1174
|
'orchestration.detail.empty.title': '実行記録を選択して詳細を表示',
|
|
1073
1175
|
'orchestration.detail.empty.subtitle': 'ここにノードの状態、サマリー、ログが表示されます。',
|
|
1074
1176
|
'orchestration.detail.summary.status': '状態',
|
|
1075
1177
|
'orchestration.detail.summary.duration': '所要時間',
|
|
1076
1178
|
'orchestration.detail.summary.nodes': 'ノード数',
|
|
1077
1179
|
'orchestration.detail.summary.summary': 'サマリー',
|
|
1180
|
+
'orchestration.detail.context.aria': 'タスク実行コンテキスト',
|
|
1181
|
+
'orchestration.detail.context.run': 'Run ID',
|
|
1078
1182
|
'orchestration.detail.node.meta': '{id} · 試行 {attempts} · 自動修正 {autoFix}',
|
|
1183
|
+
'orchestration.openai.status.title': 'OpenAI Chat 実行設定',
|
|
1184
|
+
'orchestration.openai.status.subtitle': 'タスクノードは現在の OpenClaw provider を使用し、実行前に base URL、API key、model を確認します。',
|
|
1185
|
+
'orchestration.openai.status.provider': 'Provider',
|
|
1186
|
+
'orchestration.openai.status.model': 'Model',
|
|
1187
|
+
'orchestration.openai.status.endpoint': 'Endpoint',
|
|
1188
|
+
'orchestration.openai.status.apiKey': 'API Key',
|
|
1189
|
+
'orchestration.openai.status.headers': '追加 headers',
|
|
1190
|
+
'orchestration.openai.status.configured': '設定済み',
|
|
1191
|
+
'orchestration.openai.status.missing': '未設定',
|
|
1192
|
+
'orchestration.openai.status.notSet': 'なし',
|
|
1193
|
+
'orchestration.openai.status.notLoaded': '更新すると OpenAI Chat の準備状態を読み込みます。',
|
|
1194
|
+
'orchestration.openai.status.configure': 'OpenAI Chat を設定',
|
|
1195
|
+
'orchestration.detail.node.output': 'AI 出力',
|
|
1196
|
+
'orchestration.detail.node.endpoint': 'Endpoint: ',
|
|
1197
|
+
'orchestration.detail.node.materializedFiles': '生成ファイル:',
|
|
1198
|
+
'orchestration.detail.node.workspaceFiles': 'Workspace files:',
|
|
1079
1199
|
'skills.localLabel': '{target} / ローカル Skills',
|
|
1080
1200
|
'skills.counts': 'インストール済 {installed} · インポート可 {importable}',
|
|
1081
1201
|
|