Skip to content

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

No immediate action
v0.1.10 New feature

AiChat agent

No immediate action
v0.1.8 New feature

Claude Code agent + CLI fix

No immediate action
v0.1.7 Bug fix

Double JSON encoding fix

No immediate action
v0.1.6 Feature

Async tasks with status & errors

No immediate action
v0.1.5 Maintenance

Routine maintenance and dependency updates.

Review required
v0.1.2 Breaking risk
Auth RCE / SSRF

Unified run_agent method

No immediate action
v0.1.1 New feature

Gemini CLI support

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 session
    • resume_codex_session - continue from last session (uses --last by default)
    • wait_for_task - wait for completion
    • get_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

Beta — feedback welcome: [email protected]