From cdbec95a53d4d3709598552761c3dd2fce2198fe Mon Sep 17 00:00:00 2001 From: 777genius Date: Sat, 23 May 2026 00:41:31 +0300 Subject: [PATCH] chore(release): prepare v2.1.1 --- landing/components/sections/ComparisonSection.vue | 4 ++-- package.json | 2 +- runtime.lock.json | 14 +++++++------- .../services/team/TeamProvisioningService.test.ts | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/landing/components/sections/ComparisonSection.vue b/landing/components/sections/ComparisonSection.vue index 7c1fe0fe..115ee8d6 100644 --- a/landing/components/sections/ComparisonSection.vue +++ b/landing/components/sections/ComparisonSection.vue @@ -55,7 +55,7 @@ const ruNotes: Record = { '5 columns, real-time': '5 колонок, в реальном времени', 'Dashboard, not Kanban': 'Панель, не канбан', '7 columns, drag-and-drop': '7 колонок, перетаскивание', - 'Вызовы tools, reasoning, timeline': 'Вызовы tools, reasoning, timeline', + 'Инструменты, ход рассуждений и таймлайн': 'Инструменты, ход рассуждений и таймлайн', 'Feed, metrics, dashboard': 'Лента, метрики, панель', 'Agent chat + terminal': 'Чат агента и терминал', 'View, stop, open URLs': 'Просмотр, остановка, открытие URL', @@ -271,7 +271,7 @@ const rows = computed(() => [ }, { feature: t('comparison.features.execLog'), - us: { status: 'yes', note: note('Вызовы tools, reasoning, timeline') }, + us: { status: 'yes', note: note('Инструменты, ход рассуждений и таймлайн') }, gastown: { status: 'partial', note: note('Feed, metrics, dashboard') }, paperclip: { status: 'yes', note: note('Run transcripts + audit log') }, cursor: { status: 'partial', note: note('Agent chat + terminal') }, diff --git a/package.json b/package.json index da6d1a1b..e238aae3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "agent-teams-ai", "type": "module", - "version": "2.0.0", + "version": "2.1.1", "description": "Desktop app for managing AI agent teams, reviews, runtime logs, and provider-aware workflows", "license": "AGPL-3.0", "author": { diff --git a/runtime.lock.json b/runtime.lock.json index 11a2ff0b..fb9fb6cc 100644 --- a/runtime.lock.json +++ b/runtime.lock.json @@ -1,27 +1,27 @@ { - "version": "0.0.45", - "sourceRef": "v0.0.45", + "version": "0.0.46", + "sourceRef": "v0.0.46", "sourceRepository": "777genius/agent_teams_orchestrator", "releaseRepository": "777genius/agent-teams-ai", - "releaseTag": "v2.1.0", + "releaseTag": "v2.1.1", "assets": { "darwin-arm64": { - "file": "agent-teams-runtime-darwin-arm64-v0.0.45.tar.gz", + "file": "agent-teams-runtime-darwin-arm64-v0.0.46.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "darwin-x64": { - "file": "agent-teams-runtime-darwin-x64-v0.0.45.tar.gz", + "file": "agent-teams-runtime-darwin-x64-v0.0.46.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "linux-x64": { - "file": "agent-teams-runtime-linux-x64-v0.0.45.tar.gz", + "file": "agent-teams-runtime-linux-x64-v0.0.46.tar.gz", "archiveKind": "tar.gz", "binaryName": "claude-multimodel" }, "win32-x64": { - "file": "agent-teams-runtime-win32-x64-v0.0.45.zip", + "file": "agent-teams-runtime-win32-x64-v0.0.46.zip", "archiveKind": "zip", "binaryName": "claude-multimodel.exe" } diff --git a/test/main/services/team/TeamProvisioningService.test.ts b/test/main/services/team/TeamProvisioningService.test.ts index 80f60c67..642f53cb 100644 --- a/test/main/services/team/TeamProvisioningService.test.ts +++ b/test/main/services/team/TeamProvisioningService.test.ts @@ -26094,7 +26094,7 @@ describe('TeamProvisioningService', () => { const snapshot = await ( svc as unknown as { persistLaunchStateSnapshot: ( - run: typeof run, + run: ReturnType, phase: 'finished' ) => Promise; }