Changelog
A summary of major releases and improvements. For the full history see the repository.
Landing
Landing cleanup & legal
- Privacy Policy and Terms of Service (EN + TR); entity: Omnipreneur Teknoloji ve Girişimcilik Limited Şirketi.
- Changelog page with release summary.
- Removed Twitter, LinkedIn, About, Documentation, API Reference from footer; locale-aware internal links.
Web 0.19
Investigation History & Compare
- Investigation History page with filter, sort, multi-select (2–10).
- Compare investigations with structured comparison table.
- Backend: POST /v1/investigations/compare, extended list endpoint.
Explore
Unified Explorer & UI polish
- Single meta explorer page at /explore (metrics, logs, traces by category).
- Searchable data source selector; Headless UI time range menu; no fixed overlay.
- Tailwind tokens normalised across explore components.
Landing
Turkish i18n & brand
- Full English and Turkish for landing (/, /tr); language switch in header.
- Brand color update to #2596be; Hero, Features, HowItWorks, Enterprise updated.
- SEO: hreflang, canonical, favicon.
Backend 1.8.4
Explore API fix
- Router prefix /explore → /v1/explore; all Explore endpoints (data-sources, query, suggestions, history) fixed.
Web 0.18
Data Source Explorer
- Metric Explorer (Prometheus), Log Explorer (Elasticsearch), Trace Explorer (Jaeger).
- Monaco QueryEditor, query history with favorites, Ctrl+Enter / Ctrl+S shortcuts.
- Backend: /v1/explore/query, suggestions, history CRUD.
Web 0.17
Models page & default model
- Models page with provider cards (OpenAI, Anthropic, Google, Ollama, LM Studio, vLLM).
- Default AI model selection; per-investigation model switcher in chat.
- Token usage tracking and cost estimation.
Backend 1.8
Semantic document retrieval
- Documents auto-retrieved for investigations (ChromaDB, configurable threshold).
- always_include_in_context on Document; PUT /documents/{id}/always-include.
Backend
Streaming narration & events
- Real-time investigation narration via SSE; InvestigationEvent model.
- Specialists emit DATA_QUERY, DATA_RESULT; progress panel in investigation UI.
Backend 1.3
LangGraph orchestrator
- Replaced custom orchestrator with LangGraph; PostgreSQL checkpointer.
- Plan-and-Execute, Evidence Corroboration, Reflection (QualityEvaluator).
Web
Data sources & connectors
- Data Sources page; Connector Catalog (Prometheus, Elasticsearch, Jaeger).
- Two-step connection wizard; test connection; backend /v1/connectors/catalog.