Changelog
March 27, 2026
- Released NPM @voker/voker package version 0.0.6 adding support for Gemini generateContentStream.
- Added Global Search functionality to the platform, allowing users to search across agents, agent versions and people.
- Introduced an "Invite Members" button in the sidebar navigation
- Implemented Settings page with the following sections:
- SDK Setup
- Members & Roles
- API Keys
- Billing
- Added Agent and Person summaries, providing insights into agent performance and user behavior trends.
March 20, 2026
- Added example requests and responses to the API Reference.
- Added Python SDK Reference section with documentation for available classes and their methods.
- Completed wrapping of Gemini Interactions API in the Python and TypeScript SDKs, with support for standard and streaming responses.
Refined the UI, along with underlying data fetching and processing logic, for the following pages:
- Dashboard
- Sessions (Aggregate/ Detail View)
- Agents (Aggregate/ Detail View)
- People (Aggregate/ Detail View)
Example: Agent Detail View

March 6, 2026
Added Corrections, Intents, Resolutions and Session Timeline to the Event Session details page, with UI elements in both the overview area and on each relevant message

Fixed an issue where dark mode would not apply correctly to the page
Added filter functionality to sessions, agents (both in aggregate and detailed views) and people pages




February 27, 2026
Added new project level analytics dashboards:

- Added corrections processing on event sessions
February 20, 2026
- Expanded list of available API endpoints. See here.
- Released Python voker package version 0.0.3 and NPM @voker/voker package version 0.0.1 with support for added endpoints.
February 13, 2026
- Foundational infrastructure updates.

Exciting functionality showcase soon:
- Improved Python, Typescript and Go SDKs.
- Intents, Resolution, and Correction analysis on Events.
- Enhanced analytics and reporting features.
February 6, 2026
- Foundational infrastructure updates.
January 30, 2026
- Foundational infrastructure updates.
January 23, 2026
- Added a `base_X_client` parameter to Python Anthropic, Gemini and OpenAI SDKs to allow use with other SDK wrappers such as with Posthog.
- Added streaming support for Gemini Generate Content and Interactions APIs.
January 16, 2026
- Added session summaries and outlines to the Sessions view.
- Revised Agents page, added Agent descriptions and the ability to deprecate Agents and Agent Versions.
January 9, 2026
- Added streaming support for OpenAI Chat Completions and Responses APIs.
January 2, 2026
- Added Waitlist Signup Page.
- Added the ability to full text search across session events.
- Added system information to events to help with debugging.
December 29, 2025
- Added Interactions API support for Gemini.
December 15, 2025
- Released Python SDK with basic support for OpenAI, Anthropic and Gemini.
- Added the Create Events endpoints to the API.