Release history
agentic-mcp-tools/owlex releases
AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds
All releases
8 shown
v0.1.0
Breaking risk
⚠ Upgrade required
- Install via `uv tool install` after uninstalling any existing script-based installation.
- Update scripts or automation that previously invoked removed legacy tools to use the new four‑tool API.
Breaking changes
- Removed legacy tools: review_plan, execute_codex_command and others.
- Changed from a single script distribution to an installable Python package using `uv tool install`.
Notable features
- `start_codex_session` – start fresh Codex sessions without prior context
- `resume_codex_session` – continue the last session, defaulting to `--last`
- `wait_for_task` and `get_task_result` – simplified task management APIs
Full changelog
What's New
- New tool:
start_codex_session- Start fresh Codex sessions without prior context - Simplified API - Reduced to 4 essential tools:
start_codex_session- new sessionresume_codex_session- continue from last session (uses--lastby default)wait_for_task- wait for completionget_task_result- check task status
- New options:
--cd(working_directory) and--search(enable_search) - Package restructure - Now installable via
uv tool install
Breaking Changes
- Removed legacy tools (review_plan, execute_codex_command, etc.)
- Changed from single script to Python package structure