Skip to content

Commit b6efad2

Browse files
committed
chore: bump version to 0.9.48
1 parent d9200a8 commit b6efad2

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.9.48
4+
5+
- **Test**: Real-API integration tests — 11 E2E tests covering file input, LLM task decomposition, multi-agent headless dispatch, tmux backend (spawn/split/send/recovery), and error propagation. Run with `OPENMAX_E2E=1`.
6+
- **Fix**: `plan_confirm=False` for non-interactive test runs; relaxed LLM decomposition assertions for non-determinism
7+
38
## 0.9.47
49

510
- **Fix**: End-to-end error handling remediation — add logging to all ~30 silent `except: pass/return` handlers across 14 files (mailbox, CLI, dispatch, verify, planning, quality workflow, scheduler, MCP server, provider usage, stream parser, WebSocket hub). No error is silently swallowed anymore.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openmax"
7-
version = "0.9.47"
7+
version = "0.9.48"
88
description = "Extreme parallel acceleration — one command dispatches multiple AI agents with domain-aware task decomposition"
99
readme = "README.md"
1010
license = "MIT"

src/openmax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""openMax - Multi AI Agent orchestration hub."""
22

3-
__version__ = "0.9.47"
3+
__version__ = "0.9.48"

0 commit comments

Comments
 (0)