Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

v0.1.4

Choose a tag to compare

@rishsriv rishsriv released this 24 Apr 18:27
· 45 commits to main since this release

v0.1.4

Features

  • Expanded AI Model Support: The library now supports OpenAI's and Gemini's newest models, including GPT-4.1, O4-mini, and the O3 series + gemini-pro-2.5

  • Model Upgrades: We've replaced all instances of o3-mini with o4-mini throughout the codebase, delivering improved performance and capabilities for all model-dependent features.

  • Better Clarifications: The clarification system now uses GPT-4.1 with an optimized prompt, resulting in more relevant and helpful clarifying questions when analyzing your inputs. This improvement helps the system better understand your intent and deliver more accurate results.

  • Gemini Pro 2.5 Integration for Web Search: Users can now use Google's Gemini Pro 2.5 model for web search operations when a Gemini API key is provided. This delivers superior search results at a lower cost compared to previous options. We fall back to OpenAI's web search tool when no Gemini API key is available, ensuring continuous functionality.

  • Frontend Code Interpreter Support: The frontend now includes code interpreter tool putputs, integrated into the thinking steps and inline citations. This allows users to better understand and visualize code-related operations performed by the agent.

  • Frontend New Think Tool Support: The thinking steps UI introduces a dedicated "think tool" UI that provides deeper insights into the agent's reasoning process.

Bug Fixes

  • Better LaTeX Rendering: Improves mathematical expression display by adding instructions to avoid dollar sign usage in LaTeX, preventing common formatting errors that previously disrupted formula presentation.

  • Improved Citation System: Enhances the citation experience with better markdown formatting for inline citations, making references more readable and professionally presented in reports.

  • Optimized Dashboard Visualization: Refines the expansion and collapse functionality in chart containers, providing a smoother and more intuitive visual experience when interacting with dashboards.

  • Report Content Rendering Enhancements: Updates to Oracle Report components ensure more consistent display of SQL analysis content and citation references, creating a more polished and professional report presentation.