Skip to main content

June 5, 2026

  • Added token cost in various views across the platform, including the main dashboard page, session view and agents view. Cost is calculated based on the usage data sent in events. Cost for intent to be resolved is shown per agent:
Screenshot of the Agent Detail page showing the new token cost

May 29, 2026

  • Added Corrections Categories to the Sessions Overview page and filters.
Screenshot of the Sessions Overview page showing the new Corrections Categories
  • Improved the Session Details page: system prompt now appears at the top, with better overflow handling for long messages, tool calls, and sessions with many tools or intents.
Screenshot of the Session Details page showing the improved layout
  • Added improved error messages for Python and Node SDKs when no voker_session parameter is supplied.
  • Python voker v0.0.13 fixed an import error.
  • Node @voker/voker v0.0.12 improved config when manually supplying api key.
  • Added streaming support for AI SDK.

May 1, 2026

  • Introduced a new sidebar with a company and project switcher.
Screenshot of the Dashboard page showing the new sidebar with company and project switcher
  • Added support and documentation for the AI SDK.
  • Added TypeScript code examples for OpenAI, Anthropic, and Gemini.
  • Updated bar chart colors across the dashboard.
Screenshot of the Dashboard page showing the updated bar chart colors

April 24, 2026

  • Added agent name and version display to the Agent Details page.
Screenshot of the Agent Details page showing the agent name and version
  • Improved chart labels on the dashboard for clarity.
Screenshot of the Dashboard page showing the improved chart labels
  • Added pending member invites to the Settings page.
  • Fixed a bug where session paths were displayed out of order.
  • Fixed navigation and search bugs across the platform.

April 17, 2026

  • Added the option to sign up with a magic link.

April 10, 2026

Breaking changes - Python voker v0.0.10 and Node @voker/voker v0.0.7 introduce the following required changes:
  • vokerSession is now required when creating an event.
  • vokerAgent is now required when creating an event.
Update your integration before upgrading to these SDK versions.
  • Expanded the capabilities of Intents, Corrections, and Resolutions by adding tool calls to their context.
  • Fixed a bug where events were not being sent in Jupyter notebooks (Python voker v0.0.10).

April 3, 2026

  • Added time period and agent filters to the Dashboard page.
Screenshot of the Dashboard page showing the time period and agent filters
  • Added SDK Setup page with a step-by-step quickstart guide.
Screenshot of the SDK Setup page showing the step-by-step quickstart guide

March 27, 2026

  • Released NPM @voker/voker v0.0.6 with support for Gemini generateContentStream.
  • Added Global Search across agents, agent versions, and people.
  • Introduced an “Invite Members” button in the sidebar.
  • Implemented a Settings page with SDK Setup, Members & Roles, API Keys, and Billing sections.
  • Added Agent and Person summaries.

March 20, 2026

  • Added example requests and responses to the API Reference.
  • Added a Python SDK Reference section.
  • Completed wrapping of the Gemini Interactions API in Python and TypeScript SDKs, including standard and streaming modes.
  • Refined the UI for the Dashboard, Sessions, Agents, and People pages. (Example below: Agent Detail View)
Screenshot of the Agent Details page showing the refined UI

March 6, 2026

  • Added Corrections, Intents, Resolutions, and Session Timeline to the Event Session details page.
Screenshot of the Event Session details page showing Corrections, Intents, Resolutions, and Session Timeline
  • Fixed a dark mode display issue.
  • Added filter functionality to the Sessions, Agents, and People pages.
Screenshot of the filter functionality on the Event Sessions page
Screenshot of the filter functionality on the Agent Aggregate page
Screenshot of the filter functionality on the Agent Detail page
Screenshot of the filter functionality on the People page

February 27, 2026

  • Added new project-level analytics dashboards.
Screenshot of the new project-level analytics dashboards
  • Added corrections processing on event sessions.

February 20, 2026

  • Expanded the list of available API endpoints.
  • Released Python voker v0.0.3 and NPM @voker/voker v0.0.1.

February 13, 2026

  • Foundational infrastructure updates.

January 23, 2026

  • Added base_X_client parameter to the Python Anthropic, Gemini, and OpenAI SDKs for use with SDK wrappers such as PostHog.
  • Added streaming support for the Gemini Generate Content and Interactions APIs.

January 16, 2026

  • Added session summaries and outlines to the Sessions view.
  • Revised the Agents page: added agent descriptions and the ability to deprecate agents and agent versions.

January 9, 2026

  • Added streaming support for the OpenAI Chat Completions and Responses APIs.

January 2, 2026

  • Added a Waitlist Signup page.
  • Added full-text search across session events.
  • Added system information to events to aid debugging.

December 29, 2025

  • Added Interactions API support for Gemini.

December 15, 2025

  • Released the Python SDK with basic support for OpenAI, Anthropic, and Gemini.
  • Added Create Events endpoints to the REST API.