Skip to content

Weekly Build 07/08/2026

Choose a tag to compare

@bukvicfilip bukvicfilip released this 08 Jul 18:13
b1b5da4

GTM Suite v4.3.21

  • Cleaned up stale measures/columns across Segmentation tab visuals in Strategy report
  • Set User Role Performance graphs to show only for "Ramped" reps

TrueAI Platform v4.3.41

  • Fix missing execution date in the logs
  • Meltano: dynamics sync
  • Fix job_engine_task_logs_pkey issue
  • Estimate the cost of running LLMs and output in companies_history along with the rest of the stats
  • Make models validation communicate to postres through cien-agent like sync job logs, instead of directly
  • Company purge and copy logs output in postgres for company storage audit

Cien Agentic 4.3.499

More app infra stuff to make sure that the chat experience is as smooth and consistent as possible

Chat, Reports & Data Explorer

  • Report loading now has a bounded failure and retry path, so users are not left on an indefinite loading screen when Power BI report setup stalls.
  • Explore Data now preserves the correct report, query, and page context when moving from chat into Data Explorer, including the correct saved-query or ad hoc state.
  • Edited saved Data Explorer queries now become ad hoc queries when executed, preventing stale saved-query IDs from being reused after the DAX has changed.
  • Data Explorer now switches cleanly between saved queries and ad hoc queries when context changes in chat, avoiding stale editor/query state.
  • Report-data availability checks are now limited to the authoritative bootstrap path, reducing false “Report data not yet available” warnings after a report is already usable.

Chat Runtime Context

  • The active chat session ID and latest interaction ID are now stored in shared client state, making feedback, tool details, and follow-up actions more reliable.

System Query Management

  • System-defined Data Explorer query handling no longer silently reseeds or rewrites records during app startup, making missing or invalid system query configuration easier to diagnose.

Context Reset Reliability

  • Switching companies now clears report, query, Data Explorer, chat runtime, and loaded-context state so values from one company do not leak into the next company session.