Skip to content

Commit 418b69e

Browse files
committed
Release v1.0.13
1 parent 58e6cdd commit 418b69e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

landing/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@
21982198
<div class="hero-content">
21992199
<div class="hero-badge">
22002200
<span class="pulse"></span>
2201-
Open-source orchestration for zero-human companies &middot; <span class="orch-version">v1.0.12</span>
2201+
Open-source orchestration for zero-human companies &middot; <span class="orch-version">v1.0.13</span>
22022202
</div>
22032203
<h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
22042204
<p class="hero-sub">
@@ -2255,7 +2255,7 @@ <h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
22552255
</div>
22562256
</div>
22572257
<div class="scroll-hint">Scroll</div>
2258-
<div class="hero-version"><span class="orch-version">v1.0.12</span> &mdash; MIT</div>
2258+
<div class="hero-version"><span class="orch-version">v1.0.13</span> &mdash; MIT</div>
22592259
</section>
22602260

22612261
<!-- STATS BAR -->
@@ -2898,7 +2898,7 @@ <h4>Community</h4>
28982898
</div>
28992899
<div class="footer-bottom">
29002900
<span>&copy; 2026 ORCH &mdash; Open Source, MIT License</span>
2901-
<span><span class="orch-version">v1.0.12</span> &mdash; Built with TypeScript &mdash; Last updated March 2026</span>
2901+
<span><span class="orch-version">v1.0.13</span> &mdash; Built with TypeScript &mdash; Last updated March 2026</span>
29022902
</div>
29032903
</footer>
29042904

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxgeneral/orch",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "AI agent runtime — orchestrate Claude, Cursor, Codex & OpenCode as one team. Multi-agent task automation with state machine, auto-retry, inter-agent messaging, goals and teams. Zero-config CLI + programmatic API.",
55
"type": "module",
66
"engines": {

src/bin/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const program = new Command();
4242
program
4343
.name('orchestry')
4444
.description('Agents Organizations — CLI orchestrator for AI agents')
45-
.version('1.0.12')
45+
.version('1.0.13')
4646
.option('--json', 'Output as JSON')
4747
.option('--quiet', 'Minimal output (IDs only)')
4848
.option('--no-color', 'Disable colors')

0 commit comments

Comments
 (0)