Skip to content

Commit 78d41b9

Browse files
Merge pull request #312 from 23blocks-OS/chore/bump-v0.26.2
chore: bump version to 0.26.2
2 parents 1c03d65 + 0b38332 commit 78d41b9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**Orchestrate your AI coding agents from one dashboard — with persistent memory, agent-to-agent messaging, and multi-machine support.**
1010

11-
[![Version](https://img.shields.io/badge/version-0.26.1-blue)](https://github.com/23blocks-OS/ai-maestro/releases)
11+
[![Version](https://img.shields.io/badge/version-0.26.2-blue)](https://github.com/23blocks-OS/ai-maestro/releases)
1212
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20(WSL2)-lightgrey)](https://github.com/23blocks-OS/ai-maestro)
1313
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
1414
[![GitHub Stars](https://img.shields.io/github/stars/23blocks-OS/ai-maestro?style=social)](https://github.com/23blocks-OS/ai-maestro)

docs/BACKLOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Purpose:** This document tracks planned features, improvements, and ideas for AI Maestro. Items are prioritized into three categories: Now (next release), Next (upcoming releases), and Later (future considerations).
44

55
**Last Updated:** 2026-01-03
6-
**Current Version:** v0.26.1
6+
**Current Version:** v0.26.2
77

88
---
99

docs/ai-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"priceCurrency": "USD"
3333
},
3434
"description": "Browser-based dashboard for orchestrating multiple AI coding agents (Claude Code, Aider, Cursor, GitHub Copilot) from one unified interface. Features agent-to-agent communication, Slack integration, email identity, persistent memory, and code graph visualization.",
35-
"softwareVersion": "0.26.1",
35+
"softwareVersion": "0.26.2",
3636
"releaseNotes": "https://github.com/23blocks-OS/ai-maestro/releases",
3737
"url": "https://ai-maestro.23blocks.com",
3838
"downloadUrl": "https://github.com/23blocks-OS/ai-maestro",

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"priceCurrency": "USD"
7878
},
7979
"description": "The future of work platform. Orchestrate multiple AI coding agents (Claude Code, Aider, Cursor, GitHub Copilot) from one unified dashboard. One human, multiple AI agents, working together.",
80-
"softwareVersion": "0.26.1",
80+
"softwareVersion": "0.26.2",
8181
"releaseNotes": "https://github.com/23blocks-OS/ai-maestro/releases",
8282
"url": "https://ai-maestro.23blocks.com",
8383
"screenshot": "https://ai-maestro.23blocks.com/images/aiteam-web.png",
@@ -448,7 +448,7 @@ <h1 class="font-display text-5xl md:text-7xl lg:text-8xl font-extrabold leading-
448448
<div class="flex flex-wrap gap-8 text-sm font-mono text-slate-500" id="stats" style="opacity: 0;">
449449
<div class="flex items-center gap-2">
450450
<span class="text-cyan-400"></span>
451-
<span>v0.26.1</span>
451+
<span>v0.26.2</span>
452452
</div>
453453
<div class="flex items-center gap-2">
454454
<span class="text-cyan-400"></span>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-maestro",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"description": "Web dashboard for orchestrating multiple AI coding agents with hierarchical organization and real-time terminals",
55
"author": "Juan Peláez <juan@23blocks.com> (https://23blocks.com)",
66
"license": "MIT",

scripts/remote-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DIM='\033[2m'
2929
NC='\033[0m'
3030

3131
# Version & config
32-
VERSION="0.26.1"
32+
VERSION="0.26.2"
3333
REPO_URL="https://github.com/23blocks-OS/ai-maestro.git"
3434
DEFAULT_INSTALL_DIR="$HOME/ai-maestro"
3535
PORT="${AIMAESTRO_PORT:-23000}" # configurable via --port or AIMAESTRO_PORT env var

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.26.1",
2+
"version": "0.26.2",
33
"releaseDate": "2026-03-23",
44
"changelog": "https://github.com/23blocks-OS/ai-maestro/releases",
55
"minSupportedVersion": "0.10.0"

0 commit comments

Comments
 (0)