New Added a dedicated Overview tab to the Knowledge Base where users can document product information (vision, personas, audience, pain points, links) using Notion-style text blocks, enriching the context available to agents and chats.
Expose Prodgy API to third party consumption
New Implemented a full API token system at product level, allowing third-party applications to securely access Prodgy APIs (knowledge base, integrations, agent executions, triggers, storage) with temporary or permanent tokens.
Implement Secret Store API for Secure Credential Access by External Workers
New Created a secure Secret Store API enabling external workers (Python/LangGraph) to access integration credentials in a controlled, zero-trust, fully audited manner — enabling distributed and scalable agent architectures.
Insert a meeting link directly into the Prodgy Assistant interface
New Users can now manually add a meeting link to the Prodgy Assistant interface so the bot joins, records, and transcribes meetings that were not captured automatically via email invite.
Install pipelines in knowledge base using agent templates
New The Knowledge Base pipeline tab now supports installing pipelines via agent templates, enabling automatic and periodic ingestion of external data into the knowledge base for RAG use.
Improve Prodgy Assistant logs on MacOS version
New Enhanced logging infrastructure for the Prodgy Assistant macOS version to improve observability and support debugging of audio and session issues.
Create Prodgy core LLM endpoints for Prodgy Studio
New Created backend endpoints exposing the Prodgy core LLM to Prodgy Studio, enabling AI-assisted agent building within the Studio using the product’s context.
Remove .env email configs with a new admin email settings view
New Email service configuration was migrated from .env files to a dedicated admin settings screen accessible only to System users, centralizing management and improving security.
Improve automatic transcription quality using LLM
New Improved meeting transcription accuracy by providing participant names as context, prioritizing Portuguese, chaining audio segments for continuity, and allowing admins to configure static context (company, product) in the control panel.
Meeting transcript by invitation to Prodgy Assistant
New Prodgy Assistant now monitors emails, identifies valid meeting invites, manages entry and transcription automatically, and delivers results via webhook — eliminating manual intervention.
Scheduling and transcribing recurring meetings
New The Prodgy Assistant now detects and auto-schedules recurring meetings via ICS or Graph API, supports cancellations, re-expands new occurrences, and transcribes each instance with Redis-persisted state.
Improve logs and queue meetings schedule monitoring
New Improved meeting queue management with new endpoints for queue queries and cleanup, corrected timezone logging, better simultaneous meeting tracking, and additional transcription options.
Validate mail sender and obtain webhook automatically
New The Prodgy Assistant now validates whether the email sender is a registered Prodgy user and automatically retrieves the transcription agent webhook, removing the need to include it manually in invite emails.
Implement Monorepo Architecture for Prodgy
New All Prodgy repositories (prodgy-back, prodgy-front, prodgy-engine, etc.) were consolidated into a single monorepo with preserved Git history, unified tooling, and optimized CI/CD pipelines while maintaining independent service deployments.
Consolidate authentication in JWT Bearer and strengthen XSS protection
New Authentication was consolidated to a single JWT Bearer header mechanism, removing cookies and CSRF tokens to eliminate cross-domain issues and redundant complexity. XSS protection was strengthened with HTML sanitization and CSP policies.
Admin portal for Prodgy Assistant Meetings
New A new admin dashboard for Prodgy Assistant provides a centralized interface for managing scheduled meetings, monitoring active calls, and viewing real-time logs — delivered as a static SPA served by the ASP.NET Core API.
Add new columns and filters in Prodgy Assistant dashboards
New The Prodgy Assistant dashboard now includes new columns, improved filters, and pagination, offering faster navigation and cleaner data visualization.
Add Email Service node to workflow engine
New A new “Email Service” node is now available in the workflow editor. It uses the email service configured by the system admin (Microsoft 365, SendGrid, etc.) as the sender, removing the need for per-agent SMTP configuration.
Meeting Transcription Delivery for Forwarded Invites
New The system now correctly identifies the user who forwarded a meeting invite as the owner, and delivers the transcription to all registered users who forwarded the same invite — preserving individual delivery settings across service restarts.
Multi-Agent Parallel Processing for Agentic Executor
New The Prodgy Agentic Executor now automatically detects large data volumes (e.g. release notes, sprint summaries) and distributes processing across multiple parallel workers via a fan-out/fan-in pattern, consolidating all results into a complete response with no items omitted.
User data from external provider was not synced to the Prodgy profile
Bugs Fixed sync of avatar and display name from Google and Microsoft social login providers to the user’s Prodgy profile.
Publish button placement causes confusion
Bugs Moved the Publish button to a global context to eliminate confusion about its scope and behavior.
Agents cannot read cards with too much description and fail to build test cases
Bugs Fixed agents failing to process work items with long descriptions and errors when adding service hooks.
'Reset Feedback' button for system role resets all profiles in the database
Bugs Fixed the Reset Feedback button incorrectly resetting all user profiles instead of only the target one.
Missing parameters on GA4 feedback events
Bugs Fixed GA4 feedback events missing required parameters, ensuring analytics data is complete and reliable.
Tour progress not saved server-side and visible to USER role
Bugs Fixed guided tour progress to persist server-side and hidden the tour for users with the USER role.
Prodgy Assistant remains on a meeting after all users have left
Bugs Fixed the bot staying in an empty meeting after all participants left instead of ending the call promptly.
Migration scripts with error during v0.0.8 update process
Bugs Fixed migration scripts that were failing during the v0.0.8 database update process.
Prodgy Assistant does not set automatic updates as default
Bugs Fixed the Prodgy Assistant installer not enabling automatic updates by default.
Workflow editor's node palette is locked for use
Bugs Fixed the node palette in the workflow editor being locked and unresponsive, preventing users from adding nodes.
Assistant bugs on macOS related to audio settings
Bugs Fixed multiple audio-related issues in the Prodgy Assistant macOS version affecting recording and device selection.
Assistant remains active after 'Stop recording' is clicked on macOS
Bugs Fixed the bot staying active and recording after the user clicked Stop Recording on macOS.
Playground returns error when asking a question
Bugs Fixed Playground returning a generic error message instead of a valid response when processing user questions.
Magic button doesn't work in new organizations
Bugs Fixed the AI Magic Button not functioning in newly created organizations due to missing context initialization.
Layout breaks when adding a line with many characters
Bugs Fixed a layout overflow issue where adding a long unbroken line caused the Knowledge Base editor to break visually.
Assistant cannot join meetings with legacy URL
Bugs Fixed the bot failing to join meetings using legacy Teams URLs in isolated staging environments.
Block variables are not working on RAG assistant
Bugs Fixed block variables not being resolved correctly when used inside the RAG Assistant node.
Participants who join before the bot have their audio unidentified
Bugs Fixed participants who joined a meeting before the bot being identified as “Participant_XXX” instead of their real name.
User deletion failed due to direct table dependencies in the database
Bugs Fixed user deletion failing because of foreign key constraints in dependent tables, preventing account removal.
Prodgy Assistant stays in empty meetings for up to 6 hours
Bugs Fixed the bot remaining in empty meetings for up to 6 hours without ending the call, wasting resources.
User avatar and logos not shown in user session
Bugs Fixed user avatars and organization logos not rendering in the active session after login.
It is not possible to download a Knowledge Base file
Bugs Fixed the Knowledge Base file download action having no effect when clicked.
Agent executions not created when triggered via webhook
Bugs Fixed agent executions silently failing to be created when the agent was triggered through a webhook call.
Agent 'Versions' tab is slow to load last published changes
Bugs Fixed the agent Versions tab taking too long to display the most recently published version.
Disabled blocks disappear from screen instead of being visually disabled
Bugs Fixed disabled workflow blocks being completely removed from the canvas instead of shown in a disabled state.
Assistant does not attend first occurrence of same-day recurring meetings
Bugs Fixed the Prodgy Assistant missing the first occurrence of recurring meetings scheduled on the same day and ignoring already in-progress meetings.
Error on JSON format for Email Service node
Bugs Fixed a JSON formatting error in the Email Service node that caused failures when sending emails from workflows.
Agent workflows with null filters don't execute during agent installation
Bugs Fixed agent workflows with null filter configurations failing silently during the agent installation process.