chore(release): prepare v2.1.1

This commit is contained in:
777genius 2026-05-23 00:41:31 +03:00
parent eb99baee23
commit cdbec95a53
4 changed files with 11 additions and 11 deletions

View file

@ -55,7 +55,7 @@ const ruNotes: Record<string, string> = {
'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<ComparisonRow[]>(() => [
},
{
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') },

View file

@ -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": {

View file

@ -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"
}

View file

@ -26094,7 +26094,7 @@ describe('TeamProvisioningService', () => {
const snapshot = await (
svc as unknown as {
persistLaunchStateSnapshot: (
run: typeof run,
run: ReturnType<typeof createMemberSpawnRun>,
phase: 'finished'
) => Promise<unknown>;
}