Skip to content

Commit 6a97bc4

Browse files
committed
Release v1.0.18
1 parent a69e446 commit 6a97bc4

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
@@ -2243,7 +2243,7 @@
22432243
<div class="hero-content">
22442244
<div class="hero-badge">
22452245
<span class="pulse"></span>
2246-
Open-source orchestration for zero-human companies &middot; <span class="orch-version">v1.0.17</span>
2246+
Open-source orchestration for zero-human companies &middot; <span class="orch-version">v1.0.18</span>
22472247
</div>
22482248
<h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
22492249
<p class="hero-sub">
@@ -2300,7 +2300,7 @@ <h1>Run multiple AI agents. <em>Without babysitting any of them.</em></h1>
23002300
</div>
23012301
</div>
23022302
<div class="scroll-hint">Scroll</div>
2303-
<div class="hero-version"><span class="orch-version">v1.0.17</span> &mdash; MIT</div>
2303+
<div class="hero-version"><span class="orch-version">v1.0.18</span> &mdash; MIT</div>
23042304
</section>
23052305

23062306
<!-- STATS BAR -->
@@ -2943,7 +2943,7 @@ <h4>Community</h4>
29432943
</div>
29442944
<div class="footer-bottom">
29452945
<span>&copy; 2026 ORCH &mdash; Open Source, MIT License</span>
2946-
<span><span class="orch-version">v1.0.17</span> &mdash; Built with TypeScript &mdash; Last updated March 2026</span>
2946+
<span><span class="orch-version">v1.0.18</span> &mdash; Built with TypeScript &mdash; Last updated March 2026</span>
29472947
</div>
29482948
</footer>
29492949

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.17",
3+
"version": "1.0.18",
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.17')
45+
.version('1.0.18')
4646
.option('--json', 'Output as JSON')
4747
.option('--quiet', 'Minimal output (IDs only)')
4848
.option('--no-color', 'Disable colors')

0 commit comments

Comments
 (0)