Skip to content

v0.2.0

Latest

Choose a tag to compare

@bharatvansh bharatvansh released this 21 Aug 05:19

🚀 What's New in v0.2.0

⚡ Non-Blocking Async MCP Tools

Split the previous blocking research tool into two asynchronous MCP tools to prevent client timeouts during long research jobs:

  • start_deep_research: Dispatches the research task and immediately returns a job_id.
  • check_deep_research: Polls the status by job_id, providing live execution duration (uptime), clear error formatting if failed, and the complete Markdown report upon completion.

🛠️ Improvements & Updates

  • SDK & Interaction Parsing: Upgraded google-genai to >=2.13.0 with support for modern Gemini Interaction schemas (output_text / steps).
  • Clean Configuration: Removed deprecated GEMINI_MODEL and polling interval settings.