feat: add optional multi-run isolation
Adds an Isolate runs toggle for Git projects Allows Git multi-runs to share the same directory Keeps non-Git runs unisolated with clear footer info
This commit is contained in:
@@ -151,6 +151,7 @@ export const dict = {
|
||||
'multirun.launcher.groupName.placeholder': 'feature-auth, bugfix-login',
|
||||
'multirun.launcher.baseBranch.label': 'Base branch',
|
||||
'multirun.launcher.baseBranch.info': 'New branch created from this base per model',
|
||||
'multirun.launcher.isolateRuns.label': 'Isolate runs',
|
||||
'multirun.launcher.agent.label': 'Agent',
|
||||
'multirun.launcher.agent.info': 'Agent used for all runs. Defaults to your configured agent.',
|
||||
'multirun.launcher.setupCommands.label': 'Setup commands',
|
||||
|
||||
@@ -152,6 +152,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
"multirun.launcher.groupName.placeholder": "feature-auth, bugfix-login",
|
||||
"multirun.launcher.baseBranch.label": "Rama base",
|
||||
"multirun.launcher.baseBranch.info": "Nueva rama creada desde esta base por modelo",
|
||||
"multirun.launcher.isolateRuns.label": "Aislar ejecuciones",
|
||||
"multirun.launcher.agent.label": "Agente",
|
||||
"multirun.launcher.agent.info": "Agente usado para todas las ejecuciones. Por defecto es el agente configurado.",
|
||||
"multirun.launcher.setupCommands.label": "Comandos de configuración",
|
||||
|
||||
@@ -152,6 +152,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'multirun.launcher.groupName.placeholder': 'feature-auth, bugfix-login',
|
||||
'multirun.launcher.baseBranch.label': '기본 브랜치',
|
||||
'multirun.launcher.baseBranch.info': '각 모델은 이 기본 브랜치에서 새 브랜치를 만듭니다',
|
||||
'multirun.launcher.isolateRuns.label': '실행 격리',
|
||||
'multirun.launcher.agent.label': '에이전트',
|
||||
'multirun.launcher.agent.info': '모든 실행에 사용할 에이전트입니다. 설정된 기본 에이전트를 사용합니다.',
|
||||
'multirun.launcher.setupCommands.label': '셋업 명령',
|
||||
|
||||
@@ -227,6 +227,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'multirun.launcher.groupName.placeholder': 'feature-auth, bugfix-login',
|
||||
'multirun.launcher.baseBranch.label': 'Gałąź bazowa',
|
||||
'multirun.launcher.baseBranch.info': 'Nowa gałąź tworzona z tej bazy dla każdego modelu',
|
||||
'multirun.launcher.isolateRuns.label': 'Izoluj uruchomienia',
|
||||
'multirun.launcher.agent.label': 'Agent',
|
||||
'multirun.launcher.agent.info': 'Agent używany dla wszystkich uruchomień. Domyślnie twój skonfigurowany agent.',
|
||||
'multirun.launcher.setupCommands.label': 'Polecenia konfiguracji',
|
||||
|
||||
@@ -152,6 +152,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
"multirun.launcher.groupName.placeholder": "feature-auth, bugfix-login",
|
||||
"multirun.launcher.baseBranch.label": "Branch base",
|
||||
"multirun.launcher.baseBranch.info": "Cria uma nova branch a partir desta base para cada modelo",
|
||||
"multirun.launcher.isolateRuns.label": "Isolar execuções",
|
||||
"multirun.launcher.agent.label": "Agente",
|
||||
"multirun.launcher.agent.info": "Agente usado para todas as execuções. Por padrão, usa o agente configurado.",
|
||||
"multirun.launcher.setupCommands.label": "Comandos de configuração",
|
||||
|
||||
@@ -152,6 +152,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
"multirun.launcher.groupName.placeholder": "feature-auth, bugfix-login",
|
||||
"multirun.launcher.baseBranch.label": "Базова гілка",
|
||||
"multirun.launcher.baseBranch.info": "Нова гілка, створена з цієї бази для кожної моделі",
|
||||
"multirun.launcher.isolateRuns.label": "Ізолювати запуски",
|
||||
"multirun.launcher.agent.label": "Агент",
|
||||
"multirun.launcher.agent.info": "Агент використовується для всіх запусків. За замовчуванням налаштований агент.",
|
||||
"multirun.launcher.setupCommands.label": "Команди налаштування",
|
||||
|
||||
@@ -152,6 +152,7 @@ export const dict: Record<I18nKey, string> = {
|
||||
'multirun.launcher.groupName.placeholder': 'feature-auth, bugfix-login',
|
||||
'multirun.launcher.baseBranch.label': '基础分支',
|
||||
'multirun.launcher.baseBranch.info': '每个模型都会基于此分支创建新分支',
|
||||
'multirun.launcher.isolateRuns.label': '隔离运行',
|
||||
'multirun.launcher.agent.label': '智能体',
|
||||
'multirun.launcher.agent.info': '所有运行使用同一智能体。默认使用你当前配置的智能体。',
|
||||
'multirun.launcher.setupCommands.label': '设置命令',
|
||||
|
||||
Reference in New Issue
Block a user